> 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/contracten-importeren.md).

# Contracten importeren

Importeer Contracten in bulk wanneer u gegevens migreert of veel overeenkomsten tegelijk instelt.

Gebruik de Contractimport wanneer u veel Contracten tegelijk wilt toevoegen.

Dat gaat sneller dan ze één voor één aan te maken.

{% hint style="info" %}
Zorg ervoor dat de verwezen Klanten en Contractvoorwaarden al bestaan voordat u importeert.
{% endhint %}

{% stepper %}
{% step %}

### Download de import Template

Start vanuit de algemene gegevensimportflow in OutSmart.

Download de Contractimport-Template.
{% endstep %}

{% step %}

### Vul de Contractvelden in

Veelvoorkomende velden zijn:

* `con_cte_code`
* `con_reference`
* `con_beschrijving`
* `con_tijdstempel_start`
* `con_tijdstempel_einde`
* `con_Dagen`
* `RelatieDebiteurNr`
* `Werkbeschrijving`
* `Werksoort`
* `Werkduur`
  {% endstep %}

{% step %}

### Vul de Schema-velden in

Veelvoorkomende Schema-velden zijn:

* `rec_pattern_elke_waarde`
* `rec_pattern_elke_periode`
* `rec_pattern_periode_week_dagen`
* `rec_pattern_periode_maand_dag`
  {% endstep %}

{% step %}

### Upload het bestand

Voer de import uit met het voltooide bestand.
{% endstep %}

{% step %}

### Bekijk de resultaten

Controleer de importfeedback.

Herstel alle mislukte rijen en importeer ze opnieuw.
{% endstep %}
{% endstepper %}

### Veelgestelde vragen

<details>

<summary>Moeten contractvoorwaarden bestaan vóór de import?</summary>

Ja.

Het importbestand verwijst naar bestaande codes voor contractvoorwaarden.

</details>

<details>

<summary>Kan één bestand Contracten voor verschillende Klanten bevatten?</summary>

Ja.

Elke rij kan verwijzen naar een andere Klant.

</details>

<details>

<summary>Wat gebeurt er als een rij een Storing bevat?</summary>

Die rij wordt niet geïmporteerd.

Controleer de gerapporteerde Storing, corrigeer de rij en importeer opnieuw.

</details>

### Gerelateerde onderwerpen

* [**Contractvoorwaarden aanmaken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/contracten/contractvoorwaarden-instellen.md)
* [**Contract aanmaken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/contracten/maak-een-contract-aan.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/contracten-importeren.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.
