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

# Cookbook

> Step-by-step recipes for gates, sign-in, agents, and servers.

New here? [Start here](../get-started), [Quickstart](../quickstart), or [Install](../install).

## Flows

<CardGroup cols={2}>
  <Card title="Hosted Verify" icon="key" href="./auth-hosted-verify">
    Sign-in and checks at `/verify`.
  </Card>

  <Card title="Abuse and layered access" icon="shield-halved" href="./sybil-resistance">
    Social + human gates.
  </Card>

  <Card title="Agent setup" icon="robot" href="./verifiable-agents">
    Set identity and authority before tools run.
  </Card>

  <Card title="Domain" icon="globe" href="./domain-verification">
    DNS or org ownership.
  </Card>

  <Card title="Verified handles" icon="at" href="./verified-handles">
    Creator and platform handles.
  </Card>

  <Card title="Integrations" icon="server" href="./integrations">
    Backend results and access keys.
  </Card>

  <Card title="NFT gating" icon="image" href="./nft-gating">
    Holder gates for on-chain ownership.
  </Card>

  <Card title="Create a portal" icon="building" href="../platform/setup">
    Publish once. Embed with one ID.
  </Card>
</CardGroup>

## Related

<CardGroup cols={2}>
  <Card title="MCP" icon="plug" href="../mcp/overview">
    Assistants that use your NEUS account.
  </Card>

  <Card title="Pricing" icon="tags" href="../platform/pricing">
    Credits, Pro, and what checks cost.
  </Card>

  <Card title="Check catalog" icon="list-tree" href="../verification/verifiers">
    Full live catalog.
  </Card>
</CardGroup>
