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

# Build with Neuro

> Find guides for identity, signatures, agreements, assets, payments, and AI tools

Choose what your application needs to do. Each capability page links to the available guides, concepts, and API operations, and identifies anything you must confirm with your Neuron operator.

<CardGroup cols={2}>
  <Card title="Verified identity" icon="id-card" href="/build/verified-identity/overview">
    Onboard and verify a person or organization.
  </Card>

  <Card title="Sign in with Neuro" icon="right-to-bracket" href="/build/sign-in-with-neuro/overview">
    Let an existing Neuro user enter your application.
  </Card>

  <Card title="Digital signatures" icon="signature" href="/build/digital-signatures/overview">
    Sign data or request a signature from a verified party.
  </Card>

  <Card title="Agreements" icon="file-signature" href="/build/agreements/overview">
    Create a contract and collect signatures from its parties.
  </Card>

  <Card title="Tokenized assets" icon="coins" href="/build/tokenized-assets/overview">
    Read Neuro-Features, attributes, lifecycle state, and event history.
  </Card>

  <Card title="Payments" icon="wallet" href="/build/payments/overview">
    Check available wallet operations and the safeguards required before moving value.
  </Card>

  <Card title="AI applications" icon="robot" href="/build/ai-agents/overview">
    Give models bounded tools through Neuro MCP servers.
  </Card>

  <Card title="Example applications" icon="cubes" href="/build/examples/overview">
    Run the Agent API and trusted-backend projects included in this repository.
  </Card>
</CardGroup>
