> For the complete documentation index, see [llms.txt](https://viden.bokkconsult.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viden.bokkconsult.dk/forord/quickstart.md).

# Hvem henvender dette sig til?

Denne vidensbase er primært rettet mod mine kunder og de løsninger, de benytter sig af. Artiklerne er skrevet med henblik på at give en nem og forståelig introduktion til de mange teknologier og services, som jeg supporterer. Du vil finde vejledninger til blandt andet Microsoft-tjenester, forskellige webmail-platforme, og mindre programmer, som jeg selv har udviklet.

Men alle er naturligvis velkomne til at søge viden og lære af indholdet her. Uanset om du er kunde hos mig eller blot søger information om de emner, jeg har dækket, håber jeg, at artiklerne kan være en hjælp.

For specifik information om brugen af min kode på GitHub, anbefaler jeg, at du søger direkte i det pågældende GitHub-repository. Da koden løbende kan ændres, og jeg ønsker at undgå forskellige versioner af dokumentationen, holder jeg al kode-relateret information opdateret og samlet på GitHub.


---

# 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://viden.bokkconsult.dk/forord/quickstart.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.
