> For the complete documentation index, see [llms.txt](https://docs.signius.eu/signius-professional-platform-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/signius-professional-platform-en/document-statuses.md).

# Document statuses

For the documents in the folder, 5 color codes are used, indicating the corresponding **statuses**:

1. **Orange - PLEASE SIGN!** (document awaiting your signature)&#x20;
2. **Gray - IN PROGRESS** (document awaiting signatures of others)&#x20;
3. **Light green - SIGNED** (document signed by all people)&#x20;
4. **Dark-green - COMPLETED** (document deleted\*)&#x20;
5. **Light-gray - PROCESSED....** (document is being signed in the background)

*\*The document file is deleted but its metadata describing the document, as well as the signatures on it, remain on the platform.*

### **5 d**ocument statuse&#x73;**:**&#x20;

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

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

**The status "PROCESSING..."** occurs only when signing a large number of documents at the same time, when the signing goes into background signing mode.&#x20;

When signing multiple documents at once (in the background), you can continue your work both on and off the portal - without waiting. You can check the progress of signing in the folder.

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


---

# 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.signius.eu/signius-professional-platform-en/document-statuses.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.
