> 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/expenses-and-getting-paid/submitting-expenses/recurring-expenses.md).

# Recurring Expenses

With Open Collective, you can submit expenses that are paid out on a regular recurring basis.

## Create a recurring expense

You can set an expense to automatically recur on a periodic basis at the end of the expense submission flow in the Expense Summary.

<figure><img src="https://649014586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDB6a9zS8ZMISyZwm7K9%2Fuploads%2FZWmi4MyjK56IOuRGmsHd%2FScreenshot%202025-10-29%20at%209.55.20%E2%80%AFAM.png?alt=media&amp;token=1b1a43f9-ac2e-48c5-b42d-39dc25756c1c" alt=""><figcaption></figcaption></figure>

Select the desired **Frequency** and an (optional) **End Date**.

* Weekly
* Monthly
* Quarterly
* Yearly

After the period of time selected has passed, a new draft expense will be created and the author will be notified to review, complete and submit the expense.

{% hint style="info" %}
Draft expenses are based on the previous Expense submitted. Each edit made to the previous expenses will persist to the next.
{% endhint %}

It is also possible to set an End Date for this recurring expense, which can be useful for setting up reminders for pre-defined contracts.

While editing a new draft, you'll also see a banner displaying information about the recurring nature of the expense.

<figure><img src="https://649014586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDB6a9zS8ZMISyZwm7K9%2Fuploads%2FKtJm5N8G3LbtALxKxJFk%2Fimage.png?alt=media&amp;token=63f7c95f-a868-4b92-9879-11160af7f404" alt="Screenshot of available settings when creating a new recurring expense."><figcaption><p>Available settings when creating a new recurring expense.</p></figcaption></figure>

## Cancel a recurring expense

You can also cancel any recurring expense, just click on Edit details in the recurring expense information banner and later, click on the Cancel Recurring Expense button. This draft is now deleted and you'll no longer receive recurring drafts for this expense.


---

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