> For the complete documentation index, see [llms.txt](https://docs.amn.nl/insight-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amn.nl/insight-help/applicatiebeheer-1/sjabloon-exporteren/sjabloon-aanpassen-velden-toevoegen.md).

# Velden toevoegen

## **Veldverwijzingen toevoegen in het Word document**

Zorg dat het tabblad **Ontwikkelaars** aanstaat.&#x20;

Aan de hand van een voorbeeldzin wordt uitgelegd hoe je stapsgewijs een veld toevoegt.&#x20;

<div align="left"><img src="/files/-M4t2sAgVDqTb3t4AP0l" alt="voorbeeld zin"></div>

* Selecteer het tabblad **Ontwikkelaars** en selecteer **Ontwerpmodus**.
* Typ de zin in en de naam van de veldverwijzing.&#x20;
* Selecteer de veldnaam en klik op **Ctrl+C** (kopieer). Laat de veldnaam geselecteerd staan.
* Klik op het besturingselement **Aa** om een veldverwijzing toe te voegen.  &#x20;

<div align="left"><img src="/files/-M4t490RhTU1zCRoZhsm" alt=""></div>

* Klik vervolgens op de knop **Eigenschappen**.&#x20;

<div align="left"><img src="/files/-M4t5IyOMXjN7FEfrf-C" alt=""></div>

* Klik in het veld **Titel** en plak: **Ctrl + V.**
* Klik in het veld **Label** en plak: **Ctrl + V.**\
  \&#xNAN;*Als je vergeten bent de veldnaam te kopiëren dan kan je het ook intypen.*&#x20;

<div align="left"><img src="/files/-M4t6Lk--E__zcaO6M-Y" alt=""></div>

* Laat de rest van de eigenschappen in het venster ongewijzigd en sla op. <br>
* Sla na het aanbrengen van je wijzigingen het bestand op de eigen computer op onder dezelfde naam.&#x20;


---

# 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://docs.amn.nl/insight-help/applicatiebeheer-1/sjabloon-exporteren/sjabloon-aanpassen-velden-toevoegen.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.
