# AI Studio

- [Building a GPT chatbot](https://help.wotsabot.ai/wotsabot-help-articles/ai-studio/building-a-gpt-chatbot.md): GPT chatbots are smart bots that answer questions from a data source.
- [Knowledge base](https://help.wotsabot.ai/wotsabot-help-articles/ai-studio/knowledge-base.md): Source of information used by AI to answer your questions.
- [Custom Answers](https://help.wotsabot.ai/wotsabot-help-articles/ai-studio/custom-answers.md)
- [Function call](https://help.wotsabot.ai/wotsabot-help-articles/ai-studio/function-call.md)
- [Prompts](https://help.wotsabot.ai/wotsabot-help-articles/ai-studio/prompts.md): Prompt/instruction is a set of rules an AI uses to generate an answer.
- [Tokens](https://help.wotsabot.ai/wotsabot-help-articles/ai-studio/tokens.md): Tokens are nothing but a group of characters.
- [Setting up retrain](https://help.wotsabot.ai/wotsabot-help-articles/ai-studio/setting-up-retrain.md): Retrain allows you to retrain knowledge base at a given time interval.


---

# 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.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.
