> For the complete documentation index, see [llms.txt](https://documentatie.onfact.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentatie.onfact.be/onfact.nl/templates/gebruik-van-templates-in-onfact/hoe-verander-ik-de-standaard-volgorde-van-mijn-templates.md).

# Hoe verander ik de standaard volgorde van mijn templates?

onFact zal standaard bij het aanmaken van je documenten de template nemen die **op de eerste plaats** staat in je overzicht van templates.

![](/files/-MacpmNzlksSZ5Yl0gTT)

Je kan manueel een andere template kiezen bij het aanmaken van bv. een factuur, of je kan de volgorde van de templates wijzigen door voor de naam van de template te werken met cijfers of alfabetische volgorde. Dit doe je in het veld 'Naam' van de template.

1. Ga rechtsboven naar je e-mailadres in onFact
2. Kies 'Instellingen bedrijf', kies dan 'Templates'
3. Klik op 'Template personaliseren' onder de template wiens naam je wil wijzigen.

In het veld 'Naam' kan je nu het volgende wijzigen:

* **Cijfers:** voor de naam van de template die jij als standaard wil instellen, zet je bv. '1', voor een andere template '2', enz. (bv. '1 starcomm geel', '2 starcomm rood', ...).&#x20;
* **Alfabetisch:** voor de naam van de template die jij als standaard wil instellen, zet je bv. 'A', voor een andere template 'B', enz. (bv. 'A starcomm geel', 'B starcomm rood', ...).


---

# 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://documentatie.onfact.be/onfact.nl/templates/gebruik-van-templates-in-onfact/hoe-verander-ik-de-standaard-volgorde-van-mijn-templates.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.
