# Preparation

### Before the first course session, you should ...

* [x] create accounts for [GitHub](https://docs.github.com/de/get-started/start-your-journey/creating-an-account-on-github), [ChatGPT](https://chatgpt.com/) and [Claude](https://claude.ai/).<br>
* [x] install VS Code on your computer using [this link](https://code.visualstudio.com/).<br>
* [x] work through the first chapter of the  "[Introduction to Python](https://campus.datacamp.com/courses/intro-to-python-for-data-science/chapter-1-python-basics?ex=1)"  course at datacamp. For this, you also need to register a (free) account at datacamp. You only need to complete the first chapter of the course, which is free.


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/vorbereitung.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.
