> For the complete documentation index, see [llms.txt](https://program.hackyourfuture.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://program.hackyourfuture.dk/course-content/foundation/intro-to-using-ai/week1/preparation.md).

# Preparation

## Mandatory

### Refresher on the HYF AI guidelines

Re-read our guideline so you're clear on the acceptable (and unacceptable) usages of AI at HYF:

* [Using Generative AI at HackYourFuture](https://program.hackyourfuture.dk/trainee/agreements/ai-usage)

### What is Generative AI and how to use it?

* Watch [Generative AI Explained In 5 Minutes - Simplilearn](https://www.youtube.com/watch?v=NRmAXDWJVnU) (5 mins)
* Watch [AI in a Minute: Prompt Engineering - Microsoft](https://www.youtube.com/watch?v=vGdyePbGNaE) (1 mins)
* Watch [Essential AI prompts for developers - Microsoft](https://www.youtube.com/watch?v=H3M95i4iS5c) (8 mins)
* Watch [Master the core principles of prompt engineering with GitHub Copilot](https://www.youtube.com/watch?v=hh1nOX14TyY) (6 mins)

### Installing Copilot

The AI tool of choice at HYF is GitHub Copilot. It integrates nicely with VSCode, which you already have installed. Follow the instructions below to install Copilot before you come to the session.

* [Getting started with GitHub Copilot | Tutorial](https://www.youtube.com/watch?v=n0NlxUyA7FI) (10 mins)

## Optional

If you'd like to gain a deeper understanding of Generative AI, watch the below:

* Watch [Introduction to Generative AI - Google](https://www.youtube.com/watch?v=G2fqAlgmoPo) (22 mins)
* Watch [Fundamentals of Generative AI - Microsoft](https://learn.microsoft.com/en-us/shows/on-demand-instructor-led-training-series/ai-900-05-fy25) (40 mins)

Further reading on environmental and ethical impacts of using AI:

* Read opinion piece [Big tech's selective disclosure masks AI's real climate impact](https://ketanjoshi.co/2025/08/23/big-techs-selective-disclosure-masks-ais-real-climate-impact/) (15 mins)


---

# 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, and the optional `goal` query parameter:

```
GET https://program.hackyourfuture.dk/course-content/foundation/intro-to-using-ai/week1/preparation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
