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

# Globus Data Transfer Tool

Globus is a powerful data transfer tool that has a wide range of support for popular storage systems and a simple graphical user interface. Using Globus is as easy as 1, 2, 3: 1. [Set-up your Globus Account](/docs/data-transfer-and-storage/globus-overview.md) 2. [Find or Set-up Endpoints](/docs/data-transfer-and-storage/globus-overview/globus-endpoints.md) 3. [Transfer your Files & More](/docs/data-transfer-and-storage/globus-overview/globus-transfer.md)

## Getting Started and Signing In

Globus is primarily used via its web interface, though it is possible to download a personal client or use command line tools. 1. Navigate to the Globus website (<https://www.globus.org/>) and click `Log in`.

* Select your organization Oak Ridge National Laboratories from the drop-down menu and select `Continue`.
* Use your UCAMS username and password to log in.
  * If you have an existing Globus account, you may choose to link them at this time, or skip to the next step, by clicking `No thanks, continue`.
* Accept the user agreement and `Continue`. The next screen with ask you to `Allow` permissions.

For a list of common Endpoints or if you'd like to learn how to use Globus Endpoints, [click here for our guide](/docs/data-transfer-and-storage/globus-overview/globus-endpoints.md).

📝 **Note:** If you can not login to the DTN, but can to other CCLA systems (like the login nodes), your account may have been temporarily blocked on the DTN. This occurs, for example, upon too many failed password attempts. If so, [contact the CCLA](/docs/support.md).


---

# 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://doane-ccla.gitbook.io/docs/data-transfer-and-storage/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.
