> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/storage-and-transfer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/storage-and-transfer/globus/overview.md).

# Overview

<figure><img src="/files/iVnUGqwbmlX3L2Vy0ZEf" alt="Picture explaining how Globus interconnects various storage spaces."><figcaption></figcaption></figure>

[Globus](https://www.globus.org) is a secure, reliable research data management service. With Globus, subscribers can move, share, & discover data via a single interface – whether your files live on a supercomputer, lab cluster, tape archive, public cloud or your laptop, you can manage this data from anywhere, using your existing identities, via just a web browser.

Transfers are facilitated through endpoints. Endpoints are like collections pointing to a subscriber's specific datasets like his/her Google drive, a research share or a folder on a computer. A *key* advantage of the Globus system is the ability to share and transfer large datasets through endpoints at high speeds with people outside Brown. The external collaborators need only sign up for a **free** Globus account to be able to transfer data with ease.

{% hint style="info" %}
Globus supports the following use cases:

* Users can move large datasets from their local machines to Oscar or between files.brown.edu and Oscar.
* Users can share large datasets with other users on Oscar who don't belong to the same group.
* Users can share their folders on Oscar with collaborators outside Brown to download and upload large datasets on the order of Terabytes.
* Users can share their folders with folks outside Brown to upload large datasets.
* Users can transfer data between institutions such as Brown and XSEDE facilities, and between institutions and their local machines.
  {% endhint %}


---

# 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.ccv.brown.edu/storage-and-transfer/globus/overview.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.
