> For the complete documentation index, see [llms.txt](https://help.enterprise.ledger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.enterprise.ledger.com/core/workspace-administration/accounts/edit-an-account.md).

# Edit an account

{% hint style="success" %}
This article is for Administrators only.
{% endhint %}

## Before you start

* Your Personal Security Device must be connected to your computer, switched on, and the Ledger Vault app opened.

## Instructions

#### Step 1. Edit the account's name and transaction rules

* Click **Accounts** on the left panel.
* Click the name of the account you want to edit.
* Go to the **Settings** tab.
* Click **Edit** next to the account's name.
* Make the necessary updates to the name of the account, transaction rules, amount ranges and whitelists.
* Click **Next**.

#### Step 2. Confirm the account's changes on your device

* Click **Edit account** .
* Verify that the information displayed on your device is accurate. If it's not, either try again or contact [Support](https://ledgerhq.atlassian.net/servicedesk/customer/portals) .
* Tap **Next** to review all rules.
* Tap **Confirm** to confirm the edit.

{% hint style="info" %}
You'll be prevented from editing an account if:

* A transaction request is pending to be approved in the account.
* An Operator used in the account is pending to be revoked.
* A group linked to the account is pending to be edited or deleted.
* A whitelist linked to the account is pending to be edited.
  {% endhint %}

## Results

An *Edit account* request is submitted to all Administrators.

This request will fail if any Operator in the approval workflow is revoked before the request is approved.

## What's next?

Your changes will be implemented once the request is approved by the number of Administrators defined in the admin rule. For more information, Track the status of a request.


---

# 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://help.enterprise.ledger.com/core/workspace-administration/accounts/edit-an-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.
