> For the complete documentation index, see [llms.txt](https://docs-fr.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-fr.docbits.com/end-user-and-partner-section/end-user-section/dashboard/document-status.md).

# Statut du document

Si vous utilisez le logiciel DocBits pour le traitement de documents, il est essentiel de comprendre les différents états de document que vos fichiers peuvent avoir. Voici une liste complète de tous les états de document possibles dans DocBits :

* WatchDog Start : Le module Watchdog démarre.
* WatchDog Split : Le document est en train d'être divisé dans Watchdog.
* WatchDog Upload : Le document est en cours de téléchargement dans Watchdog.
* Upload : Le document est en cours de téléchargement.
* OCR : La reconnaissance optique de caractères (OCR) est en cours d'exécution sur le document.
* Classification : Le document est en cours de classification.
* Importation Zugferd : Un document Zugferd est en cours d'importation.
* Prêt pour validation : Le document est prêt pour la validation.
* Exportation Zugferd : Un document Zugferd est en cours d'exportation.
* Workflow : Un flux de travail est actuellement en cours avec ce document.
* Approbation en attente : Le document doit être approuvé.
* Deuxième approbation en attente : Le document doit être approuvé une deuxième fois.
* Comptabilité automatique : La comptabilité automatique est en cours d'exécution.
* Exportation : Le document est en cours d'exportation.
* Erreur : Une erreur s'est produite dans le document.


---

# 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://docs-fr.docbits.com/end-user-and-partner-section/end-user-section/dashboard/document-status.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.
