# 6. Register a Cerebrum Worker

Once the image is downloaded, you can register your computer as a worker on the Cerebrum network by running the following Docker command:

```
docker run -it -v /sys/fs/cgroup:/sys/fs/cgroup:rw cerebrum/cerebrum-node:latest
```

After running the above command, enter your email address and press enter. This will generate several lines in the console. The final output line should look like this:

```
node registration complete
```

This indicates that your machine has successfully been registered as a worker in the Cerebrum network.

#### Console Output Example:

<figure><img src="/files/Im25CAE3WNNZuKiY4Gzj" alt=""><figcaption></figcaption></figure>


---

# 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://docs.cerebrum.dev/cerebrum/cerebrum-node-setup-and-registration/6.-register-a-cerebrum-worker.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.
