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

# Quickstart

> Get started with Realm in minutes

<Steps>
  <Step title="Access Realm">
    Go to [https://app.withrealm.com/auth/login](https://app.withrealm.com/auth/login) and sign in using your company credentials.
  </Step>

  <Step title="Check the context">
    Check what context Realm can access from Browse knowledge in the sidebar. If no sources are connected, visit Data Sources to add them.
  </Step>

  <Step title="Run your first query">
    Use the Chat interface to call different agents. By default, the Realm Agent answers your questions using your connected sources.

    Formulate your question like you'd ask from your colleague:

    * "A customer is asking if we connect to Planhat. Is that on our roadmap?"
    * "How does our security approach compare to Acme?"
    * "Which deals did we lose last quarter and what were the main reasons?"
  </Step>

  <Step title="Use the @ keybind to enhance your query">
    The `@` key is a universal shortcut in Realm that allows you to:

    * **Switch agents**: Type `@` to choose from different AI models or custom agents.
    * **Reference documents**: Use `@` to attach specific files or documents to your query for more context.
    * **Access tools**: Select specific tools and integrations to use in your request.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Write effective queries" icon="lightbulb" href="/chat/effective-queries">
    Learn how to get the best answers from Realm
  </Card>

  <Card title="Create your first agent" icon="plus" href="/agents/creating-agents">
    Create an AI agent for your task or workflow
  </Card>

  <Card title="Automate RFP responses" icon="file-contract" href="/rfp/filling-rfps">
    Automate RFP, RFI, and security questionnaire responses
  </Card>

  <Card title="Use Realm in Slack" icon="slack" href="/integrations/slack-app">
    Ask questions directly from Slack
  </Card>
</CardGroup>
