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

# Quickstart

> Qontext is the self-maintaining context repository powering your AI agents

This guide takes you from an empty workspace to a context repository that your AI agents can use.

<Steps>
  <Step title="Sign in">
    Create your workspace and [sign in](https://app.qontext.ai/) to the Qontext platform.
  </Step>

  <Step title="Add context to your repository">
    Your context repository becomes useful once it contains company context. There are three common ways to get started.

    <Steps>
      <Step title="Migrate existing context">
        If you already have structured company knowledge (e.g. a repository in GitHub), import it into Qontext using the [import-repo](https://github.com/qontext-ai/examples/blob/main/skills/import-repo) skill.
      </Step>

      <Step title="Add a data source">
        Connect a [native connector](/features/native-connectors) and let Qontext continuously build and maintain your repository.

        Examples include:

        * [Google Drive](/sources/google-drive)
        * [HubSpot](/sources/hubspot)
        * [Notion](/sources/notion)
        * [Slack](/sources/slack)

        [See all](/sources/index).
      </Step>

      <Step title="Create and maintain files">
        You can create and maintain files  via the [UI](/context-repository/ui) or [MCP](/context-repository/MCP).

        Qontext exposes a hosted MCP server:

        ```text theme={null}
        https://api.qontext.ai/mcp
        ```
      </Step>
    </Steps>
  </Step>

  <Step title="Power your AI agents">
    Once your repository contains context, connect your AI agents via [MCP](/interfaces/MCP) or [API](/interfaces/api).

    Examples include:

    * [ChatGPT](/clients/chatgpt)
    * [Claude](/clients/claude)
    * [Codex](/clients/codex)
    * [n8n](/clients/n8n)

    [See all](/clients/index).
  </Step>
</Steps>

***

## Next steps

<div className="qontext-cards">
  <CardGroup cols={2}>
    <Card title="Chats" icon="robot" href="/clients/claude">
      Connect to Claude or ChatGPT via MCP to chat with your context repository.
    </Card>

    <Card title="Qontext API" icon="code" href="/api-reference/introduction">
      Explore ingestion and retrieval options via the API.
    </Card>

    <Card title="AI Workflows" icon="arrow-progress" href="/clients/index">
      Power your AI workflows in n8n, make.com, or zapier with context from Qontext.
    </Card>

    <Card title="Native Connectors" icon="plug" href="/features/native-connectors">
      Continuously sync HubSpot, Google Drive, and Notion data using our connectors.
    </Card>
  </CardGroup>
</div>

***

## Need help?

If you encounter any problems or questions, contact us at [support@qontext.ai](mailto:support@qontext.ai).
