> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/docs/docs-signatures.md).

# Comment fonctionnent les signatures électroniques dans Docs ?

### Présentation

La fonctionnalité **Lu et Signé** (Read & Sign) permet de demander une signature électronique simple sur des documents PDF dans l'application Docs. Elle est conforme au niveau de signature électronique simple ANSSI eIDAS n°910/2014.

### Activer le suivi de signature

1. Accéder à un document **PDF** dans l'application Docs
2. Activer l'option de suivi de signature sur le document

Seuls les documents au format PDF peuvent faire l'objet d'une signature.

### Suivre les signatures

Une fois le suivi activé :

* Consulter la **liste des signataires** et leur statut (signé / en attente)
* Voir le **nombre de signatures** obtenues par rapport au total attendu
* Chaque signature est horodatée pour assurer la traçabilité

### Page Activité

La page **Activité** de l'application Docs regroupe les documents nécessitant une action :

* Documents en attente de signature
* Suivi global des signatures en cours

### Ce que l'assistant peut faire

L'assistant ne peut pas gérer les signatures directement. Il peut expliquer le fonctionnement et guider vers l'application Docs.


---

# 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://help.steeple.com/docs/docs-signatures.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.
