# Chub AI Guide

## Chub AI Guide

- [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.
- [Prompting](https://docs.chub.ai/docs/advanced-setups/prompting.md): An overview of prompting, what it is and how it works.
- [Lorebooks](https://docs.chub.ai/docs/advanced-setups/lorebooks.md): An overview of lorebooks, what they are and how they can be used in Chub AI.
- [Usage with Third-Party UIs](https://docs.chub.ai/docs/inference-api/usage-with-third-party-uis.md)
- [Overview](https://docs.chub.ai/docs/stages/overview.md)
- [Developing a Stage](https://docs.chub.ai/docs/stages/developing-a-stage.md): Overview and table of contents
- [Quickstart / Setup](https://docs.chub.ai/docs/stages/developing-a-stage/quickstart-setup.md): How to get up and running with the template stage project.
- [Concepts](https://docs.chub.ai/docs/stages/developing-a-stage/concepts.md): A high-level view of a stage project and how they fit in the context of a chat.
- [Config / Metadata](https://docs.chub.ai/docs/stages/developing-a-stage/config-metadata.md)
- [State](https://docs.chub.ai/docs/stages/developing-a-stage/state.md): An explanation of the three types of state in an extension, and when to use each.
- [Examples / Resources](https://docs.chub.ai/docs/stages/developing-a-stage/examples-resources.md): Example projects and useful links.
- [Future Directions](https://docs.chub.ai/docs/stages/developing-a-stage/future-directions.md)
- [Optional: GitHub Codespaces](https://docs.chub.ai/docs/stages/developing-a-stage/optional-github-codespaces.md): How to get up and running with the template stage project.
- [Using a Stage](https://docs.chub.ai/docs/stages/using-a-stage.md)
- [0.5.7](https://docs.chub.ai/docs/patch-notes/0.5.7.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.chub.ai/docs/the-basics/getting-started.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.
