# Resource Database

- [Image files](https://lessons.mistyrobotics.com/resource-database/image-files.md): On this page you can find all Misty's eyes and their reference names.
- [Audio files](https://lessons.mistyrobotics.com/resource-database/audio-files.md): In this page you can find the name of all of Misty's default vocal expressions and audio.
- [Languages](https://lessons.mistyrobotics.com/resource-database/languages.md): In this page you can find a list of all Misty's languages and their respective reference codes for API calls.
- [Known objects](https://lessons.mistyrobotics.com/resource-database/known-objects.md): In this page, you'll be able to find all Misty's default known objects.
- [NLP Actions](https://lessons.mistyrobotics.com/resource-database/nlp-actions.md): In this page, you'll be able to find all Misty's default actions and the default known objects
- [Action Commands](https://lessons.mistyrobotics.com/resource-database/action-commands.md): Here you can find all the commands to custom your Misty's reactions!
- [ChatGPT PDF files](https://lessons.mistyrobotics.com/resource-database/chatgpt-pdf-files.md): Upload these files in your chatGPT and make it help you in programming with your Misty!
- [AR Tag Dictionary](https://lessons.mistyrobotics.com/resource-database/ar-tag-dictionary.md): In this page, you'll be able to find all Misty's avaiable dictionary codes.
- [Technical Specifications](https://lessons.mistyrobotics.com/resource-database/technical-specifications.md)


---

# 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://lessons.mistyrobotics.com/resource-database.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.
