> For the complete documentation index, see [llms.txt](https://docs.ozone.one/ozone-end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding/attaching-clusters.md).

# Attaching Clusters

1. To attach a public cluster on Ozone, Click on **Setup>resources>clusters** and click on **Attach**

<figure><img src="https://docs.ozone.one/~gitbook/image?url=https%3A%2F%2F3829750647-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAObcOkMb6sCSnSdcUOTm%252Fuploads%252FK5NcGdj9Nvaek2NIjXPS%252FScreenshot%25202024-07-25%2520at%25203.22.00%25E2%2580%25AFPM.png%3Falt%3Dmedia%26token%3D5fd598f2-fff8-4497-b1df-918f262afe31&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=25a35b3d&#x26;sv=1" alt=""><figcaption></figcaption></figure>

2. A model window will open where you can enter all the details choose the environment where you want your cluster to be in and click on **Next**

<figure><img src="https://docs.ozone.one/~gitbook/image?url=https%3A%2F%2F3829750647-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAObcOkMb6sCSnSdcUOTm%252Fuploads%252FAwQI1NhPO2nHO5Flt3WD%252FScreenshot%25202024-05-10%2520at%25201.23.52%25E2%2580%25AFAM-20240509-195357.png%3Falt%3Dmedia%26token%3D2e6934e9-45f7-4f88-a56e-fcb3db330822&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=24c77a6c&#x26;sv=1" alt=""><figcaption></figcaption></figure>

3. After clicking next, click on **Download**

<figure><img src="https://docs.ozone.one/~gitbook/image?url=https%3A%2F%2F3829750647-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAObcOkMb6sCSnSdcUOTm%252Fuploads%252FPEfuiFOUkp6lBkCndMMe%252FScreenshot%25202024-05-10%2520at%25201.24.39%25E2%2580%25AFAM-20240509-195445.png%3Falt%3Dmedia%26token%3Dac9a66f9-c383-409f-9182-8093d0c7695e&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=33a4d6f9&#x26;sv=1" alt=""><figcaption></figcaption></figure>

4. Once downloaded, copy and paste the code in the Text Editor and paste it where your file is downloaded, wait until the cluster is attached

<figure><img src="https://docs.ozone.one/~gitbook/image?url=https%3A%2F%2F3829750647-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAObcOkMb6sCSnSdcUOTm%252Fuploads%252Fu6NsxJnZEOic4dfURDvY%252FScreenshot%25202024-05-10%2520at%25201.24.52%25E2%2580%25AFAM-20240509-195457.png%3Falt%3Dmedia%26token%3Dbd559774-7238-4916-b08f-2c34829c77b4&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=2c0b502d&#x26;sv=1" alt=""><figcaption></figcaption></figure>


---

# 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.ozone.one/ozone-end-user-guide/quick-onboarding/attaching-clusters.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.
