# Expenses

### What Is the Expenses Action?

The Expenses action allows you to record any costs associated with an Appointment or Shift. These might include travel-related expenses, supplies, or other approved items as defined by your organisation.

### Creating an Expense

1. Tap the **Expenses** button from the Appointment or Shift actions menu.
2. Enter the required details:
   * **Date** of the expense
   * **Amount**
   * **Note** (optional, to provide more context)
3. Tap **Save** once the information is complete.

### Managing Expenses

After saving, your expense will appear in the **Expenses list** for that Appointment or Shift, showing the **Date** and **Amount**. From here you can:

* Reopen the expense entry to update it.
* **Edit** the details if needed.
* **Delete** the expense if it was added in error.

{% hint style="info" %}
Just like with Notes, additional actions such as attaching files can only be done after the expense has been saved. To use these options, save the expense first, then re-enter it from the list.
{% endhint %}


---

# 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://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/expenses.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.
