# Verify a File

1. Click on the "Verify" button located at the top of the interface.
2. Select the file you wish to verify and click the "Verify" button.
3. Wait for the on-chain verification process to complete.
4. If the file exists, a message stating "Asset successfully verified." will appear, displaying all relevant information.
5. You can then view the asset on the Algorand Blockchain Explorer and access its metadata on IPFS.


---

# Agent Instructions: 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://toknox.gitbook.io/toknox.docs/verification/verify-a-file.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.
