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

# Quickstart

> Start sending events and segmenting users in 15 minutes

## Setup Billing

Get a 7 day free trial with all monthly tiers.

### Plans

<AccordionGroup>
  <Accordion title="Startup Tier">
    10,000 segmentation requests. \$5 for every additional 10,000 requests.
  </Accordion>

  <Accordion title="Enterprise Tier">
    100,000 segmentation requests. 10,000 live op requests. \$5 for every additional 10,000 requests.
  </Accordion>
</AccordionGroup>

### Basics

<AccordionGroup>
  <Accordion icon="message-bot" title="Create an API Key">
    Create an API key in the [Terminal dashboard](https://app.goterminal.xyz/dashboard/api-keys).
    Use this key to authenticate your requests with the X-API-KEY header.
  </Accordion>

  <Accordion icon="user" title="Add Account">
    [Create a few test accounts](https://app.goterminal.xyz/dashboard/accounts)
    to use as test subjects for your transactions and segments. Include external ids, email addresses, phone numbers, and other identifiers.
  </Accordion>

  <Accordion icon="rocket" title="Send a Test Transaction">
    [Create a test transaction](https://app.goterminal.xyz/dashboard)
    by inserting the API key in the playground, and using the accounts you create above.
  </Accordion>

  <Accordion title="Create a Segment">
    [Create a test segment](https://app.goterminal.xyz/dashboard/segment)
    by creating rules based on the test transactions you created above.
  </Accordion>
</AccordionGroup>
