> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/zeevdocs/dia-a-dia-no-zeev-docs/como-consultar-documentos/como-assinar-arquivos-digitalmente/como-validar-assinaturas-no-site-do-iti.md).

# Como validar assinaturas no site do ITI

## Visão Geral

O modo oficial para validação de um documento assinado digitalmente com certificado digital ICP Brasil é através do site do ITI - Instituto de Tecnologia da Informação, vinculado ao Governo Federal. O ITI disponibiliza um validador gratuito no endereço [https://verificador.iti.gov.br](https://verificador.iti.gov.br/).

### Procedimento de validação

Após concordar com os termos de uso do site, será apresentada uma página para seleção do arquivo assinado. Na opção "Assinatura" clique no botão "Choose":<br>

![](https://docs.zeev.it/Upload/2979dc8a-c5ef-4e77-a8cf-caefd15a4b83.png)

Selecione o arquivo desejado armazenado em seu computador:

![](https://docs.zeev.it/Upload/2444a8b4-0f28-42a4-9645-8721474e3f32.png)

Clique no botão "Gerar relatório". Será iniciada a validação da(s) assinatura(s) presente(s) no arquivo selecionado:

![](https://docs.zeev.it/Upload/38405c25-77e4-4978-923f-e93e14b262d4.png)

Serão apresentadas informações sobre as assinaturas válidas encontradas no arquivo:

![](https://docs.zeev.it/Upload/55148872-e4d5-4fd9-bdcb-60e4edd82538.png)

Ao clicar no botão "Relatório completo" é possível visualizar informações detalhadas sobre o certificado:

![](https://docs.zeev.it/Upload/516d364e-8495-440a-91f4-4985a408ec6d.png)


---

# 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://kb.stoque.com.br/zeevdocs/dia-a-dia-no-zeev-docs/como-consultar-documentos/como-assinar-arquivos-digitalmente/como-validar-assinaturas-no-site-do-iti.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.
