# Submitting Expenses

## To Submit an Expense

Go to the Collective you're submitting the expense to and click "Submit Expense". You will need to upload a receipt or invoice and provide your contact details and PayPal address.

Each Collective (and its [Fiscal Host](https://documentarians.gitbook.io/metadocumentation/master/fiscal-hosts/hosts)) can specify expense policies and helpful info like the details for invoicing, at the top of the 'new expense' page ([example](https://opencollective.com/webpack/expenses/new)).

You can submit two kinds of expenses:

* A **receipt** to be reimbursed for something you already paid for.
* An **invoice** for your time or work, or if you don't have a receipt.

[Here is an invoice template](https://docs.google.com/document/d/1IPxQ7uYsbmZM_HOZZiN0z09xxOcPPQn_sSwXZRV3MPM/copy) you can use. Fill out the blue parts, and change the payer to the correct Fiscal Host if needed (the Fiscal Host is shown under the Collective name on their page, and this info should be in their expense policies, which appear on the 'submit expense' screen for the Collective. If you are a Fiscal Host, [read this](https://documentarians.gitbook.io/metadocumentation/master/fiscal-hosts/invoices) to know what billing address you should ask your collective to use).

In order to be paid, submitted expenses must be approved by the Collective's core contributors (admins), who ensure valid use of the Collective's funds.

### Documentation Requirements

A **valid invoice** must include:

* What it is for (feature built, work done, etc)
* Amount to be paid
* Your full name
* Your physical address
* The name of the Collective
* The name of the Fiscal Host organization  (for most open source software projects that's "Open Source Collective")

Private information provided on invoices is not viewable publicly. The expense amount will be listed on the Collective's public page, but the invoice itself is only visible to the host and core contributors.

A **valid receipt** contains:

1. Name of vendor (person or company you paid) &#x20;
2. Transaction date (when you paid) &#x20;
3. Detailed description of goods or services purchased (what you bought) &#x20;
4. Amount paid &#x20;
5. Form of payment (cash, check, or last four digits of credit card)


---

# 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/expenses-and-getting-paid/submitting-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.
