> 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/getting-started/without-brown-credentials/create-globus-id.md).

# Create Globus ID

**This step needs to be performed just ONCE, to create a Globus ID linked to your email.**

1. Visit <https://www.globusid.org/create> in your Browser
2. Choose a username and password. Enter your email that you will use to access this data in the "E-mail" field. Click "Create ID" after filling out the form.

<figure><img src="/files/WuCM6rdU5Bwt1F6vEJja" alt="Image showing how to fill Globus account creation form."><figcaption></figcaption></figure>

3\. Click "Verify Your E-mail Address". This will send an email titled "**Globus ID Verification**" to your email. Check all the folders in your mail box, it might end up in a folder other than the inbox. Copy the verification code from that email and enter it in the next screen.

<figure><img src="/files/lnnxrQ45cvZ63tFJapvq" alt="Screenshot of GlobusID.org emphasizing the &#x27;Verify Your Email Address&#x27;."><figcaption></figcaption></figure>

Your Globus ID and your Globus account is now ready for use.


---

# 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/getting-started/without-brown-credentials/create-globus-id.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.
