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

# Documentos

- [Crear documento via Upload](https://docs.zapsign.com.br/espanol/documentos/criar-documento.md)
- [OneClick - Clickwrap](https://docs.zapsign.com.br/espanol/documentos/oneclick.md)
- [Crear documento (OneClick)](https://docs.zapsign.com.br/espanol/documentos/oneclick/criar-documento-oneclick.md)
- [Crear documento via Plantilla](https://docs.zapsign.com.br/espanol/documentos/criar-documento-via-modelo.md)
- [Adicionar documento (sobre)](https://docs.zapsign.com.br/espanol/documentos/adicionar-anexo-documento-extra.md)
- [Adicionar documento extra via Plantilla](https://docs.zapsign.com.br/espanol/documentos/criar-documento-via-modelo-1.md)
- [Detalle del documento](https://docs.zapsign.com.br/espanol/documentos/detalhar-documento.md)
- [Actualizar documento](https://docs.zapsign.com.br/espanol/documentos/update-document.md): Este endpoint permite actualizar los datos de un documento siempre y cuando aún esté en curso (es decir, no ha sido finalizado ni cancelado).
- [Reordenar documentos de un sobre](https://docs.zapsign.com.br/espanol/documentos/update-document/reorder-envelope.md): Este endpoint permite definir el orden en el que se mostrarán los documentos dentro de un sobre específico. Es útil cuando el orden de lectura o firma de los documentos es relevante.
- [Listar documentos](https://docs.zapsign.com.br/espanol/documentos/listar-documentos.md)
- [Eliminar documento](https://docs.zapsign.com.br/espanol/documentos/excluir-documento.md)
- [Histórico de eventos](https://docs.zapsign.com.br/espanol/documentos/historico-de-eventos.md)
- [Posicionar firma (opcional)](https://docs.zapsign.com.br/espanol/documentos/opcional-posicionar-assinaturas.md)
- [Cancelar documentos](https://docs.zapsign.com.br/espanol/documentos/cancelar-documentos.md): Este endpoint permite cancelar/rechazar un documento en curso para interrumpir el proceso de firma


---

# 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.zapsign.com.br/espanol/documentos.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.
