# Why Manifold Client SDK?

The **Manifold Client SDK** exists to enable builders to create web3 apps, where [the creator is the platform](https://manifoldxyz.substack.com/p/manifold-creator).

This toolkit complements [**Manifold Studio**](https://studio.manifold.xyz/) such that anyone can build:

* **Custom storefronts** – Fetch products, check allocations, verify allowlists, and more.
* **Trusted checkout flows** – Secure web3 transactions with Manifold’s audited smart contracts.
* **Wallet agnostic UIs** – Official support for `ethers v5` and `viem`, with more adapters coming.

To learn more about how to build your own app and seamlessly integrate onchain purchases, see [**Getting Started**](/client-sdk/getting-started.md).

If you have any questions or feedback, see our [**FAQ**](/client-sdk/guides/faq.md) or join our [**Community Forum**](https://forum.manifold.xyz).


---

# 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/client-sdk/readme.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.
