# Editing & Deleting Accounts

To edit or remove a user account from the User Accounts Module, follow these steps:

1. Navigate to the User Accounts Module in OnTrack.
2. Locate and select the card corresponding to the user account that you wish to edit or remove. This action will open the right sidebar, displaying the user account's details.

<figure><img src="/files/wb4giKyWuA7FZ5TXrRaq" alt=""><figcaption><p>Accessing user account details and actions</p></figcaption></figure>

## Editing

In the user account's right sidebar details, click on "Edit" to open the editable details of the user account.

Modify the necessary details of the user account as needed.

After making the desired changes, select "Add User Account" to save the updated information.

<figure><img src="/files/AOe04kDdBJzpznvl0uGP" alt=""><figcaption><p>Editing a user account</p></figcaption></figure>

## Removing

To remove a user account, click "Remove" from the bottom of the user account details.

A window will appear, asking you to confirm the deletion. Select "Yes" to proceed with the removal.

<figure><img src="/files/fT8nVJFfhItEVSGYUC48" alt=""><figcaption><p>Deleting a user account</p></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.c360.org/getting-started/logging-in/user-accounts/editing-and-deleting-accounts.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.
