# Approving Expenses

## FAQ

### How do I know when an expense is pending?

When someone submits an [expense](/metadocumentation/master/expenses-and-getting-paid/expenses.md) to your Collective, the Core Contributors will get an email notification. The email will show all the details of the expense, like who submitted it, the amount, and the receipt or invoice.

You can also view expenses on Open Collective. Click the link from the email notification, or go to your Collective page and click "View all Expenses".

![](/files/-LrtZGKaF_YRD0k6mqxH)

### Should I approve this expense?

The decision is up to you as a project. Some projects are informal, and any Core Contributor can approve any expense. Others have a formal decision-making or budgeting process, or only pay expenses for specific things. We advise you have a discussion with your collaborators and agree guidelines for approving expenses.

### Can I give guidance to expense submitters?

Yes, we recommend you have an [expense policy](/metadocumentation/master/collectives/expense-policy.md), which will show up at the top of the submit expense page.

### What happens when I click Approve?

When you approve an expense, the submitter will get a notification. The [Fiscal Host](/metadocumentation/master/fiscal-hosts/hosts.md) admin will also be notified. They review the expense and make sure it has a valid receipt or invoice, and then proceed to pay it.

### What happens when I click Reject?

The submitter will be notified that their expense was rejected. We suggest also putting a [comment](/metadocumentation/master/expenses-and-getting-paid/expense-comments.md) on the expense to explain why it was rejected.


---

# 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://documentarians.gitbook.io/metadocumentation/master/collectives/approving-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.
