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

# Overview

> Create an account and learn how to build with Nocotax.

## Create an account

Set up a Nocotax account and immediately start building your integration.

<Card title="Create account" icon="rocket" horizontal href="https://app.nocotax.app/" />

## Configure your account

<Columns cols={2}>
  <Card title="Set up your tax configuration" icon="pen-fancy" href="/tax-configuration">
    Learn how to configure Nocotax properly to ensure accurate tax calculations
  </Card>

  <Card title="Set up your platform models" icon="split" href="/platform-models">
    Learn how to configure Nocotax properly to ensure accurate tax calculations
  </Card>
</Columns>

## Start building

<Columns cols={2}>
  <Card title="Send your first API request" icon="code" href="/development">
    Learn about API authentication and send your first API request.
  </Card>

  <Card title="API documentation" icon="terminal" href="https://app.nocotax.app/apidoc">
    Browse full API documentation
  </Card>
</Columns>

## Common use cases

### Undisclosed agent platforms (buy-resell models)

<Columns cols={2}>
  <Card title="Build customer invoicing" icon="arrow-right-from-line" href="/undisclosed-agents/customer-invoicing">
    Issue invoices to customers for goods or services sold through your platform as an undisclosed agent.
  </Card>

  <Card title="Build self billing for supplier invoicing" icon="arrow-left-from-line" href="/undisclosed-agents/self-billing">
    Record purchases from suppliers using self-billing, where your platform issues purchase invoices on behalf of suppliers
  </Card>
</Columns>
