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

# Quickstart

> Get started with LostMind AI docs locally and deploy changes

## Set up your environment

Learn how to update docs locally and deploy changes.

### Edit and preview

<AccordionGroup>
  <Accordion icon="github" title="Clone the docs repo">
    Clone this repository locally and open it in your editor. Follow the
    official GitHub guide for cloning repositories.
  </Accordion>

  <Accordion icon="rectangle-terminal" title="Install and preview">
    Install the CLI and preview the site locally.

    1. Install the CLI: `npm i -g mintlify`
    2. From `apps/docs`, run: `mintlify dev --port 3004`
  </Accordion>
</AccordionGroup>

### Deploy your changes

<AccordionGroup>
  <Accordion icon="rocket" title="Push your changes">
    Commit and push your changes to trigger deployment. Our CI will build the docs
    and deploy to the configured environment.
  </Accordion>
</AccordionGroup>

## Update your docs

Add content directly in MDX files and use the shared components.

<CardGroup>
  <Card title="Branding" icon="paintbrush" href="/docs-system/branding">
    Configure logos and colors in mint.json.
  </Card>

  <Card title="Add API Docs" icon="square-code" href="/contributing/adding-projects">
    Add endpoints or link external API specs within project docs.
  </Card>

  <Card title="Write Content" icon="pencil" href="/docs-system/writing-content">
    Structure pages and use MDX components.
  </Card>

  <Card title="Add a Project" icon="folder-plus" href="/contributing/adding-projects">
    Create a new project section with consistent pages.
  </Card>
</CardGroup>
