> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/expenses/managing-expenses.md).

# Managing Expenses

The expenses in SimpleSpa provides an easy way to track simple expenses your business may have

<figure><img src="/files/lEcHONzaB9zw70TD861o" alt=""><figcaption><p>The Expenses page in SimpleSpa</p></figcaption></figure>

## Add Expense

To add an expense in SimpleSpa visit the Expenses page, there click on the +Expense button

<figure><img src="/files/0ih4uN0QZsd4vm72ZN35" alt=""><figcaption><p>The Add Expense button</p></figcaption></figure>

This will bring up the Add Expense prompt to add a simple expense, the fields included will are

### Date

This is automatically populated with the current date, identifying the date the expense was made

### Name

The name of the expense

### Price

The amount paid of this expense

### Description

The description of this expense

<figure><img src="/files/AiUeMTo6hHfESuc8d5pJ" alt=""><figcaption><p>The Add Expense prompt in SimpleSpa</p></figcaption></figure>

## Delete Expense

To delete an expense press the red delete icon on the right of any expense item that would you would like to remove

<figure><img src="/files/IpPzptA3Mo4nk5G9Tw3V" alt=""><figcaption><p>The Delete Expense button in the Expenses page</p></figcaption></figure>

## Expense Reports

To view reports for expenses on any time period visit the Reports > Revenue > Expenses

Expenses are currently available in the reports for the past 12m

<figure><img src="/files/6vxlkThhjuODXKQrXLvc" alt=""><figcaption><p>The Expenses Report</p></figcaption></figure>


---

# 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.simplespa.net/simplespa-documentation/fundamentals/expenses/managing-expenses.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.
