> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-instellen/projectsjablonen-gebruiken.md).

# Projectsjablonen gebruiken

Gebruik opnieuw een standaard projectstructuur wanneer u vaak vergelijkbare projecten aanmaakt.

Project Templates besparen tijd wanneer u hetzelfde soort Project meer dan eens aanmaakt.

Ze helpen u codes, velden en structuur consistent te houden.

{% stepper %}
{% step %}

### Project Aanmaken of Open

Open het Project dat u als Template wilt gebruiken.
{% endstep %}

{% step %}

### Markeer het als Template

Stel in **Actief** op **Template**.
{% endstep %}

{% step %}

### Sla de Template op

Klik op **Opslaan**.
{% endstep %}

{% step %}

### Aanmaken van een Nieuw Project vanuit de Template.

Start een Nieuw Project.

Kies de Template die u wilt gebruiken.
{% endstep %}

{% step %}

### Controleer en sla op

Pas de waarden aan die uniek moeten zijn voor het nieuwe Project.

Sla daarna het Project op.
{% endstep %}
{% endstepper %}

### Goede toepassingen voor Templates

* terugkerende installaties
* standaard onderhoudsprojecten
* herhaalbare uitrolwerkzaamheden

### Veelgestelde vragen

<details>

<summary>Blijft een Template herbruikbaar nadat u die hebt opgeslagen?</summary>

Ja.

U kunt die blijven gebruiken voor nieuwe Projecten.

</details>

<details>

<summary>Kan ik later een Wijziging aanbrengen in een Project Template?</summary>

Ja.

Werk de Template bij en sla die opnieuw op.

</details>

<details>

<summary>Moet ik voor elk Project een Template gebruiken?</summary>

Nee.

Gebruik Templates wanneer dezelfde opzet vaak terugkomt.

</details>

### Gerelateerde onderwerpen

* [**Project aanmaken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-instellen/een-project-aanmaken.md)
* [**Begrijp Projectvelden en opties**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-instellen/projectvelden-en-opties-begrijpen.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-instellen/projectsjablonen-gebruiken.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.
