# Chatterbox

## Chatterbox

- [Welcome](https://chatterbox.gitbook.io/chatterbox/master.md)
- [Before you begin...](https://chatterbox.gitbook.io/chatterbox/before-you-begin....md): Important notes and expectations on setting up your Chatterbox
- [Visual Assembly Guide \*NEW](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/assembly-guide.md): Learn how to build and assemble your Chatterbox.
- [Video Resources](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/assembly-guide/video-resources.md): Review our supplemental videos for additional help assembling your Chatterbox.
- [Step 1: Meet your kit](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/assembly-guide/video-resources/meet-your-kit.md): Before you start building your kit, get to know all the parts that make your Chatterbox work.
- [Step 2: Build the Case](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/assembly-guide/video-resources/build-the-case.md)
- [Step 3: Assemble the electronics](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/assembly-guide/video-resources/assemble-the-electronics.md)
- [Step 4: Put it all together](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/assembly-guide/video-resources/put-it-all-together.md)
- [Step 5: Powering on your Chatterbox](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/assembly-guide/video-resources/powering-on-your-chatterbox.md)
- [Wifi Setup and Activation](https://chatterbox.gitbook.io/chatterbox/build-your-chatterbox/connecting-to-wifi.md)
- [Open the skill builder](https://chatterbox.gitbook.io/chatterbox/teach-your-chatterbox/untitled.md)
- [Skill Tutorials](https://chatterbox.gitbook.io/chatterbox/teach-your-chatterbox/skill-tutorials.md): Learn the skills to make your Chatterbox listen, speak and get information from the internet. For the latest tutorials, checkout hellochatterbox.com/blog.
- [Glossary of Blocks](https://chatterbox.gitbook.io/chatterbox/glossary-of-terms.md): Work in progress
- [Frequently Asked Questions](https://chatterbox.gitbook.io/chatterbox/faq.md): Some frequently asked questions about Chatterbox
- [Help with Chatterbox](https://chatterbox.gitbook.io/chatterbox/troubleshooting/help.md): Please email support@hellochatterbox.com for any specific questions or issues.


---

# 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://chatterbox.gitbook.io/chatterbox/master.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.
