# Blocks

<figure><img src="/files/aWHWrNL087osoqjjg9hS" alt="Blocks (Document, URL): block icons made up of three stacked lines representing data linking to object icons"><figcaption></figcaption></figure>

Blocks are subcomponents of objects (project, proposal, milestone, and contribution) created by subjects (individuals or teams) via onchain attestations.

Blocks can point to onchain or offchain data (files, images, URLs, etc.). The offchain URI can be updated.

Onchain data:

* Block creator
* Block reference ID
* Timestamp
* Object reference ID

Data in offchain URI can include, but is not limited to, object names, descriptions, URLs, and images.

#### Block

* Create a Block
* Fetch Blocks
* Update a Block
* Revoke a Block


---

# 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.opentothepublic.org/docs/build-apps-clients/blocks.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.
