> For the complete documentation index, see [llms.txt](https://usdrcg.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://usdrcg.gitbook.io/docs/non-lawrence-guides/untitled.md).

# .

{% hint style="danger" %}
This site is incomplete and under construction.  Proceed at your own risk.
{% endhint %}

## Getting Started

Navigate to the [Globus](https://www.globus.org/) website and click "Log In".

![](/files/-LaHXhJmhRt94JIleIzO)

Select your organization (e.g. University of South Dakota) from the drop-down menu, then select Continue.&#x20;

![](/files/-LaHYJSYUlb5KvLlniYL)

Use your username and password to log in to USD’s CAS log in screen.

![](/files/-LaHYP5AJbeZZCkM43xG)

If this is your first time logging in, Globus may ask for permissions.

![](/files/-LaHYWB2c0o7WL65XHsf)

## Making a Non-USD Login

Go to the "Create a Globus ID" page, [here](https://www.globusid.org/create).  Fill out your information, and select "Create ID".

![](/files/-Lb-kwJTL9YvNKYlQ8et)

The page will change to a page which asks for a Globus ID verification code.  The email address you entered will receive an email containing this code. &#x20;

![](/files/-Lb-mlAyGZGwJeV2MgCX)

Enter this code in the window.

## Setting up Endpoints

![](/files/-LaHY0eYkH0PekkPsTBg)

![](/files/-LaHY5V3CKSO4pjqTUpO)

## Transferring Files

## Making a Group

Open the options sidebar.

![](/files/-LaqmbflkbK-_VtVtB7X)

Click on "Groups".

![](/files/-LaqmgZsrWCewQbDprJ7)

Click on "Create new group".

![](/files/-LaqmmZGw9Ast8D4wq2f)

Enter your group's information and click the "Create Group" button.

![](/files/-LaqnCDOivFfV4e--XmV)

A success message will appear.

![](/files/-LaqnHAINNq4YfvFXlO7)

![](/files/-LaqnNIHq2v-FVKtXb5J)

### Adding a Member to the Group

Click on the group name.

![](/files/-LaqqEVrP4eBY6h4t-8z)

Click on "invite Others".

![](/files/-Laqpu_F2Hn-uWxL64RT)

Type in the name of the group member to add and select from the dropdown menu.

![](/files/-LaqqXycsUdn0l-bfa0g)

Send the invitation.

![](/files/-Laqrnw0pTWAi_upcFmk)

##


---

# 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://usdrcg.gitbook.io/docs/non-lawrence-guides/untitled.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.
