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

# Introduction

> Welcome to the Cominty documentation

Cominty is an AI platform for building agents that work with your company's
knowledge and data sources. This documentation covers how to get started, the
Python SDK, and the API reference.

<Tip>
  New here? Start with the [Quickstart](/quickstart) to send your first message,
  then dive into the [Python SDK](/sdk/overview).
</Tip>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Send your first agent message in a few minutes.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/overview">
    Async, fully-typed client — install, examples, and reference.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    The chat endpoints, with live request and response examples.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/cominty/python-sdk">
    SDK source, issues, and runnable examples.
  </Card>
</CardGroup>
