> For the complete documentation index, see [llms.txt](https://playnetwork.gitbook.io/play-sdk-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playnetwork.gitbook.io/play-sdk-documentation/sdk-integration-guides/getting-started/unreal/step-3-environments.md).

# Step 3 - Environments

Developers have access to two different environments:

1. **Staging**: Use this environment while developing and testing. This environment will use the testing blockchain backend.
2. **Production**: Use this environment for the releases, live versions available to users.

**Example**.&#x20;

1. John started integrating the READYgg SDK in his application by setting the **Staging** environment.&#x20;
2. He completed and tested feature Implementation in the **Staging** environment.&#x20;
3. After that, he is ready to update the version in Stores, so he set **Production** and created new builds for store submission. He did a smoke test and updated in Stores.&#x20;
4. After submitting to the stores, he switched back to the **Staging** environment to work on new features for their upcoming release.

### Environment Setup&#x20;

After setting up the above configuration data, you can switch Staging/Production environment from the Unreal plugin setting menu:

**ReadyGamesNetwork->Environment Target->Staging**

**ReadyGamesNetwork->Environment Target->Production**

<figure><img src="/files/tULInbipUkhRaDI7fOA4" alt=""><figcaption></figcaption></figure>


---

# 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://playnetwork.gitbook.io/play-sdk-documentation/sdk-integration-guides/getting-started/unreal/step-3-environments.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.
