# How to Access Data

## Overview

TERRA-REF data is available through four different approaches: Globus Connect, Clowder, BETYdb, and CoGe. Raw data is transfered to the primary compute pipeline using Globus Online. Data is ingested into Clowder to support exploratory analysis. The Clowder extractor system is used to transform the data and create derived data products, which are either available via Clowder or published to specialized services, such as BETYdb.

For more information, see the [Architecture Documentation](https://github.com/terraref/documentation/tree/56f669dc870b3c3921bfc029914545574e70f8df/architecture-documentation.md).

## Clowder

Clowder is the primary system used to organize, annotate, and process raw data generated by the phenotyping platforms as well as information about sensors.

Use Clowder to explore the raw TERRA-REF data, perform exploratory analysis, and develop custom extractors.

For more information, see [Using Clowder](/revisions/user-manual/how-to-access-data/using-clowder-sensor-and-genoomics-data.md).

## Globus Connect

Raw data is transferred to the primary TERRA-REF compute pipeline on the [Resource Open Geospatial Education and Research](https://wiki.ncsa.illinois.edu/display/ROGER/ROGER+System+Information?src=contextnavchildmode) (ROGER) system using Globus Online. Data is available for Globus transfer via the [Terraref endpoint](https://www.globus.org/app/endpoints/403204c4-6004-11e6-8316-22000b97daec/overview). Direct access to ROGER is restricted.

Use Globus Online when you want to transfer data from the TERRA-REF system for local analysis.

For more information, see [Using Globus](/revisions/user-manual/how-to-access-data/using-globus-sensor-and-genomics-data.md).

## **BETYdb**

BETYdb contains the derived trait data with plot locations and other information associated with agronomic experimental design.

Use BETYdb to access about derived trait data.

For more information, see [Using BETYdb](/revisions/user-manual/how-to-access-data/using-betydb-trait-data-experimental-metadata.md).

## **CoGe**

CoGe contains genomic information and sequence data.

For more information, see [Using CoGe](/revisions/user-manual/how-to-access-data/using-coge-genomics.md).

## **Other Data**

* Field protocols
* Calibration protocols
* Field scanner operational log <https://github.com/terraref/computing-pipeline/issues/128>


---

# 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.terraref.org/revisions/user-manual/how-to-access-data.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.
