# Getting Started

You only need two things to work with the Comet SDK: an API key and a dream. To get your API key, visit [withcomet.com/devstart](https://withcomet.com/devstart).

{% hint style="warning" %}
If you plan on launching an NFT collection that requires payment, you'll also need to connect Comet to your bank account so we can send you payments. To set this up, visit [withcomet.com/settings/payments](https://withcomet.com/settings/payments).\
\
No users will be able to mint your NFT until this step is completed.
{% endhint %}


---

# 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/getting-started.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.
