> For the complete documentation index, see [llms.txt](https://handbook.sixpivot.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.sixpivot.com.au/how-we-work/submitting-expenses.md).

# Submitting expenses

To submit expense claims, you can use the Xero Me mobile app ([iOS](https://apps.apple.com/au/app/xero-me/id991901494) or [Android](https://play.google.com/store/apps/details?id=com.xero.payday\&pli=1)), or via the Xero website. See [Travel and expenses](/how-we-work/policies/travel-and-expenses.md) for details of what kinds of expenses can be claimed.

You should attach a copy of the receipt to the expense claim.

{% hint style="warning" %}
PDF receipts can be uploaded via the mobile app. Trying to upload them via the website doesn't seem to work.
{% endhint %}

### Expense claim fields

| Field              | Usage                                     |
| ------------------ | ----------------------------------------- |
| Amount             | Amount of expense                         |
| Description        | Name of event/conference/trip/thing       |
| Spent at           | Name of vendor/business purchase was made |
| Spent on           | Date of purchase                          |
| Account            | See below                                 |
| Tax                | Will usually update automatically         |
| Consultant         | Your name                                 |
| Company            | Pick appropriate one from the list        |
| Assign to customer | Only use this if you've been asked to     |
| Label              | Leave blank                               |

The **Consultant** and **Company** field are in the **Optional fields** section (which is collapsed by default on the mobile app).

### Account suggestions

Jayne can fix this up if you pick the wrong one, but these are commonly used values for the **Account** field:

| Example expense                                    | Account                      |
| -------------------------------------------------- | ---------------------------- |
| Exam/certification                                 | Staff training & development |
| Laptops                                            | Computer Equipment           |
| Personal software license bought using shop points | IT expenses                  |
| Local or interstate conference registration fee    | Staff Training & Development |
| Local or interstate conference meals               | Travel - National            |
| Interstate conference travel                       | Travel - National            |
| Overseas conference registration                   | Staff Training & Development |
| Overseas conference meals, travel                  | Travel - International       |

### Example

<figure><img src="/files/0vLUoqCjG8CiYUCry5cw" alt="Screenshot of Xero Me app showing expense claim with fields filled in" width="295"><figcaption><p>Mobile App expense</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://handbook.sixpivot.com.au/how-we-work/submitting-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.
