# Usage Limits

The usage limits depend on your plan.&#x20;

There are limits on the number of AI answer credits per month, the amount of source data you can add to your bot's knowledge base, and the auto-sync frequency of your source data.

&#x20;You can find the limits by plan on our [<mark style="color:purple;">Pricing page</mark>](https://superseek.ai/pricing/).

### What happens if I exceed the limits?

**Exceeding AI answer credit limit:** If you exceed the AI answer credit, the bot will default to the fallback response for every question. At this point, you can either wait until next month's cycle to refresh your AI credits quota or upgrade to a higher plan to unlock higher limits instantly.

**Exceeding webpage limit in source data:** If you exceed the number of web pages (website pages, help center pages, etc.,), you can continue to use the AI bot normally, but the web pages will not auto-sync to capture new edits automatically.


---

# Agent Instructions: 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:

```
GET https://docs.superseek.ai/home/using-superseek/usage-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
