# Preparation

* Refreshment on [intro to backend from Foundation](/course-content/foundation/intro-to-backend.md)
* <https://fullstackopen.com/en/part3/node_js_and_express#express> (10 min)
* Setup your Node to the [latest stable version (LTS)](https://stackoverflow.com/questions/10075990/upgrading-node-js-to-the-latest-version)

## Optional Resources

For more research, you can explore the following resources:

* [Express Crash Course](https://www.youtube.com/watch?v=CnH3kAXSrmU)
* [Going out to eat and understanding the basics of Express.js](https://medium.freecodecamp.org/going-out-to-eat-and-understanding-the-basics-of-express-js-f034a029fb66)
* [Express documentation](https://expressjs.com/en/5x/api.html)
* [HTTP Status cheatsheet](https://devhints.io/http-status)


---

# 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/backend/node/week1/preparation.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.
