> For the complete documentation index, see [llms.txt](https://block3d.gitbook.io/block3d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://block3d.gitbook.io/block3d/components.md).

# Components

* [**Block3r**](/block3d/components/block3r.md) - A wrapper component containing a `WagmiConfig`, `RainbowKitProvider,` `QueryClientProvider`, and `Block3rContent` component.
* [**Block3rContent**](/block3d/components/block3rcontent.md) - A simple component that controls whether the page displays the `Block3d` component or the actual page content depending on the return data from [useBlock3r](/block3d/hooks/useblock3r.md).
* [**Block3d**](/block3d/components/block3d.md) - The component that will be displayed to users who are unable to view the actual page.
* [**Block3dTable**](/block3d/components/block3dtable.md) - A next-ui table containing a list of rules the user is not meeting the criteria for.
* [**Block3rConnectButton**](/block3d/components/block3rconnectbutton.md) - A custom RainbowKit connect button (Contains [QRCodeModal](/block3d/components/qrcodemodal.md)).
* [**QRCodeModal**](/block3d/components/qrcodemodal.md) - A simple modal displaying the currently signed-in user's address in the form of a QR code.&#x20;


---

# 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://block3d.gitbook.io/block3d/components.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.
