> For the complete documentation index, see [llms.txt](https://docs.phocassoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phocassoftware.com/financial-statements/using-statements/customize-your-view-financial-statements/change-the-properties.md).

# Change the properties

Properties are information about dimensions, such as the General Ledger accounts. The properties display in the first column of the statement grid.

## Add or remove properties <a href="#changetheproperties-inafinancialstatement-addorremoveproperties" id="changetheproperties-inafinancialstatement-addorremoveproperties"></a>

By default, the **Code** and **Name** properties display. You cannot remove the **Code** property, as that is the baseline of your financial information but you can add and remove other properties as required.

1. Click the **Properties** menu.
2. Select the checkboxes of the properties you want to add to the grid and clear the checkboxes of the properties you do NOT want.
3. Click anywhere outside the **Properties** menu to update the grid and view the new properties.

<div align="left"><figure><img src="/files/JkVUb3SNkRq4HAps8wWN" alt="" width="612"><figcaption></figcaption></figure></div>

## Resize the Properties column <a href="#changetheproperties-inafinancialstatement-resizethepropertiescolumn" id="changetheproperties-inafinancialstatement-resizethepropertiescolumn"></a>

If you add a lot of properties, the **Properties** column becomes wide enough to show the text of every value of every property by default, so you might need to scroll across to view the data values. As the **Properties** column is resizable, to get a better view of the data in the grid, you can drag the column to the left, to hide the properties. This action is temporary, if you change the statement, refresh the data or start a new session the Properties column reverts to its default size.

<div align="left"><figure><img src="/files/JlX7w823AmeRbh13vW5D" alt="" width="226"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.phocassoftware.com/financial-statements/using-statements/customize-your-view-financial-statements/change-the-properties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
