> For the complete documentation index, see [llms.txt](https://docs.pandablue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandablue.com/guides/getting-started/go-live.md).

# Go live

### Ready to go live?

When your integration is complete, click "**Request go live**" button in the STG Merchant Panel.&#x20;

<figure><img src="/files/iiG71AHzsYdYboCZj4RF" alt="" width="375"><figcaption><p>It will appear in the Homepage, within the top right corner.</p></figcaption></figure>

To ensure a seamless launch, our team will then carefully review your test transactions to confirm a correct setup. Once approved, we will promptly email the activation link for your production account.

### Configure your production account

Your account is approved and ready for its final setup. Complete the following technical steps to enable live transaction processing.

* [x] [Configure production domain URL](/guides/getting-started/get-your-api-keys.md#urls)
* [x] [Retrieve production API Keys](/guides/getting-started/get-your-api-keys.md#retrieve-your-credentials)
* [x] [Whitelist your production servers IPs](/guides/getting-started/important-configurations.md#whitelist-ips)
* [x] [Set up default webhook URLs](/guides/getting-started/important-configurations.md#configure-default-urls)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pandablue.com/guides/getting-started/go-live.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
