# 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="comet-react-sdk/components" %}
[components](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/components)
{% 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="comet-react-sdk/hooks" %}
[hooks](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks)
{% endcontent-ref %}


---

# 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://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk.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.
