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

# Usage quotas

#### SERP Analysis

For every SERP Analysis, you will spend one credit. Blank documents are instead free of charge.

#### Keyword DIscovery

A keyword research report will cost you as many credits as the number of keywords generated in the report.

#### Keyword Clusters

For each keyword in the CSV file you upload to the clustering tool, you will spend a credit. You can also top up Keyword Cluster credits by clicking on the **Buy more credits** button.

#### Generated AI Words

Every time you generate text using AI, you will spend an amount of credits equal to the number of generated words in the output.

When using AI Prompts, you can choose whether to generate from a minimum of 1 output to a maximum of 10 outputs.&#x20;

**Google Search Console Connected Properties**

This is the number of Google Search Console web properties connected to your projects.

**Seats**

This is the number of members in your team, including your account.

### Common questions

<details>

<summary><strong>When will the quotas reset?</strong></summary>

Quotas will reset at the start of a new billing cycle, every 30 days.\
\
To see when your quotas will reset:

1. Visit your [Settings page](https://app.neuraltext.com/settings)
2. Go to **Billing** section to check when your plan renews.

</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://docs.neuraltext.com/account/account-management/usage-quotas.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.
