> For the complete documentation index, see [llms.txt](https://ibm-developer.gitbook.io/digital-developer-conference-hybrid-cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ibm-developer.gitbook.io/digital-developer-conference-hybrid-cloud/getting-started/pre-work.md).

# Pre-work

This section is broken up into the following steps:

1. [Sign up for IBM Cloud](/digital-developer-conference-hybrid-cloud/getting-started/pre-work.md#1-sign-up-for-ibm-cloud)
2. [Request your cluster](/digital-developer-conference-hybrid-cloud/getting-started/pre-work.md#2-request-your-cluster)
3. [Web-based terminal](/digital-developer-conference-hybrid-cloud/getting-started/pre-work.md#3-web-based-terminal)

## 1. Sign up for IBM Cloud

Ensure you have an IBM Cloud ID

![Cloud Sign up](/files/-MHI9wyOL1wcyOrIdPJk)

## 2. Request your cluster

For the hands-on labs, you will be given access to a temporary free kubernetes c luster that was pre-created for the purpose of the workshop. The cluster will be deleted after the workshop. To gain access to this cluster:

* Open the URL that was provided to you by the instructor to access your cluster.

![Welcome to IBM Cloud](/files/-MHI9wyPsXImvZNRq3fv)

* Enter the workshop code provided by the workshop instructor and your IBM Cloud account IBM id. Select the terms and conditions checkbox and click the **`Submit`** button
* You will be added to a cloud account where a cluster has been pre-provisioned for you. Click on the link in the instructions which ask you to `Log in to this IBM Cloud account`.

![Congratulations, You have been assigned a kubernetes cluster](/files/-MHRWs9raTPi75OdheSl)

* If you previously logged in to the IBM Cloud, the browser will direct you to the IBM Cloud resource list view (if you have not logged in previously, you will be asked to log in using your IBM Cloud ID). Expand the `Clusters` section and select the cluster assigned to you (the name will vary).

![Clusters](/files/-MHRWs9s2HmM8Pnxrtlt)

* Details for your cluster will load. Click on the `Access` menu item in the left navigation column, where you can find instructions to access your cluster from the command line client.

![Cluster Access](/files/-MHRWs9tkUza0bYR798h)

* Note the name of your cluster, you will use this cluster for this lab.

## 3. Web-based terminal

* Note: You can use any identity provider to log in to Skills Network Labs (does not have to be IBM Cloud).

![Web-based terminal](/files/-MHI9wyQuk4z1zUhhXz6)


---

# 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://ibm-developer.gitbook.io/digital-developer-conference-hybrid-cloud/getting-started/pre-work.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.
