> 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/xsede-resources/accessing-atmosphere-on-jetstream.md).

# IU/TACC Atmosphere on Jetstream

## IU/TACC Jetstream Graphical User Interface

1. Navigate your favorite browser to <https://use.jetstream-cloud.org>, this is the Jestream Graphical User Interface Atmosphere.\
   ![Jetstream Homepage](/files/-LoRzcXtGQw03nyuNCuF)
2. Next, click on the "Login with XSEDE" button highlighted with an orange box in the image below.\
   ![Highlighting the Login with XSEDE button](/files/-LoRzcXvFFvlKo7ttIbZ)
3. Once on the XSEDE page, make sure "XSEDE" is listed in the dropdown menu highlighted in the image below.\
   ![Make sure XSEDE is selected as the organization](/files/-LoRzcXxGNwFFRrc_cfc)
4. Click on the "Continue" button, again highlighted in orange.\
   ![Click continue to move on](/files/-LoRzcXzrO_r0RnfB25E)
5. You will be redirected to an XSEDE login page, enter your XSEDE Username and Password here.\
   ![Enter your XSEDE credentials in the fields provided](/files/-LoRzcY0GxGMHhpPxE51)
6. Once you have entered your credentials, click "SIGN IN"\
   ![Click the sign in button shown](/files/-LoRzcY2ndmy5wBFQpHf)
7. You will now be redirected to the Atmosphere Dashboard with information about your allocation and any previous work you might have done with Jetstream.\
   ![View of the Jetstream Dashboard in Atmosphere](/files/-LoRzcY4o6bJuxybU9bG)
8. From the menu highlighted by the orange box in the image below, we can navigate to this dashboard, your projects, a listing of Virtual Machine Images, and the Help page.\
   ![Highlighting the navigation menu, from left to right Dashboard, Projects, Images, and Help](/files/-LoRzcY6W7OrRepg5w-u)
9. We should now select the "Images" button to go look at the list of available Virtual Machine Images.\
   ![Click on the Images button](/files/-LoRzcY84tj5km5AWFMx)
10. The "Images" page by default lists 100 Virtual Machine images that are being featured. Below the Navigational menu, we can see we have a new menu which from left to right let us navigate to "Search" or the current page, a "Favorites" page, "My Images" page, "My Image Requests" page, or the "Tags" page.\
    ![highlighting the VM Images navigation menu, from left to right Search, Favorites, My Images, My Image Requests, Tags.](/files/-LoRzcYAEritdqUEI5lh)

You now have successfully logged into the Atmosphere GUI for Jetstream and have access to a wide selection of Virtual Machines to run on this system. For more information about finding, favoriting, and running virtual machines take a look at our next section [Using Jetstream Virtual Machines](/docs/xsede-resources/using-jetstream-virtual-machines.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/xsede-resources/accessing-atmosphere-on-jetstream.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.
