> For the complete documentation index, see [llms.txt](https://igb.mit.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://igb.mit.edu/data-management/globus/using-globus.md).

# Using Globus

## Registering for a Globus Account

**In order to make use of the Globus platform, you will need to** [**create an account**](https://www.globus.org/get-started) **if you have not done so already.** Most users will do so by using their institutional login (e.g., MIT Kerberos) by clicking the 'Log In' button in the top-right hand corner of the [Globus website](https://globus.org). After providing your consent, your new Globus account will be tied to your full name and email address as it appears at your institution.&#x20;

If you are not affiliated with any of the organizations or research institutions listed, you can create your own unique login Globus login by filling out the [Globus ID form](https://www.globusid.org/create?viewlocale=en_US). This login will take the form `username@globusid.org`, and will have its own login credentials associated with it.&#x20;

## Data Transfer

All data transfers in Globus are initiated from the [File Manager page](https://app.globus.org/file-manager).

The File Manager page has two panes. One pane for each collection where you will transfer data to / from.

<figure><img src="/files/HvURIrAioRClFkKopCxM" alt=""><figcaption><p>The Globus File Manager page</p></figcaption></figure>

### Collection<->Collection

To choose a collection, simply click the "Search" input and search for the name of a collection. Then, click on it. Do so for both the collection you are transferring from and the collection you are transferring to.

You can view the Globus collections managed by the Koch Institute at the following page:

{% content-ref url="/pages/BNrJMZUfSV1MzM5u5Yik" %}
[Koch Institute-Managed Collections](/data-management/globus/koch-institute-managed-collections.md)
{% endcontent-ref %}

<figure><img src="/files/zjBmOvyRhZXfXM4LypMJ" alt=""><figcaption><p>The Globus Collection search page</p></figcaption></figure>

On each pane, either use the "Path" input to write the path where your data are located / will be located, or navigate to it in the file manager window.

For example, in the screenshot below, I've navigated to the `/BMC/TEST/` folder in "Koch Institute BioMicro Data (Internal)", and the `/home/asoberan/projects/tickets/globus/` directory in "MIT ORCD Engaging Collection."

<figure><img src="/files/eteD0FryKy9MTbCrRsfM" alt=""><figcaption></figcaption></figure>

Select all the files you wish to move, then hit the "Start" button in the corresponding pane. You will receive a notification that says "Transfer request submitted successfully". If you click "View Details", you will be taken to the Activity tab, where you can see the progress of your data transfer.

<figure><img src="/files/Q9GkzGb70qxRvZ82Bu4S" alt=""><figcaption><p>Globus Activity tab for my data transfer</p></figcaption></figure>

### Collection<->Personal Workstation

In addition to transferring data from one institution-managed collection to another, you can transfer data from your personal workstation to a collection using Globus.

To do this, you first have to [download Globus Connect Personal](https://www.globus.org/globus-connect-personal) to the workstation that has your data.

Follow the installation guide in the page above.&#x20;

Globus Connect Personal will run on your workstation and expose a directory of your choosing as a Globus collection. This collection is private by default, so only you have access to it.

Once you've done that, you can follow the same instructions under the **Collection<->Collection** heading to transfer data.


---

# 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://igb.mit.edu/data-management/globus/using-globus.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.
