> For the complete documentation index, see [llms.txt](https://huntingalice.gitbook.io/about/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huntingalice.gitbook.io/about/plans-and-billing.md).

# Plans and billing

Hunting Alice offers flexible pricing options designed to scale with your sales needs. Our model is based on "Credits," where each credit corresponds to a specific action or result within the platform.

## Subscription Tiers

We offer three primary subscription tiers. Choosing a yearly billing cycle offers significant savings (up to 20%).

{% stepper %}
{% step %}

### Sales Starter

* **Best for**: Individual founders or solo sales representatives.
* **Includes**: 100 Credits per month.
* **Features**: Full access to hunter agents, basic intent scoring.
  {% endstep %}

{% step %}

### Sales Booster

* **Best for**: Growing startups and active sales professionals.
* **Includes**: 200 Credits per month.
* **Features**: Priority scanning, advanced enrichment data.
  {% endstep %}

{% step %}

### Sales KPIs Runner

* **Best for**: Full sales agentswith aggressive targets.
* **Includes**: 300 Credits per month.
* **Features**: Maximum speed, dedicated support, and team collaboration features.
  {% endstep %}
  {% endstepper %}

## Understanding Credits

Credits are the currency of the Hunting Alice platform.

* **1 Credit** \~ 1 High Quality Lead (Alice) found, analyzed, and enriched.
* **Usage**: Credits are deducted only when a lead is successfully identified and presented in your dashboard. You typically do not pay for "noise" or irrelevant results. Minimum credits required to conduct the searches via APIs services & ai model usage.

<details>

<summary>Credit Packs</summary>

Run out of credits mid-month? You can purchase one-time Credit Packs to keep your hunters active without upgrading your entire plan.

* **Starter Boost**: 50 Credits (Perfect for a quick refill).
* **Power Up**: 100 Credits (Most popular value pack).
* **Growth Spike**: 200 Credits (Maximum savings for scaling operations).

</details>

## Billing Cycle

* **Monthly**: You are billed on the same day each month. Credits reset at the start of each billing cycle.
* **Yearly**: You are billed once per year at a discounted rate.

## Management

You can manage your subscription, view your invoice history, and update your payment method directly in the **Settings** > **Billing** section of your dashboard.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://huntingalice.gitbook.io/about/plans-and-billing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
