# Accessing the IBM Cloud Shell

For this workshop we'll be using the IBM Cloud Shell. The IBM Cloud Shell is a cloud-based shell workspace that you can access through your browser. It's preconfigured with the full IBM Cloud CLI and tons of plug-ins, and other 3rd party CLIs like OpenShift's `oc`, Helm's `helm` and Kubernetes' `kubectl`.

> Refer to the [**SETUP\_CLI**](/openshift101/resources/setup_cli.md) section if you wish to install these CLIs on your local machine.

## Accessing the IBM Cloud Shell

From the IBM Cloud console, click the IBM Cloud Shell icon. A session will start and automatically log you in through the IBM Cloud CLI.

> **NOTE** Make sure you've selected the right account in the account list

![Accessing the IBM Cloud Shell](/files/-M37WdO1JPo6aleGM32O)

From here, you can access pre-installed CLIs like `git`, `kubectl`, and many others.

![Copy the login credentials](/files/-M37WdO3vIGdJoNn7SUA)


---

# Agent Instructions: 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:

```
GET https://ibm-developer.gitbook.io/openshift101/getting-started/cloud_shell.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
