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

# FAQs

Here are answers to the most common questions about using Hunting Alice.

## General

<details>

<summary><strong>Who is "Alice"?</strong></summary>

Alice is our code name for your **Ideal Customer Profile (ICP)**. The system allows you to define exactly who "Alice" is—her role, company size, and the problems she faces—and our AI agents hunt for her specifically.

</details>

<details>

<summary><strong>How does the AI detect intent?</strong></summary>

We analyze linguistic intent in online discussions. When someone asks "What CRM should I use?" or "Which logistics provider is most reliable?", that is a strong intent signal. Our LLMs evaluate these signals to determine if they represent a genuine buying interest.

</details>

## Data & Privacy

<details>

<summary><strong>Where does the lead data come from?</strong></summary>

The system scans public platforms like **LinkedIn**, **X (Twitter)**, **Reddit**, and **Google Search**. We strictly comply with all public data privacy regulations and do not access private or gated communities.

</details>

<details>

<summary><strong>Is my data secure?</strong></summary>

Yes. We use enterprise grade security protocols to encrypt your data. We do not share your specific search criteria or identified leads with other users.

</details>

## Usage & Billing

<details>

<summary><strong>Can I export my list of Alices?</strong></summary>

Yes. You can export your leads as a clean **CSV file** at any time. We also support direct sync with major CRMs like HubSpot and Salesforce.

</details>

<details>

<summary><strong>What happens if I use all my credits?</strong></summary>

If you exhaust your monthly credits, your agents will pause. You can either wait for your next billing cycle to reset your credits or purchase a **Credit Pack** to continue hunting immediately.

</details>

<details>

<summary><strong>Can I cancel anytime?</strong></summary>

Yes. You can cancel your subscription at any time from your dashboard. You will retain access to your credits until the end of your current billing period.

</details>


---

# 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/faqs.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.
