# Introduction

**In the first week, you will get an introduction to the world of coding, including explanations how to use the terminal, what GitHub is and why you will use it and how to ‘push’ the website you made during the application process.**

Below an overview of the week-by-week topics - click on the title to find more details.

{% content-ref url="/pages/-MS-2\_mIrPtKoKM34QSL" %}
[1 - Dev Tools and command line](/courses/introduction-3/course-content/introduction-2/dev_tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MS-3ZUkjhgpclYdGKB3" %}
[2 - Git and Github](/courses/introduction-3/course-content/introduction-2/2-git-and-github.md)
{% endcontent-ref %}

![](/files/-MSXGxD06MxEjlWkcl3m)


---

# 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://syllabus.migracode.org/courses/introduction-3/course-content/introduction-2.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.
