# API Keys

PayNow's headless API's allow any store owner to build out their store to their liking without the need to customized pre-made templates. Utilizing PayNow's API you can accomplish tasks such as importing packages, creating a headless API store and more!&#x20;

## API Documentation

For further development documention and more examples of use-cases please visit our [API Reference page](https://docs.paynow.gg/)!

***

## How Do I Create A PayNow API Key?

Great question and it's incredibly easy! You can get started by visiting the [API Keys](https://dashboard.paynow.gg/api-keys) page located on your dashboard and complete the following:

1. Click on **New API Key**
2. Give it a name and assign a role
3. That's it!

After creating the API key, you'll see your token along with details such as resetting it if needed, along with when the token was last modified.

<figure><img src="https://2548055575-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEfAasB0XXVFpgzmjUh8U%2Fuploads%2F5QNkunIEYofUpfzW7bTm%2Fimage.png?alt=media&#x26;token=b0eb427b-544c-4745-bbf0-285d63566b88" alt="Creating an API key allows anyone to interface without restrictions to paynow and unlock their store&#x27;s full potential with customization."><figcaption></figcaption></figure>


---

# 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://guides.paynow.gg/integration/api-keys.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.
