# Introduction

PayNow is still in beta and all features/implementations are subject to change. To stay up to date, join the official PayNow [discord](https://discord.gg/eU55zFdxvN).<br>

## Getting Started

There are two sets of routes for PayNow. The first set includes the management routes, which let you manage your store remotely (create products, customers, etc.). The second group includes the storefront routes, which allows your customers access the data for your store from your custom store implementation.

To get started with the management API, create a new API Key in your [dashboard](https://dashboard.paynow.gg/api-keys).

[How to use your API key](https://docs.paynow.gg/getting-started/types-of-authentication#api-key)

To get started with the storefront API, create a new customer token in your [dashboard](https://dashboard.paynow.gg/customers).

[How to use your Customer's token](https://docs.paynow.gg/getting-started/types-of-authentication#customer)

***

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>StoreFront API</td><td><a href="storefront-headless/storefront-api">storefront-api</a></td></tr><tr><td>Management API</td><td><a href="management/management-api">management-api</a></td></tr><tr><td>Webhooks</td><td></td></tr><tr><td>Hosted Webstores</td><td></td></tr></tbody></table>


---

# 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.paynow.gg/introduction.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.
