> For the complete documentation index, see [llms.txt](https://help.takulabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.takulabs.io/how-to-get-started/general-settings/editing-business-details/financial-settings.md).

# Financial Settings

You can edit or set your fiscal year under financial settings.

The following steps will guide you through the process of editing your fiscal year details.

1. Go to **Settings >** **Business Settings**

![](/files/-MiX4yvJqfgWj2JceRs6)

2\. Click the **Financial Settings** card&#x20;

![](/files/-MiX5CMwmyV9cWIAkgwk)

3\. This will open the **Financial Settings** page where you can edit or add a new fiscal year.

![](/files/-MiX5IQRT0-bAXacMNlj)

4\. To edit an existing fiscal year, select the fiscal year you wish to edit and then click on the **Edit** button at the top left side of the Manage Fiscal Years section.

![](/files/-MiX5O4SlNpFA6P_jtQ6)

5\. The **Manage Fiscal Years** section will go into edit mode indicated by the yellow (**Edit Mode**) next to the title in the header of the section. Now you will be able to make changes to the existing fiscal year inside the table by directly clicking on the values in the cells.

![](/files/-MiX5T7-J5Ch2IQn_K-L)

6\. Once the changes have been made the **Disk** icon will turn yellow. Click the icon to save your changes.

![](/files/-MiX5nVPoSBQRpcYsjpx)

7\. To **Add** a new fiscal year, click on the **Add Row** button at the top right hand corner of the Manage Fiscal Years section.

![](/files/-MiX5s56UxK_YgXu62mH)

8\. This will add a duplicate row in the table where you can edit the details of your new fiscal year.

![](/files/-MiX5yOUNjGcwh2VcAua)


---

# 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://help.takulabs.io/how-to-get-started/general-settings/editing-business-details/financial-settings.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.
