# Environments

{% hint style="info" %}
If you are a Trial customer, you can only create Development Consents and pull data from our sandbox system Test.1. Please contact <sales@zwapgrid.com> for further information on upgrading.
{% endhint %}

We offer two environments within the Client Portal. These are:

* [Development](/client-portal/environments/development.md)
* [Production](/client-portal/environments/production.md)

Use a **Development** API key and Development consents for sandbox and testing (e.g. Test.1). Use a **Production** API key and Production consents for live Your Customer data.

We recommend creating a [**Development API Key**](/client-portal/environments/development.md) during your development phase to allow you to create Development Consents. These API Keys should be stored securely and used in your non-production workflows.

We recommend that once you are ready to go live with your integration to API.1, you create a [**Production API Key**](/client-portal/api-keys.md) that you should store securely and use when retrieving data from live customers.

{% hint style="info" %}
You must use the appropriate API key to create consent for the corresponding environment.
{% endhint %}


---

# 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.zwapgrid.com/client-portal/environments.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.
