> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/refunds-and-reimbursements/reimbursement.md).

# Reimbursements

## Mark a Pending Expense

Enable **Pending Reimbursement** when adding an expense, complete its amount, account, book, category, and other fields, then save. You can also open **Reimbursements** and tap **+** at the top right to add a pending expense directly.

Pending records appear in the pending list on Reimbursements and retain the account and statistics effects of their original expenses.

## Use the Reimbursements Page

| Segment        | Content                                      | Available actions                                                       |
| -------------- | -------------------------------------------- | ----------------------------------------------------------------------- |
| **Pending**    | Expenses that have not been fully reimbursed | Select one, multiple, or all records and record a reimbursement payment |
| **Reimbursed** | Completed reimbursements                     | View received payments and original expense details                     |

## Record a Reimbursement Payment

1. Open **Reimbursements** and remain in Pending.
2. Select one or more pending records.
3. Tap **Reimburse** at the bottom.
4. Choose **Full** or enter a custom amount.
5. Set the receiving account, date, currency, tags, location, or note, then save.

A custom amount supports a partial reimbursement. Selecting multiple records supports one incoming payment covering several expenses. Saving updates the original expenses' reimbursement status, remaining amount, and received-payment records together.

## Edit and Delete

Tap a reimbursed record to view its details and use any edit or delete actions available for that record. A change recalculates the original expense's reimbursement status and the receiving account balance.

{% hint style="warning" %}
Do not use standard income instead of a reimbursement. Standard income will not update the original expense's reimbursement status or remaining amount correctly.
{% endhint %}


---

# 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.daak2.com/refunds-and-reimbursements/reimbursement.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.
