# Programvaror

Inte nog med att du ska lära dig programmera i denna kurs, du kommer också att lära dig en mängd med verktyg som kommer att underlätta när du utvecklar.

I början kan detta kännas väldigt överväldigande. Kursledningen lovar dock att om du tar tillfället i akt och lugnt och metodiskt arbetar igenom dessa guider och sedan följer de arbetsscheman som satts upp för specifika uppgifter så kommer du att få en oerhört stabil grund att stå på inför dina programmeringsutmaningar.

* [Git - versionshantering](/1dv021/guider/programvaror/git-versionshantering.md)
* [Node.js - applikationsmiljön](/1dv021/guider/programvaror/node.js-applikationsmiljon.md)
* [Visual Studio Code - utvecklingsverktyg](/1dv021/guider/programvaror/visual-studio-code-utvecklingsverktyg.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://coursepress.gitbook.io/1dv021/guider/programvaror.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.
