> 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/marktplaats-pakketten-en-power-ups/power-ups/taken/koppel-taken-aan-werkbonnen-facturen-offertes-en-projecten.md).

# Koppel taken aan Werkbonnen, Facturen, Offertes en Projecten

Houd de opvolging van taken gekoppeld aan het juiste dossier.

U kunt een Taak koppelen aan andere records in OutSmart.

Zo blijft de Taak gekoppeld aan het werk waartoe deze behoort.

### Veelvoorkomende koppelingen

Taken kunnen worden gekoppeld aan:

* werkbonnen
* facturen
* offertes
* Projecten

{% stepper %}
{% step %}

### Open de Taak

Maak een nieuwe taak aan of bewerk een bestaande.
{% endstep %}

{% step %}

### Kies het recordveld

Open het veld voor het type record dat u wilt koppelen.
{% endstep %}

{% step %}

### Selecteer het record

Kies de juiste werkbon, factuur, offerte of project.
{% endstep %}

{% step %}

### Opslaan

Sla de Taak op.
{% endstep %}
{% endstepper %}

### Waarom koppelen helpt

* het geeft context
* het verbetert de navigatie
* het houdt opvolging dicht bij het bronrecord

### Veelgestelde vragen

<details>

<summary>Kan een Taak nog steeds rechtstreeks aan een Klant worden gekoppeld?</summary>

Ja.

Dat is nog steeds de standaardcontext voor veel Taken.

</details>

<details>

<summary>Kan één Taak aan meer dan één type record worden gekoppeld?</summary>

Dat hangt af van de velden die in uw configuratie Beschikbaar zijn.

Controleer het Formulier voor de Taak in uw omgeving.

</details>

<details>

<summary>Wat gebeurt er als er later Wijzigingen worden gedaan in het gekoppelde record?</summary>

De Taak blijft staan.

De gekoppelde context is afhankelijk van de huidige recordgegevens.

</details>

### Gerelateerde onderwerpen

* [**Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/taken.md)
* [**Een Taak Aanmaken vanuit een Klantkaart**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/taken/aanmaken-van-een-taak-vanuit-een-klantkaart.md)
* [**Filter en zoek Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/taken/filter-en-zoek-taken.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/marktplaats-pakketten-en-power-ups/power-ups/taken/koppel-taken-aan-werkbonnen-facturen-offertes-en-projecten.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.
