> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/getting-started/tracking-an-expense.md).

# Tracking an Expense

Whether you’re submitting an expense or paying it, you can use our platform to track the status of an expense and who’s responsible for the next steps.

Below are the various stages an expense may go through, and what they mean:

**Draft:** The expense submitter has been sent a partially completed expense to fill in, but the expense submitter has not yet completed or submitted it. After 30 days, this draft will expire.<br>

**Unverified:** The expense submitter has submitted their expense, but has not yet verified their email. They need to do this before it can move to the next step.<br>

**Pending:** The expense has now been submitted to the Collective. The Collective admin now has the ability to review and approve it. The submitter can also delete or edit the expense to make amendments.<br>

**Approved:** The Collective admin has approved the expense, the Collective has sufficient funds to pay, and the Fiscal Host admin now has the ability to review and pay it.

**Rejected:** The expense has been rejected by either the Collective or Fiscal Host admin.<br>

**Spam:** Once an expense has been rejected, it can also be marked as spam. The expense submitter will no longer be able to submit expenses to this Collective.<br>

**Incomplete:** The Fiscal Host admin has asked the expense submitter for more information.

**On hold:** The Fiscal Host is looking into the expense, either by consulting with experts or carrying out research.

\
**Scheduled for Pay:** The payment has been scheduled to be paid. Usually, this status applies to payments made via PayPal.<br>

**Processing:** The expense is in the process of being paid by a third-party provider.

\
**Error:** Something went wrong with the processing of the expense. The Fiscal Host will now try again, reject the expense, or ask the expense submitter for more information.\
\
**Ready to Pay:** The expense is ready to be paid, this status is only visible to admins able to make payments.\
\
**Cancelled:** The payment has been processed, but there has been a problem with the payment. The payer (usually your host) will need to investigate.<br>

**Paid:** The expense has been confirmed as paid.


---

# 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://documentation.opencollective.com/getting-started/tracking-an-expense.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.
