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

# Comet React SDK

With Comet's React SDK, you can embed Comet's functionality – Instant Wallets, zero-transaction NFT minting with credit cards, and galleries – into your own website. It's the easiest way to get NFTs into the hands of your most loyal users.

{% hint style="warning" %}
The Comet React SDK is in early stage development; APIs are subject to change significantly. This documentation is for our latest version, `v1.`
{% endhint %}

## Components

Comet provides pre-built components that let your users log in and mint NFTs without needing any extra logic. Use these components to get started quickly.

{% content-ref url="/pages/PRzOB9o5SnvXyVm3gVVP" %}
[Components](/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/components.md)
{% endcontent-ref %}

## Hooks

For a more customized or in-depth Web3 experience, we expose React hooks that provide the same functionality as our Components, plus additional features like transaction signing.

{% content-ref url="/pages/1pE6Pfbc5azG8p8pucmf" %}
[Hooks](/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
