> For the complete documentation index, see [llms.txt](https://docs.lowcoder.cloud/lowcoder-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lowcoder.cloud/lowcoder-documentation/setup-and-run/lowcoder-enterprise-edition/enterprise-edition-features/environments/environment-details.md).

# Environment Details

On Environments page, we have a list of the Environments that you have configured on the Enterprise Edition. All Environment use the same PostgreSQL DB, but each of these have a separate MongoDB. What this means is that "Needed to be written".

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

**Environment Overview :** Environment Details page include an overview of all the details about the Environment. It shows the License details as well which includes the Total API Calls limit and the Remaining API Calls.

<div><figure><img src="/files/0GZD9K4z6NfH569G3Y1A" alt=""><figcaption></figcaption></figure> <figure><img src="/files/jt9XRGE0qvkFSyVa6mWR" alt=""><figcaption></figcaption></figure></div>

**Workspaces & User Groups :** An Environments shows the Workspaces and User Groups attached to it, as you can see in the following two screenshots :&#x20;

<div><figure><img src="/files/dHpRkasugNDMivJmHGox" alt=""><figcaption></figcaption></figure> <figure><img src="/files/cscFldN3iYjRLNDUj5mG" alt=""><figcaption></figcaption></figure></div>

On accessing an individual Workspace, you will be able to see the Apps, Data Sources and Queries. These resources can be manageable and deployable through a Single click.

<div><figure><img src="/files/8vq6MvUpxOcA9FOxtMyx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6L8BE9YxhPDbjs2P5TWf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/jPMRdFdWnba6O3gkikda" alt=""><figcaption></figcaption></figure></div>

**Management/Deployment of the Resources :**&#x20;

Without "Mange" toggle ON, Admin can't deploy an item across environments. So, to enable "Deployment", first Admin need to turn ON the "Manage" toggle. After that, Click on "Deploy" button and it will show a pop up, asking for following three things :&#x20;

1. Choose the Target Environment/s
2. Checkmark the "Dependencies" Updates if needed
3. Make the App Public to All or Marketplace

After clicking the "Deploy" button, the app will get deployed to selected Environment. Same flow happens to Data Sources and Data Queries section.

<div><figure><img src="/files/XT6r2XKgiXrONARv4Cgn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9QmAq1H9IXJXO6GusMwq" alt=""><figcaption></figcaption></figure></div>


---

# 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.lowcoder.cloud/lowcoder-documentation/setup-and-run/lowcoder-enterprise-edition/enterprise-edition-features/environments/environment-details.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.
