> 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/english/documentos.md).

# Documents

- [Create document via Upload](https://docs.zapsign.com.br/english/documentos/criar-documento.md)
- [OneClick (ClickWrap)](https://docs.zapsign.com.br/english/documentos/oneclick.md)
- [Create document (OneClick)](https://docs.zapsign.com.br/english/documentos/oneclick/criar-documento-oneclick.md)
- [Create document via Template](https://docs.zapsign.com.br/english/documentos/criar-documento-via-modelo.md)
- [Add attachment (extra document)](https://docs.zapsign.com.br/english/documentos/adicionar-anexo-documento-extra.md)
- [Add attachment (extra document) via Template](https://docs.zapsign.com.br/english/documentos/criar-documento-via-modelo-1.md)
- [Detail document](https://docs.zapsign.com.br/english/documentos/detalhar-documento.md)
- [Update document](https://docs.zapsign.com.br/english/documentos/update-document.md): This endpoint allows you to update the information of a document as long as it is still in progress (i.e., it has not been completed or canceled).
- [Reorder Documents in an Envelope](https://docs.zapsign.com.br/english/documentos/update-document/reorder-envelope.md): This endpoint allows you to define the order in which documents are displayed within a specific envelope. It is useful when the reading or signing order of the documents matters.
- [List documents](https://docs.zapsign.com.br/english/documentos/listar-documentos.md)
- [Delete document](https://docs.zapsign.com.br/english/documentos/excluir-documento.md)
- [Document Audit Trail](https://docs.zapsign.com.br/english/documentos/document-audit-trail.md)
- [Optional: Place signatures](https://docs.zapsign.com.br/english/documentos/opcional-posicionar-assinaturas.md)
- [Cancel document](https://docs.zapsign.com.br/english/documentos/cancel-document.md): This endpoint allows you to cancel/reject an in-progress document to interrupt the signing process.


---

# 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:

```
GET https://docs.zapsign.com.br/english/documentos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
