> ## Documentation Index
> Fetch the complete documentation index at: https://noorle.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Noorle

> Set up your platform, connect capabilities, and deploy agents — step by step.

This section contains hands-on guides for configuring and operating the Noorle platform. Pick the path that matches where you are.

```mermaid theme={null}
graph LR
    A["Create Account"] --> B["Configure Gateway"]
    B --> C["Add Capabilities"]
    C --> D["Connect Client"]
    D --> E["Go Live"]
```

## Where Do You Want to Start?

<CardGroup cols={2}>
  <Card title="Five-Minute Quickstart" icon="bolt" href="/use/five-minute-quickstart">
    Create a gateway, add a capability, and connect your first MCP client in under five minutes.
  </Card>

  <Card title="Set Up Your Gateway" icon="server" href="/use/platform/mcp-gateway">
    Configure authentication, visibility, and routing for your MCP gateway.
  </Card>

  <Card title="Explore Capabilities" icon="puzzle-piece" href="/use/capabilities/overview">
    Browse the 8 built-in capabilities — web search, code runner, files, and more.
  </Card>

  <Card title="Build an Agent" icon="robot" href="/use/agents/overview">
    Create an AI agent, attach capabilities, configure memory, and go live.
  </Card>
</CardGroup>

## By Experience Level

### Just Getting Started

1. Follow the [Five-Minute Quickstart](/use/five-minute-quickstart) to create your first gateway and connect a client.
2. Read [Built-in Capabilities](/use/capabilities/overview) to see what's available out of the box.
3. Create your first [Agent](/use/agents/creating-an-agent) and try it via MCP or chat.

### Ready for Production

1. Set up [Service Accounts](/use/platform/service-accounts) and [API Keys](/use/platform/api-keys) for secure programmatic access.
2. Configure [Model Routing](/use/platform/model-routing) to balance cost and performance across models.
3. Review [Usage and Limits](/use/platform/usage-and-limits) to understand rate limits, capability limits, and pricing.

### Extending the Platform

1. Add external services through [Connectors](/use/connectors/overview) — REST, OpenAPI, or custom MCP servers.
2. Upload documents and build [Knowledge Bases](/use/knowledge/overview) for RAG.
3. Orchestrate multi-step processes with [Workflows](/use/workflows/overview).

## Section Map

| Section                                    | What's Covered                                                                               |
| ------------------------------------------ | -------------------------------------------------------------------------------------------- |
| [Platform](/use/platform/mcp-gateway)      | Gateways, model routing, teams, service accounts, API keys, usage                            |
| [Capabilities](/use/capabilities/overview) | Browser, Web Search, Code Runner, Sandbox, HTTP Client, Files, Knowledge Retrieval, Computer |
| [Connectors](/use/connectors/overview)     | REST connectors, OpenAPI import, MCP registry, custom MCP, auth, parameter mapping           |
| [Agents](/use/agents/overview)             | Creating agents, system prompts, model routing, capabilities, sub-agents, memory, Omni Tool  |
| [Channels](/use/channels/overview)         | Telegram, Slack, SMS integrations                                                            |
| [Workflows](/use/workflows/overview)       | Node types, state machines, human-in-the-loop, webhooks                                      |
| [Knowledge & RAG](/use/knowledge/overview) | Document upload, vector search, reranking                                                    |
