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

# ClarityQ Documentation

> Learn how to set up, configure, and use ClarityQ — the AI-powered data analytics platform.

ClarityQ lets anyone in your organization ask data questions in plain English and get accurate answers, insights, and visualizations. These docs cover everything from connecting your data warehouse to building the Context Layer that makes it all work.

## Get Started

<CardGroup cols={2}>
  <Card title="What is ClarityQ?" icon="circle-info" href="/get-started/what-is-clarityq">
    Learn what ClarityQ does and how it works.
  </Card>

  <Card title="Connect Your Data Warehouse" icon="database" href="/get-started/connect-your-data-warehouse">
    Set up your first data warehouse connection.
  </Card>

  <Card title="Build Your Context Layer" icon="layer-group" href="/get-started/build-your-context-layer">
    Teach ClarityQ your business context.
  </Card>

  <Card title="Your First Chat" icon="messages" href="/get-started/your-first-chat">
    Ask your first question and get answers.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Context Layer" icon="diagram-project" href="/context-layer/what-is-the-context-layer">
    Table catalog, event catalog, semantic catalog, memory, and skills.
  </Card>

  <Card title="Ask Anything" icon="comments" href="/ask-anything/how-ask-anything-works">
    Ask data questions in natural language.
  </Card>

  <Card title="Dashboards" icon="chart-line" href="/dashboards/what-are-dashboards">
    Create, edit, share, and manage dashboards for recurring insights.
  </Card>

  <Card title="Automations" icon="clock" href="/automations/what-are-tasks">
    Schedule recurring questions and reports.
  </Card>
</CardGroup>

## API Reference

The ClarityQ API allows you to interact with ClarityQ programmatically using API keys. All endpoints require authentication via the `X-API-Key` header.

**Base URL:** `https://api.clarityq.ai`

### Endpoints

<CardGroup cols={2}>
  <Card title="Ask a Question" icon="message-question" href="/api-reference/api/ask-a-question">
    Submit a natural-language question to the ClarityQ agent.
  </Card>

  <Card title="Get Conversation Status" icon="spinner" href="/api-reference/api/get-conversation-status">
    Poll for the status of an ongoing conversation.
  </Card>

  <Card title="Get Conversation Summary" icon="file-lines" href="/api-reference/api/get-conversation-summary">
    Retrieve the summary of a completed conversation.
  </Card>

  <Card title="Get Last Completed Task Run Summary" icon="list-check" href="/api-reference/api/get-last-completed-task-run-summary">
    Get the summary of the last completed task run.
  </Card>
</CardGroup>

## Support

Need help? Reach out to us at [support@clarityq.ai](mailto:support@clarityq.ai).
