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

# Promptify overview

> Fine‑tune and ship AI assistants from plain‑language specs.

<Hero
  title="Promptify.one docs"
  subtitle="From plain‑language assistant specs to fine‑tuned models, jobs, and a production chat API — all in one workspace."
  align="left"
  icon="sparkles"
  callToAction={{
label: "Get started",
href: "/quickstart"
}}
  secondaryCallToAction={{
label: "Chat API",
href: "/api-reference/chat"
}}
/>

<Spacer size="lg" />

## What you can do with Promptify

<CardGroup cols={3}>
  <Card title="1. Describe your assistant" icon="pen-to-square" href="/guides/onboarding">
    Use the onboarding chat to describe how your assistant should behave in plain language.
  </Card>

  <Card title="2. Generate & fine‑tune" icon="wand-magic-sparkles" href="/guides/dashboard">
    Promptify generates training data, runs OpenAI fine‑tuning jobs, and tracks progress for you.
  </Card>

  <Card title="3. Ship the API" icon="globe" href="/guides/deploy">
    Once your model is ready, call your assistant via the `/api/v1/chat` endpoint or from your own UI.
  </Card>
</CardGroup>

<Spacer size="lg" />

## Key surfaces

<Columns cols={2}>
  <Card title="Dashboard" icon="layout-dashboard" href="/guides/dashboard">
    Monitor fine‑tuning jobs, model status, and assistant health.
  </Card>

  <Card title="Onboarding" icon="messages" href="/guides/onboarding">
    Capture assistant spec, tone, and scope through a guided conversation.
  </Card>

  <Card title="Assistant console" icon="comments" href="/guides/assistant">
    Talk to your assistant with the latest model and debug responses.
  </Card>

  <Card title="Deploy & API" icon="code" href="/api-reference/chat">
    Use the REST Chat API and code snippets to integrate Promptify anywhere.
  </Card>
</Columns>

<Spacer />

## Next steps

<Card title="Read the Quickstart →" icon="rocket" href="/quickstart" horizontal>
  Go from zero to a deployed fine‑tuned assistant and working Chat API in under 10 minutes.
</Card>
