> For the complete documentation index, see [llms.txt](https://docs.fuku.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuku.ai/getting-started/markdown-3.md).

# Credits & Pricing

Q: How do credits work?\
A: Credits are only consumed when actions are taken, such as running a search, downloading a CV, or generating an interview report.

Q: Do unused credits roll over?\
A: Yes. Unused credits roll over and remain valid for up to 3 billing cycles.

***

Q: Are there free searches?\
A: Yes. Early customers receive complimentary daily searches as part of their plan. Also, its completely free to use boolean search as not computing powered consumed.

Q: Where can I see how my credits are used?\
A: You can view detailed credit usage in Settings → Credit Used. This section shows a breakdown of how many credits were consumed by each action.

Q: What actions consume credits?\
A: Credits are only deducted when specific actions are taken:

Candidate Search: 1 credit per search\
(Includes 3 complimentary searches per day for eligible plans)

Get Contact Details

Phone number: 1 credit

Email address: 0.5 credit

Download CV: 2 credits

Generate Interview Report: 3 credits

Post a Job: 5 credits

Q: What actions do NOT consume credits?

Browsing or viewing candidate profiles

Using Boolean search

Reviewing previously unlocked data

Viewing past interview reports

Q: How does credit rollover work?\
A: Unused credits roll over and remain valid for up to 3 billing cycles.

Q: Can I track credit usage by activity?\
Yes. The Credit Used section provides a clear breakdown of:

Action type

Credits consumed

Time stamp

This helps teams monitor usage and manage hiring budgets efficiently.


---

# 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://docs.fuku.ai/getting-started/markdown-3.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.
