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

# Graphy

Graphy gives you three ways to build and ship interactive charts. Pick the one that fits your project — or combine them.

<CardGroup cols={2}>
  <Card title="Agents API" icon="robot" href="/agents/quickstart">
    Generate and edit charts from natural language, via REST or the TypeScript SDK.
  </Card>

  <Card title="Charting SDK" icon="chart-column" href="/core/quickstart">
    Render interactive, editable charts in React with `@graphysdk/core`.
  </Card>

  <Card title="Data Import" icon="file-import" href="/data-import-utils/index">
    Turn CSV, TSV, and spreadsheets into chart-ready datasets.
  </Card>
</CardGroup>

## New to Graphy?

Start with the [Charting SDK quickstart](/core/quickstart) to render your first chart, or jump straight to the [Agents API](/agents/quickstart) to generate and edit charts with AI.

<Note>Building with the AI agents? You'll need an API key — [create one in the console](/agents/api-keys).</Note>
