> For the complete documentation index, see [llms.txt](https://zkrush.gitbook.io/zkrush-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zkrush.gitbook.io/zkrush-document/website-tutorial/mining-account/add-hide-delete-mining-account.md).

# Add/Hide/Delete Mining Account

### [Add Mining Account](#add-mining-account)

1. Visit **Account Settings**, select **Mining Account** sector, and lastly, click on **Add** to complete the procedure.

> ***All mining account usernames are unique on ZKrush***
>
> ***Naming Rules: 3-15 lowercase letters or a combination of letters and numbers. (Do not start with numbers.***
>
> ***Optional notes can be applied to your account profile***
>
> ***limitation for creating 20 mining account***

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

> ***

### [Hide/Unhide Mining Account](#hideunhide-mining-account) <a href="#hideunhide-mining-account" id="hideunhide-mining-account"></a>

1. Visit **Mining Account** in **Account Settings**, select More and then click on **Hide Account**.
2. Select **Hidden Account** and click on **Unhide** button on the right to recover.![alt hide\_miner\_account](https://zkrush.github.io/aleo-pool-client/en/_media/hide_miner_account.png) ![alt recover\_hide\_miner\_account](https://zkrush.github.io/aleo-pool-client/en/_media/recover_hide_miner_account.png)

### [Delete Mining Account](#delete-mining-account) <a href="#delete-mining-account" id="delete-mining-account"></a>

1. Visit **Hidden Account** in **Account Settings** and select **Delete Account** to complete the process.

> ***Mining accounts need to be hidden first before perform deletion.***
>
> ***⚠️ Once deleted, the mining accounts along with the records will be permanently erased and cannot be recovered. Same username cannot be registered again, please proceed it with caution.***

<figure><img src="/files/n22N1JYyFRxdYYqU5Io1" 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://zkrush.gitbook.io/zkrush-document/website-tutorial/mining-account/add-hide-delete-mining-account.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.
