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

# Cursor setup

> Configure Cursor for your Sonian documentation workflow

Set up Cursor to help you write and maintain your Sonian documentation.

## Prerequisites

* Cursor editor installed

## Setup

<Steps>
  <Step title="Open your docs directory in Cursor">
    Open the root of your Sonian documentation repository where `docs.json` is located.
  </Step>

  <Step title="Load the Sonian project context">
    In the integrated terminal, run:

    ```bash theme={null}
    npx skills add https://docs.sonian.ai/
    ```

    This gives Cursor access to Sonian's component reference, no-code agent patterns,
    and documentation standards.
  </Step>

  <Step title="Configure project instructions">
    Review `AGENTS.md` in your project root to understand Sonian's monorepo
    structure, shared workspaces, and development conventions. Cursor will use
    this for accurate context when assisting with code and docs.
  </Step>

  <Step title="Start writing with Cursor">
    Open a file and use Cursor's AI features to draft and edit documentation aligned
    with Sonian's pnpm + Turborepo setup and Next.js dashboard patterns.
  </Step>
</Steps>
