> 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/es/docs/docs-signatures.md).

# ¿Cómo funcionan las firmas electrónicas en Docs?

### Presentación

La funcionalidad **Leído y Firmado** (Read & Sign) permite solicitar una firma electrónica simple en documentos PDF en la aplicación Docs. Cumple con el nivel de firma electrónica simple ANSSI eIDAS n.º 910/2014.

### Activar el seguimiento de firma

1. Acceder a un documento **PDF** en la aplicación Docs
2. Activar la opción de seguimiento de firma en el documento

Solo los documentos en formato PDF pueden ser objeto de una firma.

### Seguir las firmas

Una vez activado el seguimiento:

* Consultar la **lista de firmantes** y su estado (firmado / pendiente)
* Ver el **número de firmas** obtenidas respecto al total esperado
* Cada firma lleva una marca de tiempo para garantizar la trazabilidad

### Página Actividad

La página **Actividad** de la aplicación Docs reúne los documentos que requieren una acción:

* Documentos pendientes de firma
* Seguimiento global de las firmas en curso

### Lo que puede hacer el asistente

El asistente no puede gestionar las firmas directamente. Puede explicar cómo funciona y guiar hacia la aplicación 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/es/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.
