# Directory

## [Manifold CSS Variables](/manifold-for-developers/resources/widgets/manifold-css-variables.md)

Making widget styling easier across Manifold widgets.

## [Connect Widget](/manifold-for-developers/resources/widgets/connect-widget.md)

Add wallet authentication and blockchain functionality to your website.

## [Campaign Widget](/manifold-for-developers/resources/widgets/campaign-widget.md)

Add token gated experiences to your website.

## [Curation Widget](/manifold-for-developers/resources/widgets/curation-widget.md)

Add a curation list created from [Manifold Share](https://share.manifold.xyz) to your website.

## [Marketplace Widgets](/manifold-for-developers/resources/widgets/marketplace-widgets.md)

Add Manifold Gallery marketplace listings to your website.

## [Wallet Identity Widget](/manifold-for-developers/resources/widgets/wallet-identity-widget.md)

Add a simple wallet profile with external links to your website.

## [Restricted Token Widget](#restricted-token-widget)

Add a display showing blocked marketplaces on a token address.

## [Subscription Widget](#subscription-widget)

Add a widget that allows a user to subscribe to an artist's address.

## [6551 Display Widget](#6551-display-widget)

Add a customize display for any ERC6551 NFTs.


---

# 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.manifold.xyz/manifold-for-developers/resources/widgets/directory.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.
