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

# Introduction

> Overview of Octavia AI CMS and how to use the API docs

## Welcome

**Octavia AI CMS** is an **API-first**, **AI-assisted content management system** built for teams that need to **create, edit, localize, and publish** content programmatically.
It combines a flexible data model with built-in AI tools for **drafting, rewriting, translating, and summarizing** content — all through a simple and powerful API.

You can use it to automate content pipelines, power in-app editors, or build full-scale CMS integrations with your existing products.

For a detailed overview of features and capabilities, visit the product page:

<Card title="Octavia AI CMS – Product Overview" icon="book-open" href="https://octaviatech.app/products/ai-cms" arrow="true">
  Learn what Octavia AI CMS does and how it fits into your stack
</Card>

***

## Getting Started

To start using the **Octavia AI CMS API**, follow these three simple steps:

<Steps>
  <Step title="1. Sign Up for a Free Account">
    Create your Octavia account to access the dashboard and explore the CMS.

    <Card title="Sign Up for Free" icon="user-plus" href="https://dashboard.octaviatech.app/apps/plans/cms?plan=free" arrow="true">
      Start for free — no credit card required.
    </Card>
  </Step>

  <Step title="2. Activate the AI CMS Service">
    Once signed in, activate the **AI CMS** app from your dashboard to set up your workspace.

    <Card title="Go to Dashboard" icon="layout-dashboard" href="https://dashboard.octaviatech.app/apps" arrow="true">
      Enable the AI CMS app in your workspace.
    </Card>
  </Step>

  <Step title="3. Generate Your API Key">
    To interact with the API, you’ll need to create an **API key** from your dashboard.
  </Step>
</Steps>

***

## Next Steps

<Card title="API Keys" icon="shield" href="/api-reference/ai-cms/apikeys" arrow="true">
  Learn how to authenticate requests using your API key and start making secure
  calls to the AI CMS endpoints.
</Card>
