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

# Emerge API

> Privacy-first access to consented user data for personalization and insights

Access user data with explicit consent. Emerge handles the complexity of consent collection, data portability compliance, and secure data transfer so you can focus on building great experiences.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first integration running lightning-fast
  </Card>

  <Card title="Link" icon="link" href="/link/overview">
    Collect user consent with a hosted flow
  </Card>

  <Card title="Query" icon="database" href="/query/overview">
    Retrieve consented user data
  </Card>

  <Card title="Ship with MCP" icon="sparkles" href="/ai/overview">
    Connect AI tools directly to these docs
  </Card>

  <Card title="The Control Room" icon="gear" href="/control-room/overview">
    Manage credentials, branding, and webhooks
  </Card>

  <Card title="Data Wallet" icon="wallet" href="/data-wallet/overview">
    Understand end-user revocation and transparency controls
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="User grants consent">
    Embed Emerge Link in your app. Users authenticate with their data provider and grant consent in a compliant flow.
  </Step>

  <Step title="Data is exported">
    Emerge securely exports the user's data from their provider account. Use `GET /export/status/{uid}` and wait until your provider in `sources[]` has `data_ready: true`.
  </Step>

  <Step title="You query the data">
    Use the Query API to retrieve search history, browsing data, YouTube history, ad interactions, and receipts.
  </Step>
</Steps>

## Available data types

| Data Type        | Description                             | Use Cases                            |
| ---------------- | --------------------------------------- | ------------------------------------ |
| Search History   | Google search queries with timestamps   | Intent analysis, personalization     |
| Browsing History | Page visits with titles and timestamps  | Interest profiling, recommendations  |
| YouTube History  | Watched videos with channels            | Content preferences, media planning  |
| Ad Interactions  | Ad clicks and views                     | Attribution, audience insights       |
| Receipts         | Purchase receipts with items and brands | Shopping behavior, brand preferences |

## AI-Native documentation

These docs are designed for AI-first workflows. Connect your AI tools directly to search and query this documentation.

<CardGroup cols={3}>
  <Card title="Claude" icon="message" href="/ai/mcp-docs-setup">
    Add as a connector
  </Card>

  <Card title="Cursor" icon="code" href="/ai/mcp-docs-setup">
    Configure MCP server
  </Card>

  <Card title="VS Code" icon="window" href="/ai/mcp-docs-setup">
    Add to MCP config
  </Card>
</CardGroup>

## Get started

<Card title="Create your account" icon="user-plus" href="https://dashboard.emergedata.ai">
  Sign up for the Control Room to get your API credentials
</Card>
