# Accounts page

## Overview

The **Accounts** page is your home base in Trustform. The first page you see after logging in. It helps you view and manage client accounts, track verification statuses, and sort the account list by different attributes like priority, next KYC review date, and more.

{% hint style="info" %}
**Users with Account Management** capabilities can see all client accounts, no matter the account status. \
**Users with Account Review capabilities only** see accounts with a review status other than Draft.&#x20;
{% endhint %}

## Account Layout

All client accounts created in Trustform are displayed in a tabular format. Each account includes the following details:

* **Name**
* **Type of account**
* **Account status** – set by the account manager:
  * <mark style="color:blue;">Prospect</mark>
  * <mark style="color:green;">Active</mark>
  * <mark style="color:orange;">Suspended</mark>
  * <mark style="color:red;">Rejected</mark>
  * <mark style="color:$info;">Archived</mark>
* **Review status** – set automatically based on the verification status of forms in the account:
  * <mark style="color:$info;">Draft</mark>
  * <mark style="color:blue;">Pending review</mark>
  * <mark style="color:orange;">Update required</mark>
  * <mark style="color:green;">Verified</mark>
* **Assigned managers** – can be assigned by users or set automatically.
* **Priority** – set to Medium by default but can be changed by the user if needed:
  * <mark style="background-color:$info;">Low</mark>
  * <mark style="background-color:orange;">Medium</mark>
  * <mark style="background-color:red;">High</mark>
* **Next KYC review date** – set by the reviewer or compliance officer in the Account Overview.

<figure><img src="/files/8z6biGXEBQW6GY7mqXPT" alt=""><figcaption></figcaption></figure>

## Table Management

### Search

The search feature in the Accounts table allows you to quickly find the required Profile using various parameters. In addition to the Profile name, you can search by Account ID as well as by contact details, including email addresses and telephone numbers.

<figure><img src="/files/74q41b0yBSEvTijR9xBJ" alt=""><figcaption></figcaption></figure>

### Filters

You can filter the accounts table by clicking the **funnel icon** in the top-right corner.\
You can filter by client status, verification status, priority, and assigned manager.\
You can also select multiple filters at once.

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

### Customising the Table

You can adjust the table view to display only the columns you need. To do this, click **Edit table** in the top-right corner of the Accounts page.\
In the dropdown menu, tick or untick the boxes next to each field name to show or hide specific columns.\
Your selection will be applied immediately, allowing you to focus only on the most relevant account details.

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

### Sorting and Rearranging Columns

You can organise the table to suit your needs by sorting and rearranging columns:

* **To sort the table**, click the **arrow icon** next to a column name — each click toggles between ascending and descending order.
* **To rearrange columns**, hold the **six-dot handle** in the desired column header and drag it to a new position.

<figure><img src="/files/eyj0lRJShY1IzFlGjaQ0" alt=""><figcaption></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.trustform.io/guide/getting-started-and-settings/quickstart/accounts-page.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.
