> For the complete documentation index, see [llms.txt](https://syllabus.migracode.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://syllabus.migracode.org/courses/introduction-3/pre-courses.md).

# Pre-Courses

Once you are accepted at MigraCode, we recommend you to have a look at the following courses to be fully prepared to start with MigraCode:

&#x20;**​Recommended:**

* &#x20;[Get an introduction to what web development is](https://www.w3schools.com/whatis/default.asp) (a complete overview)
* &#x20;[Find out about Git, GitHub and the Terminal](https://lab.github.com/githubtraining/introduction-to-github) (strongly recommended)
* &#x20;[Find another intro into HTML](https://www.w3schools.com/html/default.asp) (learning how to code is repeating)
* &#x20;[Do a specific course into CSS](https://www.w3schools.com/css/default.asp) (dive deeper into CSS)

&#x20;**Additional:**

* &#x20;[Take a first look at JavaScript](https://www.w3schools.com/js/default.asp) (just to have an idea)
* &#x20;[Discover people already working in tech](https://www.khanacademy.org/computing/computer-programming/meet-the-computing-professional-unit) (your potential future)
* &#x20;[Do a full programming introduction course](https://www.freecodecamp.org/learn/) (only if you really have time)

![](/files/-MSZNzngcKwaRDEnlWoo)


---

# 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:

```
GET https://syllabus.migracode.org/courses/introduction-3/pre-courses.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.
