# Getting Started

### Quick Start Setup

* **Sign Up & Choose a Plan** (Free trial or paid plan).

* **Generate an API Key** from the Resmic Pro dashboard.

* **Set Up Webhooks** (if needed).

* **Integrate Payments** using the API.

* **Test and Go Live** using the Demo mode.

* API Key creation → [**API Authentication & Security**](/resmic-pro/api-authentications-and-security.md)

* Payment processing →[ **Payment Integrations**](/resmic-pro/payment-integration.md)

* Webhooks for payment updates → [**Webhook Integrations**](/resmic-pro/webhooks-and-notifications.md)

* Blockchins & Tokens →   [**Supported Chains & Tokens**](/resmic-pro/supported-chains-and-tokens.md)

* Testing the integration → [**Demo**](/resmic-pro/demo.md)


---

# 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.resmic.com/resmic-pro/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.
