# Getting Started

- [Register](https://pay-apidocs.fizen.io/getting-started/register.md): Merchant must create an account at Register Page before making all authorized requests to the system.
- [Environment](https://pay-apidocs.fizen.io/getting-started/environment.md): There are 2 environments for merchant integration. All functions should work fine on the Sandbox environment before integrating on the Production environment.
- [Get your API keys](https://pay-apidocs.fizen.io/getting-started/get-your-api-keys.md): There are 2 environments for merchant integration. All functions should work fine on the Sandbox environment before integrating on the Production environment.
- [Make your first API request](https://pay-apidocs.fizen.io/getting-started/make-your-first-api-request.md): To make your first request, send an authenticated request to the /charges endpoint. This will create a charge.


---

# 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://pay-apidocs.fizen.io/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.
