# Organizations

## What is an organization?

In Cortex, your organization (org) is your private Cortex environment. Only you and those you allow have access to this environment and the data within it.

## Organization environments

### Production

The Medable production environment has active end-users and is for storing critical and/or sensitive data.

Production environments are accessed from the following endpoints:

* **Admin UI:** `https://app.medable.com`
* **API:** `https://api.medable.com`

### Development

The Medable development environment is used for active app development and testing without impacting production environments. It's your own container to configure to your liking. Later as you progress from deployment to production, you might even request a staging or production environment to fit your development cycle.

Development environments are accessed from the following endpoints:

* **Admin UI:** `https://app.dev.medable.com`
* **API:** `https://api.dev.medable.com`

{% hint style="info" %}
**Note:** Critical or sensitive data should not be stored in development environments, as these environments do not employ all of the necessary protection safeguards.
{% endhint %}

### QA

QA environments are accessed from the following endpoints:

* **Admin UI:** `https://app.qa.medable.com`
* **API:** `https://api.qa.medable.com`


---

# 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.medable.com/getting-started/cortex-user-guide/organizations.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.
