# Verify a Site CID

Every deployment is “pinned” to the decentralized IPFS service. This means that anyone can access it through a network of nodes that share these pieces of data. Since each website has a unique “hash” of the data within, we can leverage cryptographic signatures letting you “verify” that the code deployed is the code you intended to deploy.

To get started, head over to the deployment page. Each deployment is verified individually as even a small change will completely change the hash.

<figure><img src="/files/LxKxqHVD1cQ0Fj8oH29k" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Bocp9Pnvly1lD2BKI544" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/IHa264eTxRKo8wfIwTXw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/g2ESGBPOsIRz2rdFHdP4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/So25R4LfR2pVVAOJztIM" alt=""><figcaption></figcaption></figure>

If you click on “See Verification” [Signer.is](https://signer.is/verify/JTdCJTIyY2xhaW1lZF9tZXNzYWdlJTIyJTNBJTIyYmFmeWJlaWFwMzRxNXV4d3p0ZGI3ZHRrZWZzM3E1aWpjcG5xM3Zsdnp0cDRrb2hya3BjZ2kyNnV2aWUlMjIlMkMlMjJzaWduZWRfbWVzc2FnZSUyMiUzQSUyMjB4ZmYwM2EwYTMzYmVkOTkwZTJmZDMyZGViN2FmZjNmY2I4OWFmOTJiOTQzYWI3MjA3NTc0M2E5ZjQ3NGFlZDc1ODIwMTYyOGUwNzgxMjdiNjQzYzQwNTdlMWJkNGJjNmQ2ZDFjNGZlMTllMGZlODEyNTBlNDFiYmE3YTkzNDJmZTMxYyUyMiUyQyUyMmNsYWltZWRfc2lnbmF0b3J5JTIyJTNBJTIyMHhjMTNlREE2YkZGNjY5YjM4NTg2NTBiYzM0RGQ4ODAyZUY5M0QzMUU5JTIyJTdE) should open up with the verified signature for your deployment’s CID. this can be shared with people interested in seeing the verified deployment signature.

:cactus:*Fun Fact: In botanical terms, a berry is a fleshy fruit produced from a single ovary. By that definition, bananas, tomatoes, and kiwis are berries while strawberries and raspberries are not.*


---

# 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://docs.dappling.network/legacy-docs/getting-started/verify-a-site-cid.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.
