# Courses Overview

Our program is split into multiple phases from the pre-course, foundation and later the specialism courses which offer multiple paths to progress through.

It's important to note that this documentation lists all of the courses that we have developed. We do not always run every course for every team listed below. To see which courses are active and open for applications, see our website for up to date information [hackyourfuture.dk](https://hackyourfuture.dk).

## [Pre-Course](/course-content/pre-course.md)

## [Foundation](/course-content/foundation.md)

## [Frontend](/course-content/frontend.md)

## [Backend](/course-content/backend.md)

## [Cloud & AI](https://github.com/HackYourFuture-CPH/program/blob/main/courses/cloud\&ai/README.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://program.hackyourfuture.dk/course-content/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.
