> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-nl/links.md).

# Links

## Links-dashboard

* Op het hoofdscherm van het linkbeheer ziet u een lijst van de reeds aangemaakte links, geordend op:

  * **Naam:** De naam van de link.
  * **Laatste update:** Geeft aan wanneer de link voor het laatst is bijgewerkt.
  * **Acties:** Hier kunt u links bewerken of verwijderen.
  * Als er nog geen links zijn aangemaakt, wordt de melding "**Geen elementen gevonden**" weergegeven.

  <figure><img src="/files/QsQg6iZeuup1j6isepyC" alt=""><figcaption></figcaption></figure>

## Een nieuwe link aanmaken

* Om een nieuwe link aan te maken, klikt u op de knop "**Creëren**" in de rechterbovenhoek. Dit opent het formulier voor het toevoegen van een nieuwe link.
* Bij het aanmaken van een link moet u de volgende informatie invoeren:

  * **Naam van de link:** Geef een unieke naam op die het doel of de inhoud van de link beschrijft.
  * **URL:** Het volledige webadres van de link.
  * **Icoon:** Optioneel kunt u een symbool voor de link selecteren dat op de gebruikersinterface wordt weergegeven.
  * **Volledig scherm:** Als deze optie is ingeschakeld, wordt de link in de volledig scherm modus geopend.
  * **Ingeschakeld:** Kies of de link meteen actief moet zijn.

  <figure><img src="/files/vy25sTw2GkbXpBXDGixS" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integrator-nl/links.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.
