# Data Storage (Characters)

When you create an AI agent, upload data or scrape a website to add that information to the AI agent's knowledge base. It's all based in text and the amount of characters in that text.

For example if you scrape your website, the AI agent will look at all of the text on the page and use those characters.&#x20;

**What is 1,000,000 characters equivalent to?**

* 1 million characters of storage is roughly equal to 100 website pages, or about 2,500 pages from a book.

<figure><img src="/files/5HdWtb2jkJsN3e0UA0dJ" alt=""><figcaption></figcaption></figure>

## Agency Storage Balance&#x20;

Agencies who sign up with Stammer.ai will receive a starting storage balance of available characters to use across their AI agents and sub-accounts.&#x20;

Starting Storage Balance for Starter Plan = 5,000,000 Characters

Starting Storage Balance for Agency Plan = 20,000,000 Characters

Starting Storage Balance for Full SaaS Mode = 50,000,000 Characters

{% content-ref url="/pages/3xHc4tx29XJ88Trw0qwC" %}
[Storage (Characters) Example](/stammer.ai-docs/chat-ai-agents/knowledge-base-explained/data-storage-characters/storage-characters-example.md)
{% endcontent-ref %}

## Reselling Additional Storage

Agencies can sell additional storage to their clients as needed.

{% content-ref url="/pages/A0ll3FxkIG8sCSGaJsgh" %}
[Storage (Characters) - Add Ons](/stammer.ai-docs/white-label/the-saas-configurator/add-ons/storage-characters-add-ons.md)
{% endcontent-ref %}

### FAQ - Storage Re-Billing

**How does storage re-billing work?**

* When a client needs to add more information to an AI agent's knowledge base they can purchase more characters from your agency at whatever profit margin you set.

**How are my client's charged?**

* When a client purchases more storage from you, their wallet will be deducted.

**How am I (the agency) charged?**

* The amount of storage the client purchases will be deducted from your. [storage balance.](https://1-5-1app.stammer.ai/en/billing/auto-billing)

**Will my credit card be charged?**

* No, the $5/month cost (per 1M characters) will be deducted from your [wallet balance.](https://1-5-1app.stammer.ai/en/billing/auto-billing)

**Example Scenario**

* A client wants to upload thousands of documents or scrape thousands of web pages and add all of that data to an AI agent's knowledge base. In this scenario where they might exceed the default amount of storage (characters) provided in their plan, they can purchase more characters from you for the amount you set.


---

# 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.stammer.ai/stammer.ai-docs/chat-ai-agents/knowledge-base-explained/data-storage-characters.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.
