# Add a financial statement

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

You can add more Profit and Loss, Balance Sheet, and Cash Flow statements to the database to have different versions for different audiences. To do so, you can either duplicate an existing statement, use a template, or create a new statement from scratch.

For example, you might want to provide Profit and Loss statements with different levels of detail to satisfy the needs of different audiences. Compare the information required by three audiences in the table below.

| Board                                                                                                                                             | Management                                                                                                                                                                         | Branch                                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>Sales<br>Cost of Goods Sold<br>Gross Profit<br>Operating Expenses<br>Earnings Before Interest and Tax<br>Interest<br>Net Profit Before Tax</p> | <p>Sales<br>Cost of Goods Sold<br>Gross Profit<br>Sales & Marketing<br>Research & Development<br>General & Administration<br>Total Operating Expenses<br>Net Profit Before Tax</p> | <p>Sales<br>Direct Labor<br>Direct Materials<br>Total Direct costs<br>Gross Profit<br>Salaries & Wages<br>Marketing<br>Rent & Operating Expenses<br>Insurance<br>General & Other<br>Total Operating Expenses<br>Net Profit before Tax</p> |

{% embed url="<https://phocassoftware.wistia.com/medias/3eis3zdn5u>" %}

### Duplicate a statement

Duplicating an existing statement is the simplest and quickest way to add a new statement, as you base the new statement on one that is already in your database, taking advantage of existing mappings and so on. You can then edit the new statement as required.

1. In the statement list, click the statement’s options menu.
2. Click **Duplicate**.
3. Enter a name for the new statement.
4. Click **Duplicate**.
5. Proceed to [edit the statement](/financial-statements/managing-statements/customize-a-financial-statement.md).

<div align="left"><figure><img src="/files/yDBitUI0CgacBOsnuEWn" alt="" width="398"><figcaption></figcaption></figure></div>

### Use a template (coming soon)

*This functionality is still in development.*

### Add a new statement from scratch

1. At the bottom of the statement list, click **Add statement**.
2. Enter a name for the new statement.
3. Choose how to map the accounts in the statement. Account mapping is managed by the statement dimension. You can:
   * **Use an existing dimension** (recommended): Reuse the account mapping from another statement.
     * This method saves time now and reduces administration burden later. However, once selected, you can't change this dimension or its mappings.
     * The account mapping of these dimensions is managed elsewhere, either via the Groups feature or in Designer, and often driven by the Chart of Accounts mapping in your ERP.
   * **Create a custom dimension**: Create a new custom dimension and map the accounts yourself.

{% hint style="success" %}
Not sure what to do? Read the [Overview of dimensions](/financial-statements/getting-started/overview-of-the-link-between-financial-statements-and-dimensions.md) to help you select which dimension to use.
{% endhint %}

4. Click **Add**.
5. Proceed to [edit the statement](/financial-statements/managing-statements/customize-a-financial-statement.md).


---

# 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/create-a-financial-statement.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.
