> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/nl/features/planifier/questions-frequentes.md).

# Veelgestelde vragen

## Meerdere taken aan een project koppelen

Om meerdere taken in één actie aan een project te koppelen, moet je gegroepeerde acties gebruiken en velden wijzigen.

Begin met het selecteren van de taken die je aan een project wilt koppelen.

<figure><img src="/files/UT88lEbRNaYlKZqU763Y" alt=""><figcaption></figcaption></figure>

Klik op "Gegroepeerde acties

Klik op "Velden wijzigen

Selecteer "Project" en het gewenste project.

<figure><img src="/files/XLEn2AlVtoUniwDFxAS9" alt=""><figcaption></figcaption></figure>

Bevestig de veranderingen door ze op te slaan.

## Hoe verwijder ik een spot?

Om een spot te verwijderen, moet je deze eerst archiveren en vervolgens uit de archieven verwijderen.

<figure><img src="/files/aoxO5LdPyeHVuu4p05tc" alt=""><figcaption><p>Archiveer knop</p></figcaption></figure>

Geef vervolgens de taakarchieven weer

<figure><img src="/files/cMqSSzTKiqB5b9mrJzVz" alt=""><figcaption></figcaption></figure>

En verwijder de taken

<figure><img src="/files/NsHLJB9cz7dXVgpVdb6G" alt=""><figcaption></figcaption></figure>

Je kunt de plek ook rechtstreeks vanuit de tabelweergave verwijderen

<figure><img src="/files/KVwWDKuju6edSGaE3wjW" alt=""><figcaption></figcaption></figure>

## Geef de werkbelasting van de taak op

Je kunt de geschatte en werkelijke werklast op Dastra aangeven. Dit kan handig zijn voor het identificeren van de tijd die aan taken is besteed in je balans

Om de werklast toe te voegen, moet je aangepaste velden toevoegen aan de taken.

<figure><img src="/files/HHBp9wjObBlRokATrTT5" alt=""><figcaption></figcaption></figure>

Je kunt deze waarden vervolgens exporteren naar een werkmap of ze ophalen via je taakfilters.

<figure><img src="/files/V2XENQeENYscT6SPe7tM" alt=""><figcaption><p>Voorbeeld werklastvelden</p></figcaption></figure>

## Hoe start ik een taak opnieuw?

Je kunt een taakmelding opnieuw naar een gebruiker sturen door deze te vermelden in een discussie


---

# 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://doc.dastra.eu/nl/features/planifier/questions-frequentes.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.
