> For the complete documentation index, see [llms.txt](https://lessons.mistyrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lessons.mistyrobotics.com/python-projects.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://lessons.mistyrobotics.com/python-projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
