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

# Asva AI: Make Your Store Shoppable on Every AI Surface

> Asva AI is the developer platform for agentic commerce — implement UCP and ACP protocols, attribute dark AI traffic, and measure AI-driven revenue.

Asva AI gives you the APIs, protocols, and attribution tools to make your store natively shoppable on ChatGPT, Google Gemini, and every major AI surface. Whether you're a developer integrating agentic protocols or a merchant trying to understand AI-sourced revenue, this platform covers the full stack: discovery, protocol compliance, checkout, and attribution.

## What Asva AI does

Asva AI is built around four pillars:

1. **Surface dark agentic traffic** — Over 70% of AI-driven visits arrive with no referrer and land in GA4 as "Direct" or "(not set)". Asva makes that traffic visible and attributable.
2. **Implement UCP** — Universal Commerce Protocol lets shoppers buy directly on Google AI Mode, Gemini, and other UCP-compatible surfaces without leaving the AI experience.
3. **Implement ACP** — Agentic Commerce Protocol lets ChatGPT and other OpenAI-powered agents initiate and complete purchases via tool calls.
4. **Track AI commerce** — Know which products AI recommends, which surface converts best, and exactly what revenue AI drives.

<Note>
  ChatGPT users convert at **15.9%** on ecommerce — versus 1.76% from Google organic (Seer Interactive / FTI). AI is already the highest-converting channel in commerce. Most brands can't see it yet.
</Note>

## How Asva AI works

```
Your domain
    │
    ├─ Asva Readiness Score  →  identifies gaps in discoverability, catalog, checkout
    ├─ Asva Manifest Generator  →  generates /.well-known/ucp in minutes
    ├─ Attribution snippet  →  surfaces AI-sourced sessions in GA4 / your analytics
    │
    ├─ UCP endpoints  →  Google AI Mode, Gemini, and any UCP-compatible surface
    └─ ACP endpoints  →  ChatGPT Instant Checkout, OpenAI-powered agents
```

## What you can build with Asva

| Use case                 | What Asva provides                          |
| ------------------------ | ------------------------------------------- |
| See your AI traffic      | Attribution snippet + GA4 custom dimensions |
| Score UCP/ACP readiness  | Readiness Score API + dashboard             |
| Generate a UCP manifest  | Manifest Generator API                      |
| Implement UCP end-to-end | Step-by-step guides + validation tools      |
| Implement ACP end-to-end | ACP endpoint specs + validator              |
| Agency client rollouts   | Multi-domain tooling + playbooks            |

## API overview

Asva AI exposes a simple REST API with three core endpoints:

* **`POST /api/audit`** — run a Readiness Score against any domain
* **`POST /api/manifest`** — generate a valid `.well-known/ucp` manifest
* **`POST /api/report`** — log attribution events from your storefront

All endpoints accept JSON and return JSON. See the [API Reference](/api-reference/authentication) for authentication, request schemas, and full response documentation.

## Where to go next

<CardGroup cols={2}>
  <Card title="5-minute quickstart" icon="rocket" href="/introduction/quickstart">
    Get your domain scored and your first protocol endpoint live in minutes.
  </Card>

  <Card title="Core concepts" icon="book-open" href="/introduction/core-concepts">
    Understand UCP, ACP, dark traffic, and how they fit together.
  </Card>

  <Card title="UCP guide" icon="globe" href="/ucp/getting-started">
    Implement Universal Commerce Protocol for Google AI Mode and Gemini.
  </Card>

  <Card title="ACP guide" icon="robot" href="/acp/getting-started">
    Implement Agentic Commerce Protocol for ChatGPT Instant Checkout.
  </Card>
</CardGroup>

<Tip>
  Found an error or missing detail in these docs? Use the thumbs-up/down on any page, or [open an issue](https://asva-ai.com/get-help).
</Tip>
