> 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/contracten/annuleringsredenen-voor-contracten-instellen.md).

# Annuleringsredenen voor contracten instellen

Maak herbruikbare Afsluitredenen aan om bij te houden waarom Contracten worden beëindigd.

Wanneer u een Contract opzegt, selecteert u een reden.

Maak die redenen eerst aan in **Instellingen**.

{% stepper %}
{% step %}

### Open de Instelling

Ga naar **Instellingen**.

Open **Reden voor opzegging**.
{% endstep %}

{% step %}

### Voeg een nieuwe reden toe.

Klik op **Voeg toe**.
{% endstep %}

{% step %}

### Vul de reden in

Voer een unieke in **Code**.

Voeg de naam of beschrijving van de reden toe.
{% endstep %}

{% step %}

### Sla de reden op.

Klik op **Opslaan**.

De reden is nu Beschikbaar wanneer u een Contract opzegt.
{% endstep %}
{% endstepper %}

### Veelgestelde vragen

<details>

<summary>Is een opzegreden verplicht?</summary>

Ja.

U selecteert er één wanneer u een Contract opzegt.

</details>

<details>

<summary>Kan ik meer dan één reden aanmaken?</summary>

Ja.

Maak zoveel redenen aan als uw proces nodig heeft.

</details>

<details>

<summary>Kan ik een reden later wijzigen?</summary>

Ja.

Open de reden in Instellingen en werk deze daar bij.

</details>

### Gerelateerde onderwerpen

* [**Contracten beheren**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/contracten/beheer-contracten.md)
* [**Contracten**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/contracten.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/contracten/annuleringsredenen-voor-contracten-instellen.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.
