> 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/creer-ou-modifier-un-projet-ou-une-iteration.md).

# Een project of iteratie maken of wijzigen

## Introductie

In Dastra,

* een project een lijst van taken die gewoonlijk overeenkomt met een functionele scope.
* een iteratie verwijst naar een lijst met taken die gewoonlijk overeenkomt met werk dat over een bepaalde periode moet worden uitgevoerd.

## Een project maken of wijzigen

Klik in de module "Planning" op het tabblad "Projecten

![Projecten tab](/files/Y9UCpscCLQJ1Mgvb2uZ5)

Dit brengt je naar de projecten interface waar je een nieuw project kunt maken door op "maak een project" te klikken, of een bestaand project kunt wijzigen door op de drie puntjes rechts van het project te klikken, en dan op "wijzig".

![Creëer een project" knop](/files/AjrVYDlZCexbm0x6Qn7e)

![Project uitklapmenu](/files/7K5vU0lsVkCAolTushI2)

## Een iteratie maken of wijzigen

Klik vanuit de "planning" module op de "Iteraties" tab.

![Tab "Iteraties"](/files/UMto8PS0EiVcXvWzb1hH)

Dit brengt je naar de iteraties interface waar je nieuwe iteraties kunt maken door op "maak een iteratie" te klikken, of een bestaande iteratie kunt wijzigen door op de drie puntjes rechts van de iteratie te klikken, en dan op "wijzig".

![Een iteratie maken knop](/files/wNvYflB6X1uKXwzn26p8)

![Iteratie uitklapmenu](https://github.com/Dastrateam/dastra-doc-nl/blob/main/.gitbook/assets/afbeelding%20\(230\).png)

Een tweede tab, "huidige iteraties", laat je alle taken zien die zich in de huidige iteratie bevinden.

![De huidige iteratie tab in de planningsmodule](https://github.com/Dastrateam/dastra-doc-nl/blob/main/.gitbook/assets/Capture%20web_4-5-2022_15256_app.dastra.eu%20\(1\).jpg)

## Verder gaan

{% content-ref url="/pages/91u1xZjc9RX3vPab3yCo" %}
[Taken volgen, filteren of exporteren](/nl/features/planifier/suivre-les-taches.md)
{% endcontent-ref %}


---

# 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/creer-ou-modifier-un-projet-ou-une-iteration.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.
