> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/classic/fastn-ucl.md).

# Fastn UCL

- [Getting Started](https://docs.fastn.ai/classic/fastn-ucl/getting-started.md): Connect your AI agents to 250+ enterprise apps with managed authentication, multi-tenant support, and sub-second execution through Fastn's Unified Context Layer (UCL).
- [About Unified Context Layer](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer.md): A unified layer that simplifies integration by handling routing, context, and multitenancy; securely and at scale.
- [Embedding UCL onto your AI Agent](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/embedding-ucl-onto-your-ai-agent.md): This guide will take you through each step, from setting up your environment to seamlessly integrating your tools into your environment.
- [Multitenancy](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/multitenancy.md): This approach provides clear separation and control while optimizing resource usage.
- [Defining an MCP Server](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/defining-an-mcp-server.md): This guide walks you through the process of setting up an MCP server from the UCL dashboard.
- [Creating a Custom Tool](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/creating-a-custom-tool.md): UCL lets you easily build your own custom tool groups using natural language.
- [Monitoring](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/monitoring.md): The Insights page helps you track everything happening across your tenants, connectors, and actions. It is divided into three main parts: Overview, Tool Usage, and Logs.
- [UCL Security & Compliance](https://docs.fastn.ai/classic/fastn-ucl/getting-started/about-unified-context-layer/monitoring/ucl-security-and-compliance.md): This overview highlights UCL’s enterprise-grade security, compliance, and governance capabilities.
- [How UCL Works in Real Scenarios?](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios.md): This section includes a collection of examples and real-world scenarios showing how UCL connects your AI clients with different tools to perform actions, without writing any code.
- [Create a Google Doc and share it to Slack - using UCL](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/create-a-google-doc-and-share-it-to-slack-using-ucl.md): In this guide, you’ll create a Google Doc with some content and automatically share it to a Slack channel. We’ll use Fastn to connect the two apps and make the workflow run in just a few steps.
- [Connect UCL for task Assignment in Jira](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/connect-ucl-for-task-assignment-in-jira.md): In this guide, you’ll learn how to use UCL's Playground for AI Assistant to assign Jira tasks with natural language; no integration code needed.
- [Connect UCL to Cursor and access data from Notion](https://docs.fastn.ai/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/connect-ucl-to-cursor-and-access-data-from-notion.md): In this guide, you’ll learn how to connect a UCL deployment to Cursor and use its AI assistant to retrieve summary from Notion for a specific meeting; all without writing any integration code.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fastn.ai/classic/fastn-ucl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
