# Register

{% hint style="info" %}
You can make requests to Fizen Pay directly on the **Web app** by logged-in account or make external requests (from: e-commerce platforms, your applications/systems...) by **API keys**.
{% endhint %}

1. Register an account on Sandbox environment for developing or testing purposes
   * <https://merchant-testmode.fizen.io/signup>
2. Register a production account to launch your business:
   * &#x20;<https://merchant.fizen.io/signup>


---

# 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/register.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.
