> 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/getting-started.md).

# Getting started

This guide will help you set up your Hunting Alice account and deploy your first AI hunter agent. Follow these steps to start identifying high intent leads immediately.

{% stepper %}
{% step %}

### Create Your Account

To begin, visit the Hunting Alice homepage and click on **Start free hunt** or **Login**. We currently support secure authentication via Google.

{% hint style="info" %}

* **Free Trial**: All new accounts start with a free trial that includes 5 credits per month. This allows you to test the capabilities of our hunter agents without any upfront cost.
* **No Credit Card Required**: You can start your first hunt immediately after signing up.
  {% endhint %}
  {% endstep %}

{% step %}

### Explore the Dashboard

Once logged in, you will be taken to your main Dashboard. This is your command center for managing hunts and reviewing leads.

* **Overview**: View your total leads found, credits remaining, and active agents.
* **Hunter Agents**: The area where you configure and deploy new search tasks.
* **Customer Leads**: A centralized list of all the potential clients (Alices) your agents have found, complete with intent scores and contact details.
  {% endstep %}

{% step %}

### Deploy Your First Hunter

The core of our platform is the Hunter Agent. To start a hunt, follow these steps:

{% stepper %}
{% step %}

#### Navigate to the Hunter Agents section

Go to the Hunter Agents area in the Dashboard.
{% endstep %}

{% step %}

#### Click New Hunt or Deploy Agent

Start the flow to create and launch an agent.
{% endstep %}

{% step %}

#### Define Your Alice

Accurate results depend on clear instructions. You will need to specify:

* **Role**: Who are you looking for? (e.g., CTO, VP of Sales, Procurement Manager).
* **Industry**: What sector do they operate in? (e.g., SaaS, Logistics, Manufacturing).
* **Signals**: What keywords or topics indicate they are ready to buy? (e.g., "SOC2 compliance", "3PL partners", "lead gen tools").
  {% endstep %}

{% step %}

#### Confirm

Review your criteria and launch the agent.
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

### Review Your Results

The process is fast. Within minutes, your agent will begin scanning the web.

* You will receive notifications when new leads are identified.
* Navigate to **Customer Leads** to see the results.
* Review the **Intent Score** to gauge the quality of the match.
* Use the enriched contact information to reach out directly.
  {% endstep %}
  {% endstepper %}

## Next Steps

Now that you have your first set of leads, learn more about how to manage them effectively in the **Lead Management** section.


---

# 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/getting-started.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.
