# Python Projects

- [MistyGPT](https://lessons.mistyrobotics.com/python-projects/mistygpt.md)
- [Misty Intruder Alert](https://lessons.mistyrobotics.com/python-projects/misty-intruder-alert.md)
- [Conference Assistant](https://lessons.mistyrobotics.com/python-projects/conference-assistant.md): This project aims to make Misty a conference assistant.
- [QR code detector](https://lessons.mistyrobotics.com/python-projects/qr-code-detector.md): With this feature it's possible for Misty to detect and read QR codes. These can be used to tag spaces, for example: labs, classrooms, kitchens or living rooms to make Misty start actions.
- [Misty follow human](https://lessons.mistyrobotics.com/python-projects/misty-follow-human.md): Misty can track and follow you!
- [Misty wave back](https://lessons.mistyrobotics.com/python-projects/misty-wave-back.md): Misty can find you and react to your movements!
- [Misty OA](https://lessons.mistyrobotics.com/python-projects/misty-oa.md): With the Obstacle Avoidance skill Misty will be able to drive and navigate your space without difficulties!
- [Get weather](https://lessons.mistyrobotics.com/python-projects/get-weather.md): Learn how Misty can interact with the Web, request data and analyze them!
- [Misty Delivery](https://lessons.mistyrobotics.com/python-projects/misty-delivery.md): Everyone needs a Misty who can deliver fresh soft drinks!
- [Motivational Misty](https://lessons.mistyrobotics.com/python-projects/motivational-misty.md): Do you ever feel down? From now on there will always be Misty to cheer you up!
- [Misty Museum Guide](https://lessons.mistyrobotics.com/python-projects/misty-museum-guide.md): Misty loves to dive in new jobs! This time she'll be a museum guide!
- [Who for Halloween](https://lessons.mistyrobotics.com/python-projects/who-for-halloween.md): Misty plays different Halloween characters and you can choose your favourite!


---

# 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-projects.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.
