# Edit an account

In Ospree’s **Accounts Directory**, you can easily edit existing accounts to update personal details, address information, national ID, and compliance-related fields.

***

## How to edit an account

{% stepper %}
{% step %}

### Navigate to Accounts Directory

* In the **Ospree Dashboard**, select **Directory** from the left navigation panel.
* In the **Accounts** tab, locate and click on the account you want to edit.
  {% endstep %}

{% step %}

### Access accounts overview

* You will be directed to the **Account Overview** page, which provides a summary of the account details.
* Click on the **Account Details** tab on the **left side** of the overview section.
  {% endstep %}

{% step %}

### Edit account details

* In the **Account Details** tab, click on the **Edit** button located in the **top right corner**.
* You will now be able to update personal information, address information, national ID information, and risk and verification information.
  {% endstep %}

{% step %}

### Save changes

* After making the necessary edits, click on the **Save** button to update the account details.
* The changes will be reflected in the **Accounts Directory** and used for compliance monitoring and reporting.
  {% endstep %}
  {% endstepper %}

{% hint style="success" %}
Review and update risk and verification fields regularly to ensure compliance with AML and CTF regulations.
{% endhint %}


---

# 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.ospree.io/dashboard/accounts-directory/edit-an-account.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.
