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

# How-to Guides and Demos

> Step-by-step guides and video demos for using Namespace products and services.

## Dev Guides

<Columns cols={3}>
  <Card title="Mint L1 & L2 Subnames" icon="plus" href="../developer-guide/guide/mint-l1-l2-subnames">
    Learn how to mint subnames on both Layer 1 and Layer 2 using our official Mint Manager with step-by-step instructions.
  </Card>

  <Card title="Generate API Keys" icon="key" href="../user-guide/dev-portal/api-keys">
    Set up API keys for Offchain Subnames in the Namespace App to start building with our APIs.
  </Card>

  <Card title="Create Offchain Subnames" icon="code" href="../developer-guide/guide/create-offchain-subnames">
    Build offchain subnames using the @thenamespace/offchain-manager SDK with comprehensive examples.
  </Card>
</Columns>

<Card title="Integrations" icon="puzzle-piece" href="/developer-guide/integrations">
  Ready-to-use integration examples and starter kits for popular frameworks and libraries.
</Card>

<Card title="Subpages" icon="page" href="/developer-guide/guide/subpages">
  Launch your own subname minting website in minutes using our ready-made template.
</Card>

## Video Demos

<Columns cols={2}>
  <Card title="Tokenize Web2 Domains" icon="globe" href="https://www.loom.com/share/991b55eb55bc41c29210fa1e01b013ad">
    Learn how to tokenize your existing Web2 domains (.com, .xyz, .io, .org, .id, etc.) with step-by-step video guidance.
  </Card>
</Columns>

<div className="mt-8 text-center">
  <p className="text-sm text-gray-500 dark:text-gray-400">More demos coming soon...</p>
</div>
