> For the complete documentation index, see [llms.txt](https://documentation.dnanexus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.dnanexus.com/user/trusted-research-environments/discovering-tres.md).

# Discover Research Environments and Explore Data

Locate a research environment, review its contents, and preview participant data distributions before submitting a data access request.

{% hint style="info" %}
Apollo and Trusted Research Environments licenses are required to use Trusted Research Environments on the DNAnexus Platform. [Contact DNAnexus Sales](mailto:sales@dnanexus.com) for more information.
{% endhint %}

Before you start a data access request, find a research environment that contains the data relevant to your research and evaluate its contents.

To discover and explore research environments and their resources, you must be an [Authorized User](/user/trusted-research-environments/roles-and-permissions.md) of at least one environment, or the environment must be set to public.

## Locate a Research Environment

Start in **Data Resources** > **Resource Center** to see research environments available to you. Use filters or search by name, state, or org to find an environment with data relevant to your research.

![Resource Center showing available research environments](https://1612471957-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_EsL_ie8XyZlLe_yf9%2Fuploads%2Fgit-blob-6b9e292bd1bc2306435700ecd139ff80daafe938%2Fdata-resource-tre-list.png?alt=media)

You can click any of the environments to view their details.

## Review Environment Contents

Once you've selected a research environment, open it to review what data and features are available. The environment detail provides the following:

* **Data Showcase** — Preview participant-level data and distributions before making a request, when the environment includes a Data Showcase.
* **Metadata** — Review the environment's description, geographic region, and data inventory details.
* **Request history** — View your existing and approved data access requests for this environment.
* **Projects** — Access projects associated with your approved data requests.

![Research environment details](https://1612471957-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_EsL_ie8XyZlLe_yf9%2Fuploads%2Fgit-blob-696506af8136386b0ff254cfc78e12570748fae0%2Fdata-resource-tre-detail.png?alt=media)

### Preview Participant Data and Distributions

Before submitting a data access request, you can preview the environment's data using the **Data Showcase** when the data provider has configured one. The Data Showcase is a curated and safe-to-view subset of the full data set for authorized users and reviewers to explore.

{% hint style="info" %}
**Don't see the Data Showcase?** The research environment might not include a Data Showcase, or it might [enforce full set selection](/admin/trusted-research-environments/creating-a-tre.md#step-5-configure-data-showcase-and-selection). Your data access request includes all participants by default. You can [submit a data access request](/user/trusted-research-environments/submitting-access-request.md) directly.
{% endhint %}

You preview the data using a read-only [Cohort Browser](/user/cohort-browser.md) where you can apply filters on clinical and phenotypic fields, examine participant counts, and visualize data distributions. This helps you assess whether the environment contains suitable data for your research before committing to a formal access request.

To open the Data Showcase, click the **Data Showcase** button on the environment.

In the Data Showcase, you can:

* Apply and adjust filters on clinical and phenotypic fields to define the participant population that fits your research criteria.
* Name your cohort to document the population you are selecting.
* Customize the dashboard tiles to inspect field distributions and participant counts, helping you assess whether the data meets your needs before committing to a request.

## Next Steps

After you identify a research environment and explore its data, you can [submit a data access request](/user/trusted-research-environments/submitting-access-request.md) to begin the approval process.


---

# 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://documentation.dnanexus.com/user/trusted-research-environments/discovering-tres.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.
