# Setup & Configuration

- [Setup an account](https://docs.copperx.io/setup-and-configuration/setup-an-account.md): To get started with the Copperx account:
- [Payment Configuration](https://docs.copperx.io/setup-and-configuration/setup-an-account/payment-configuration.md): To add payment settings in Copperx Gateway, follow these steps:
- [Business Details](https://docs.copperx.io/setup-and-configuration/setup-an-account/business-details.md): Streamlining Your Business Information
- [Apply your Branding](https://docs.copperx.io/setup-and-configuration/setup-an-account/apply-your-branding.md): Enhance Your Branding
- [Manage Promo Codes](https://docs.copperx.io/setup-and-configuration/setup-an-account/manage-promo-codes.md): Boost Sales with Discounts
- [Environments (Testnet vs Mainnet)](https://docs.copperx.io/setup-and-configuration/environments-testnet-vs-mainnet.md): Copperx offers both test and production environments so you can safely develop and test your integration before going live.
- [How to Generate an API Key](https://docs.copperx.io/setup-and-configuration/how-to-generate-an-api-key.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.copperx.io/setup-and-configuration.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.
