> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/eng-combine-software/account-manager/section-actions.md).

# Section Actions

The first button **(i)** will redirect you to [Debank](https://debank.com/) if you have an EVM wallet added. If you have a Starknet wallet added, [Starkscan](https://starkscan.co/) will open in your browser. If both wallets are added, both will open, and you will be able to see all the information for that wallet.

<figure><img src="/files/0fQ7xGJVEhTyAXrnQbqe" alt=""><figcaption><p>Transition to Debank and Starkskan.</p></figcaption></figure>

* To change the account name, click the **Rename** button;
* Enter the new name and save it by clicking **Rename account**.

<figure><img src="/files/OZOtmfiWv1bTPVhLk1sU" alt=""><figcaption><p>Edit account name.</p></figcaption></figure>

* To delete an account, click on the trash can icon and confirm the deletion.

<figure><img src="/files/Z0cahageJj6vYKw6hVfG" alt=""><figcaption><p>Deleting one account.</p></figcaption></figure>

* If you want to delete multiple accounts at once, select the desired accounts using the checkboxes;
* Click **Delete accounts** and confirm the deletion.

<figure><img src="/files/6OTOEtdq7RSkpc9Qrb9i" alt=""><figcaption><p>Deleting multiple wallets at the same time.</p></figcaption></figure>

Please note that if you delete accounts or wallets that have already been added to modules, they will also be removed from the modules. You can add them back to the module, but if you have already exhausted the wallet addition limit on your purchased plan, you will only be able to add wallets that were previously added to the module. The software will not allow adding other wallets.&#x20;

Each plan has a limited number of wallet replacements. You can check the current number of available replacements within each module in the "Remaining attempts to change the wallet" field.


---

# 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://nfd-gg.gitbook.io/main/eng-combine-software/account-manager/section-actions.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.
