# Core

- [2 Numbers, Operators and Booleans](https://tim-python.bai.uno/core/2-numbers-and-operators.md): Here, Jupyter Lab is used, the Jupyter and IPython setting up will be covered in the future session.
- [2.1 Practice](https://tim-python.bai.uno/core/2-numbers-and-operators/2.1-practice.md): find out more about numbers in python.
- [Review](https://tim-python.bai.uno/core/2-numbers-and-operators/2.1-practice/review.md)
- [3 Strings](https://tim-python.bai.uno/core/3-strings.md)
- [3.1 Practices](https://tim-python.bai.uno/core/3-strings/3.1-practices.md): practices for 3 strings Tim's python course
- [3.2 Quiz](https://tim-python.bai.uno/core/3-strings/3.2-quiz.md): quiz about python strings
- [4 Variables and Functions](https://tim-python.bai.uno/core/4-functions.md): variables and functions are basic and important concepts in programming.
- [5 List](https://tim-python.bai.uno/core/list.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://tim-python.bai.uno/core.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.
