> For the complete documentation index, see [llms.txt](https://docs.coresignal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coresignal.com/self-service/account-management/free-trial.md).

# Free Trial

The free trial is designed to help you test Coresignal’s APIs, the quality of data, and all tools available on the self-service platform. A new user gets **2,000 credits**.

<a href="https://dashboard.coresignal.com/sign-in" class="button primary">Start the free trial</a>

{% hint style="warning" %}

#### Credits are issued once per company domain, not per individual user

Only the first person to register with your company’s email domain receives free trial credits. If a colleague registers later using an email from the same domain, their account won’t receive additional trial credits.
{% endhint %}

The credits are automatically added to your account after registration and are valid for **7 days**. Read more about free trial in the [Pricing](/pricing/pricing.md) page.

***

## Troubleshooting

<details>

<summary>Free credits are not visible in my account after registration</summary>

Your free credits appear in the top navigation bar on the Home page right after registration. If you're on a Free trial plan and see 0 credits after sign-up, contact us for assistance to get started.

</details>

{% hint style="success" %}

#### Have further questions?

If you still have questions about our services after reading help articles, get in touch using the self-service platform.
{% endhint %}


---

# 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.coresignal.com/self-service/account-management/free-trial.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.
