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

# Introduction

> Turn your application AI-native with Crow's agent

<Card>
  <div>
    <p style={{ color: '#666', marginBottom: '12px', fontSize: '14px' }}>Using Cursor? Install in one click:</p>

    <a
      href="cursor://anysphere.cursor-deeplink/mcp/install?name=crow&config=eyJ1cmwiOiJodHRwczovL2RvY3MudXNlY3Jvdy5haS9tY3AifQ%3D%3D"
      style={{
    display: 'inline-flex',
    alignItems: 'center',
    gap: '8px',
    padding: '8px 14px',
    borderRadius: '6px',
    backgroundColor: '#171717',
    color: '#fff',
    fontWeight: 500,
    fontSize: '14px',
    textDecoration: 'none',
    border: '1px solid #333'
  }}
    >
      <img src="https://mintcdn.com/crow/VpcPtQGvA2NuuulW/cursor_logo.png?fit=max&auto=format&n=VpcPtQGvA2NuuulW&q=85&s=cd3466c03fde9cc56ff1bbd8b7997d5c" alt="Cursor" width="16" height="16" style={{ borderRadius: '3px' }} data-path="cursor_logo.png" />

      Add to Cursor
    </a>
  </div>
</Card>

Crow is an embeddable AI agent that answers questions, takes actions, and knows your product.

<Tabs>
  <Tab title="Script Tag">
    ```html theme={null}
    <script
      src="https://api.usecrow.org/static/crow-widget.js"
      data-api-url="https://api.usecrow.org"
      data-product-id="YOUR_PRODUCT_ID"
    ></script>
    ```
  </Tab>

  <Tab title="React SDK">
    ```bash theme={null}
    npm install @usecrow/client @usecrow/ui
    ```

    ```jsx theme={null}
    import { CrowWidget } from '@usecrow/ui';

    <CrowWidget productId="YOUR_PRODUCT_ID" apiUrl="https://api.usecrow.org" />
    ```
  </Tab>
</Tabs>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="play" href="/quickstart">
    Live in 5 minutes
  </Card>

  <Card title="Identity Verification" icon="fingerprint" href="/identity-verification">
    Authenticate your users
  </Card>

  <Card title="Crow Docs MCP" icon="robot" href="/crow-docs-mcp">
    AI-assisted integration
  </Card>
</CardGroup>

***

## Core Features

| Feature                   | What it does                                                              |
| ------------------------- | ------------------------------------------------------------------------- |
| **Knowledge Base**        | Agent learns from your docs, website, or Notion                           |
| **API Integration**       | Agent calls your API to take actions (check orders, cancel subscriptions) |
| **Identity Verification** | Agent knows who the user is and can act on their behalf                   |
| **Workflows**             | Guided multi-step flows for complex tasks                                 |

***

## How it Works

1. **Embed** — Add the script tag to your site
2. **Configure** — Set instructions and add knowledge in the [Sandbox](/sandbox-overview)
3. **Integrate** — Connect your API via [OpenAPI spec](/openapi) or [MCP](/mcp-servers)
4. **Deploy** — Monitor conversations in [Activity](/activity-overview)

***

## Guides

<CardGroup cols={2}>
  <Card title="Knowledge Base" icon="book" href="/knowledge-base-overview">
    Files, websites, Notion
  </Card>

  <Card title="API Integration" icon="plug" href="/openapi">
    Connect your REST API
  </Card>

  <Card title="Actions" icon="bolt" href="/actions-overview">
    Enable agent capabilities
  </Card>

  <Card title="OpenAPI Auth" icon="key" href="/openapi-authentication">
    API Key, Bearer, JWT Forward
  </Card>
</CardGroup>

***

## Need Help?

Running into issues or want our engineers to customize Crow for your use case? [Book a demo](https://cal.com/aryan-vij-wpimwt/30min).
