# Manage financial statements

{% hint style="info" %}
User permission: Manage Custom Statements
{% endhint %}

Use **Manage statements** to add, edit, hide, duplicate, and delete financial statements in your database.

In Financial Statements, click **Statement** > **Manage Statements**.

### Get familiar with the Manage statements screen

The **Manage statements** page has three key elements:

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

#### 1. Statement list

This is a list of the default financial statements in the database, plus any custom financial statements added by your organization.

Statements are grouped by type (Profit and Loss, Balance Sheet, and Cash Flow), so you can easily differentiate them.

Actions you can take here:

* [Select a statement to edit](/financial-statements/managing-statements/customize-a-financial-statement.md)
* [Show or hide a statement](#show-or-hide-statements)
* [Duplicate a statement](/financial-statements/managing-statements/create-a-financial-statement.md#duplicate-a-statement)
* [Rename a statement](/financial-statements/managing-statements/customize-a-financial-statement.md#rename-the-statement)
* [Delete a statement](/financial-statements/managing-statements/delete-a-financial-statement.md)
* Reorder statements - coming soon
* [Add a statement](/financial-statements/managing-statements/create-a-financial-statement.md#add-a-new-statement-from-scratch)

{% hint style="success" %}
To get a better view of the statement editing area, you can resize the statement list or click the blue **Hide** button to remove it from view.
{% endhint %}

#### 2. Statement editing area

This is where you view and edit the items in a selected statement.

See [Edit a financial statement](/financial-statements/managing-statements/customize-a-financial-statement.md).

#### 3. Exit button

This is how you return to the statement grid.

See [Exit and rebuild the database](#exit-and-rebuild-the-database).

## Show or hide statements

Use the eye icon ![](/files/WQmg4esfItH0bDnTvLic) in the statement list to control whether a statement appears in the **Statements** menu.

* Click the icon to turn visibility off or back on again.
* When a statement is hidden, users cannot open it from the **Statements** menu.
* This does not delete the statement. It remains in **Manage statements** and you can show it again any time.

<div align="left"><figure><img src="/files/EiQ4HCiZZcuKHE1kg05V" alt=""><figcaption></figcaption></figure></div>

## Reorder statements (coming soon)

*This functionality is still in development.*

## Exit and rebuild the database

{% hint style="info" %}
Changes to the statement list save automatically.

Changes inside a statement must be saved before you can exit.
{% endhint %}

After you add or edit statements, you need to initiate a database build for your changes to take effect.

Click **Exit** in the top-right corner, then choose one of these options:

* **Build now**: A database build is initiated and you return to the statement grid. This build process might take some time, depending on the size of your database. Keep an eye on the [database status](/basics/getting-started/databases.md#databases-databasestatus) indicator. When the dot is blue, the database is being rebuilt. When it is green, the rebuild is complete.
* **Build later**: You return to the statement grid. The database will be rebuilt at the next scheduled build time.

If you choose **Build later**, you can manually trigger a database build at any time. Click the **Build database now** button next to the **Exit** button.

<div align="left"><figure><img src="/files/dt4rnfDUhfsa4oawPRon" alt=""><figcaption></figcaption></figure></div>


---

# 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.phocassoftware.com/financial-statements/managing-statements/manage-financial-statements.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.
