# Disclaimer

**TLDR**, credits to [ChatGPT](https://chat.openai.com/chat) which kindly worded this disclaimer for me:

The content of all the spaces in [this collection](https://francesco-plt.gitbook.io/course-notes/) has been prepared by a student and may contain errors or omissions. It is intended to be used as a supplement to, and not a substitute for, the course material provided by the professors. The author and publisher of these notes makes no warranty of any kind, express or implied, with regard to the accuracy or completeness of these materials.


---

# 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://francesco-plt.gitbook.io/course-notes/readme.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.
