> For the complete documentation index, see [llms.txt](https://help.marcopayroll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.marcopayroll.com/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/expense/managing-expense-reports.md).

# Managing Expense Reports

***

### **Creating Expense Reports**

📌 **Only approved expenses can be added to reports.**\
📌 **Once an expense is included in a report, any changes made to the expense will not be reflected in the report.**

#### **Steps to Create an Expense Report**

1. Go to **Expenses**.
2. Select **Generate New Report**. The **Generate New Report** screen appears.
3. Select the expenses to be added.
4. Click **Generate Report**. The report has been created.

🔹 **Next Step:** Confirm the expense report.

***

### **Expense Reports: Walkthrough**

All generated expense reports are stored in **Expenses > View Report List**.

Each expense report has a status that determines its next action.

***

### **Confirming Expense Reports**

📌 **Once confirmed, this action cannot be reversed.**\
📌 **All expenses in a confirmed report will be marked as "Processed" and can no longer be canceled.**

#### **Steps to Confirm an Expense Report**

1. Go to **Expenses > View Report List**.
2. Select a generated report.
3. Click **Confirm Payment**.
4. The report is now confirmed.

***

### **Canceling Expense Reports**

📌 **You can only cancel unconfirmed reports.**\
📌 **Canceling a report will release all expenses, reverting them to "Approved" status. These expenses can then be edited or added to another report.**

#### **Steps to Cancel an Expense Report**

1. Go to **Expenses > View Report List**.
2. Select a generated report.
3. Click **Cancel**.

***

### **Downloading Expense Reports**

📌 **You can download expense reports as a CSV file and share them with others.**

#### **Steps to Download an Expense Report**

1. Go to **Expenses > View Report List**.
2. Select a report.
3. Click the **Download** button.
4. The report will be downloaded as a CSV file.


---

# 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.marcopayroll.com/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/expense/managing-expense-reports.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.
