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

# Introduction

> Welcome to Alphscan documentation

Alphscan provides an API and client libraries for the Alephium ecosystem: indexer data, normalized events, tokens, chains, and more. This documentation covers the JavaScript/TypeScript **SDK**, the **React** hooks and provider, and the **UI** components for displaying normalized events.

## Documentation tabs

Use the tabs at the top to switch between sections:

| Tab                | Content                                                                                         |
| ------------------ | ----------------------------------------------------------------------------------------------- |
| **Introduction**   | You are here — overview, quickstart, BPT, about us, Telegram bot (user), and local development. |
| **sdk**            | `@alphscan/sdk` — client, settings, token/transaction/system APIs, raw request.                 |
| **sdk-react**      | `@alphscan/sdk-react` — AlphscanProvider, useClient, useTokens, useTxNormalizedEvents.          |
| **sdk-react-ui**   | `@alphscan/sdk-react-ui` — NormalizedEventsList and event row components.                       |
| **Administration** | Telegram bot (admin), API key generation, and admin endpoints.                                  |
| **Infrastructure** | Stack overview, indexers, data ingestion, status page, and hosting.                             |
| **API reference**  | Swagger UI (dev/prod), authorization setup, and full endpoint list.                             |

## Quick links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install the SDK, create a client, and make your first API call.
  </Card>

  <Card title="SDK overview" icon="code" href="/sdk/overview">
    @alphscan/sdk — features, client surface, and examples.
  </Card>

  <Card title="sdk-react overview" icon="react" href="/sdk-react/overview">
    @alphscan/sdk-react — provider and hooks with code samples.
  </Card>

  <Card title="sdk-react-ui overview" icon="palette" href="/sdk-react-ui/overview">
    @alphscan/sdk-react-ui — list and row components for normalized events.
  </Card>

  <Card title="Development" icon="wrench" href="/development">
    Run the docs site locally and preview changes.
  </Card>

  <Card title="BabyPoolTool (BPT)" icon="droplet" href="/bpt">
    Description of BabyPoolTool and how it fits with Alphscan.
  </Card>

  <Card title="About us" icon="user-group" href="/about-us">
    Baby and me — who we are.
  </Card>

  <Card title="Telegram bot (user)" icon="paper-plane" href="/telegram-bot-user">
    Get an API key and use the bot as a user.
  </Card>

  <Card title="Administration" icon="shield-halved" href="/telegram-bot">
    Telegram bot and API key generation (admin).
  </Card>

  <Card title="Infrastructure" icon="server" href="/infrastructure/overview">
    Stack, indexers, data ingestion, status page, and hosting.
  </Card>

  <Card title="API reference" icon="book" href="/api-reference/introduction">
    Swagger UI (dev/prod), authorization, and endpoint list.
  </Card>
</CardGroup>

## Status page

Check service status and uptime: **[status.babypooltool.com — Alephium](https://status.babypooltool.com/status/alephium)**.

## API base URL

* **Production:** `https://api.alphscan.io`
* **Dev/stage:** `https://api.alphscan.io/dev` (when using a stage)

Use the **sdk** tab for full client and settings documentation.
