# Kanban

Le Kanban appliqué au développement est **inspiré de la méthode Kanban créée par Toyota** dans les années 50.

Le Kanban se focalise sur **l'amélioration continue** ainsi que la **production à la demande** afin de **réduire le stockage et la surproduction**.

Le Kanban appliqué au développement se base sur un système de Workflow similaire au Agile Board auquel **s'ajoute une limitation sur le nombre de User Stories** présentes simultanément dans la file de Work-In-Progress.


---

# Agent Instructions: 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:

```
GET https://guide-agile.wishtack.io/kanban.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
