# Python Elements

- [Misty Python API](https://lessons.mistyrobotics.com/python-elements/misty-python-api.md): This section contains all of the Misty's Python API calls with example codes and parameters for Misty's Python SDK.
- [Motion and Mobility](https://lessons.mistyrobotics.com/python-elements/misty-python-api/motion-and-mobility.md): The following API calls allow you to programmatically drive and stop Misty and move her head and arms.
- [Display and LED](https://lessons.mistyrobotics.com/python-elements/misty-python-api/display-and-led.md)
- [Record Assets](https://lessons.mistyrobotics.com/python-elements/misty-python-api/record-assets.md)
- [Change/Remove Assets](https://lessons.mistyrobotics.com/python-elements/misty-python-api/change-remove-assets.md)
- [Stream Assets](https://lessons.mistyrobotics.com/python-elements/misty-python-api/stream-assets.md)
- [Get Assets](https://lessons.mistyrobotics.com/python-elements/misty-python-api/get-assets.md)
- [Events](https://lessons.mistyrobotics.com/python-elements/misty-python-api/events.md)
- [Sensor Events](https://lessons.mistyrobotics.com/python-elements/misty-python-api/sensor-events.md)
- [Speech and NLP](https://lessons.mistyrobotics.com/python-elements/misty-python-api/speech-and-nlp.md)
- [Arduino Backpack](https://lessons.mistyrobotics.com/python-elements/misty-python-api/arduino-backpack.md)
- [System](https://lessons.mistyrobotics.com/python-elements/misty-python-api/system.md)
- [Slam](https://lessons.mistyrobotics.com/python-elements/misty-python-api/slam.md)
- [Python Definitions](https://lessons.mistyrobotics.com/python-elements/python-definitions.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/python-elements.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.
