> For the complete documentation index, see [llms.txt](https://kompas.dofe.sk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kompas.dofe.sk/vitajte-na-kompase.md).

# Vitajte na Kompase

DofE Kompas – aby ste sa pri hľadaní informácií nikdy nestratili.

#### <mark style="color:$primary;">**Máte otázku?**</mark>&#x20;

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Opýtať sa AI Chatbota...</button>

{% hint style="info" %}
**Spýtajte sa AI Chatbota:** kliknite na **Opýtať sa AI Chatbota** a spýtajte sa vlastnými slovami – napríklad *„Ako zaregistrujem nového účastníka?“* alebo *„Čo má obsahovať cieľ v oblasti rozvoja talentu?".* AI asistent odpovie na základe obsahu Kompasu a ukáže vám, odkiaľ odpoveď čerpal.
{% endhint %}

**Knižnica znalostí** pre dobrovoľníkov na Miestnych centrách. Metodiky, usmernenia, odpovede na často kladené otázky a praktické materiály – všetko na jednom mieste, aby ste informácie nemuseli hľadať v e-mailoch a dokumentoch.

#### Čo tu nájdete?

* <i class="fa-magnifying-glass">:magnifying-glass:</i> Vyhľadávanie naprieč celou knižnicou
* <i class="fa-robot">:robot:</i> AI asistenta, ktorý odpovedá na základe obsahu DofE Kompasu → Opýtať sa AI Chatbota
* <i class="fa-books">:books:</i> Metodiky, usmernenia a praktické materiály&#x20;
* <i class="fa-question">:question:</i> Odpovede na často kladené otázky
* <i class="fa-download">:download:</i> Odporúčané zdroje a užitočné dokumenty → ktorýkoľvek článok si viete stiahnuť cez „Exportovať ako PDF“

**Kompas priebežne dopĺňame a aktualizujeme.** AI asistent odpovedá len na základe materiálov v Kompase a pri každej odpovedi ukáže zdroj – nie je však neomylný, preto sa pri dôležitých rozhodnutiach riaďte samotným zdrojom.

{% hint style="success" %}
**Povedzte nám, ako sa vám Kompas používa**&#x20;

Pri každej stránke nájdete v pravom hornom rohu smajlíky – jedno kliknutie nám stačí. A ak vám niečo chýba alebo máte nápad na zlepšenie, napíšte nám.
{% endhint %}


---

# 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://kompas.dofe.sk/vitajte-na-kompase.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.
