# Tokens

1 token is equal to 4 characters.

For example, the following sentence “The quick brown fox jumps over the lazy dog” has 11 tokens.

### Token Quota <a href="#token-quota" id="token-quota"></a>

Each plan has a different token quota. [Learn more](https://wotnot.io/pricing).

### How are tokens calculated? <a href="#how-are-tokens-calculated" id="how-are-tokens-calculated"></a>

Tokens are used by both the input (what is being sent to the AI model) and output (what is being received to the AI model).

For example, when you train a AI model with the website [www.wotSABot.ai](http://www.wotSABot.ai) here’s how many tokens would be consumed:

* **Training** – Total number of characters extracted from the website (Counted once, as you only train once)
* **Input tokens** – All the tokens used to send the question to OpenAI are counted here. They include:
* * **Chunks** – When a question is asked to the AI model, the system would fetch a chunk that closely matches the question.
  * **Input question** – Question asked by the user
  * **Prompt** – System prompt and the instructions defined
* **Output tokens** – Size of the response received from OpenAI

Token calculation would vary depending on the size of your AI model, how brief are your prompts/instructions, and how big are the responses from the AI model.

\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/ai-studio/tokens.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.
