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

# What is Circuit?

> Circuit turns your technical documentation into an intelligent engine that guides your team through complex quoting, field work, and troubleshooting. Purpose-built AI for manufacturing and service organizations.

Circuit stores your documents in searchable **indexes**, then lets you build **agents** that can reason over that knowledge and answer questions in natural language. Your team interacts with agents through a **chat** interface, either inside the Circuit app or embedded directly on your website.

## Who is Circuit for?

<CardGroup cols={3}>
  <Card icon="message-bot" href="/get-started/quickstart-user" title="End users">
    Field technicians, sales teams, support reps, and anyone who needs fast, accurate answers from your workspace's indexes.
  </Card>

  <Card icon="gear" href="/get-started/quickstart-admin" title="Administrators">
    People who set up and maintain Circuit: managing users, organizing indexes, and configuring agents.
  </Card>

  <Card icon="code" href="/get-started/quickstart-it" title="IT & developers">
    IT teams handling security, SSO, and developers embedding the Circuit chat widget into your own applications.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Organize your knowledge">
    Upload documents to **indexes**: structured containers that hold PDFs, Word files, spreadsheets, presentations, and more. Circuit processes and indexes the content automatically.
  </Step>

  <Step title="Configure an agent">
    Create an **agent** and point it at one or more indexes. Choose a domain template (field enablement, customer service, RFP, and others) or start from scratch.
  </Step>

  <Step title="Start asking questions">
    Your team chats with the agent in natural language. The agent searches your documents, reasons over the results, and responds with answers that cite their sources.
  </Step>

  <Step title="Improve over time">
    Users provide feedback with thumbs up and thumbs down buttons. Administrators review feedback and refine indexes and agent configuration to improve answer quality.
  </Step>
</Steps>

## Explore the docs

<CardGroup cols={2}>
  <Card icon="lightbulb" href="/get-started/key-concepts" title="Key concepts">
    Understand indexes, agents, chat, and feedback before diving in.
  </Card>

  <Card icon="graduation-cap" href="/university/talking-to-an-agent" title="Circuit University">
    Learn how to get the best results when talking to an agent.
  </Card>

  <Card icon="sliders" href="/admin/users-and-permissions" title="Administration">
    Set up users, indexes, and agents for your workspace.
  </Card>

  <Card icon="plug" href="/it/embedding-chat-widget" title="Integration guide">
    Connect a Google Drive or embed the Circuit chat widget on your website.
  </Card>
</CardGroup>
