# The Basics

- [Getting Started](https://docs.chub.ai/docs/the-basics/getting-started.md): An introduction to the Chub frontend.
- [Character Creation](https://docs.chub.ai/docs/the-basics/character-creation.md): An overview of the character creation process and tutorial on how to create your first character on Chub AI.
- [Just Chatting](https://docs.chub.ai/docs/the-basics/just-chatting.md): An overview of the chat page, including features and settings.
- [API Connections](https://docs.chub.ai/docs/the-basics/api-connections.md): An overview of the numerous APIs that can be used with Chub AI, including settings and configuration.


---

# 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.chub.ai/docs/the-basics.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.
