> For the complete documentation index, see [llms.txt](https://docs.allforclimate.earth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allforclimate.earth/services/level-up-your-collective-extra-features/include-your-own-spending-policy.md).

# Include your own spending policy

*Does your group have specific spending requirements?*\
*Is there a maximum reimbursable amount per category?*\
*Do larger expenses need prior approval from the team?*\
*Would you like to make these expectations clear to everyone submitting an expense?*&#x20;

\
No problem 😊 Each Collective can define its own expense policy to ensure clarity and transparency. <br>

{% hint style="success" %}
To set or update your policies, go to:\
**Dashboard → Settings → Policies**\
(See screenshot below.)&#x20;
{% endhint %}

### **Expense Policy**

Use this section to provide clear guidance for anyone submitting expenses. Clear policies help prevent delays and misunderstandings.\
&#x20;\
For example, you can specify:

* How expenses should be titled and described
* Which types of expenses are eligible
* What receipts or proof of payment are required
* Maximum reimbursable amounts per category
* Whether larger expenses require prior team approval
* A link to an external document with more detailed guidance

\
Your policy will appear in the expense submission form, underneath the general expense policy. Submitters will need to confirm that they have read and accepted your policy before completing their submission. Please see the example below.

<figure><img src="/files/fWsUrugao8WqjKS9VpKc" alt="" width="367"><figcaption></figcaption></figure>

<figure><img src="/files/FfvrWGbDATModWaDvUAn" alt=""><figcaption></figcaption></figure>


---

# 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://docs.allforclimate.earth/services/level-up-your-collective-extra-features/include-your-own-spending-policy.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.
