> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/crowdfunding.md).

# Crowdfunding

- [Dashboard Overview](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview.md)
- [Projects](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/projects.md)
- [Events](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/events.md)
- [Travel Funds](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/travel-funds.md)
- [Security Audit](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/security-audit.md)
- [General Funds](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/general-funds.md)
- [Integrated Services for a Project](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/integrated-services-for-a-project.md)
- [Toggle Between Crowdfunding and Mentorship](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/toggle-between-crowdfunding-and-mentorship.md)
- [Search](https://docs.linuxfoundation.org/lfx/crowdfunding/dashboard-overview/search.md)
- [Mandatory Compliance for Crowdfunding](https://docs.linuxfoundation.org/lfx/crowdfunding/mandatory-compliance-for-crowdfunding.md): You cannot raise a fund or donate until you give your consent by checking the checkbox that you are not from the restricted countries.
- [Apply for Crowdfunding](https://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding.md)
- [Add a GitHub Project](https://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding/add-a-github-project.md)
- [Add a Git Project](https://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding/add-a-git-project.md)
- [Add a Project for Security Audit](https://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding/add-a-project-for-security-audit.md)
- [Add General Fund](https://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding/add-general-fund.md)
- [Add an Event](https://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding/add-an-event.md)
- [Add a Travel Fund](https://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding/add-a-travel-fund.md)
- [Donate/Sponsor](https://docs.linuxfoundation.org/lfx/crowdfunding/donate-sponsor.md)
- [Donate as an Individual](https://docs.linuxfoundation.org/lfx/crowdfunding/donate-sponsor/donate-as-an-individual.md)
- [Donate as a Sponsor](https://docs.linuxfoundation.org/lfx/crowdfunding/donate-sponsor/donate-as-a-sponsor.md)
- [Add, Edit, or Delete an Organization](https://docs.linuxfoundation.org/lfx/crowdfunding/donate-sponsor/donate-as-a-sponsor/add-edit-or-delete-an-organization.md)
- [Sponsor Events](https://docs.linuxfoundation.org/lfx/crowdfunding/donate-sponsor/sponsor-events.md): How to Sponsor an Event through Crowdfunding
- [Register for an Event](https://docs.linuxfoundation.org/lfx/crowdfunding/register-for-an-event.md)
- [Project Application](https://docs.linuxfoundation.org/lfx/crowdfunding/project-application.md)
- [Event Application](https://docs.linuxfoundation.org/lfx/crowdfunding/event-application.md)
- [Travel Fund Application](https://docs.linuxfoundation.org/lfx/crowdfunding/travel-fund-application.md)
- [Security Audit Application](https://docs.linuxfoundation.org/lfx/crowdfunding/security-audit-application.md)
- [General Fund Application](https://docs.linuxfoundation.org/lfx/crowdfunding/general-fund-application.md)
- [Manage Your Crowdfunding Account](https://docs.linuxfoundation.org/lfx/crowdfunding/manage-your-crowdfunding-account.md)
- [Get Reimbursed](https://docs.linuxfoundation.org/lfx/crowdfunding/get-reimbursed.md)
- [Submit Travel Funding Reimbursement Expensify Report](https://docs.linuxfoundation.org/lfx/crowdfunding/submit-travel-funding-reimbursement-expensify-report.md)
- [How to Create and Submit an Expensify Report (Deprecated)](https://docs.linuxfoundation.org/lfx/crowdfunding/how-to-create-and-submit-an-expensify-report-deprecated.md): (Deprecated)
- [Create and Submit an Expensify Report](https://docs.linuxfoundation.org/lfx/crowdfunding/create-and-submit-an-expensify-report.md)
- [Crowdfunding FAQs](https://docs.linuxfoundation.org/lfx/crowdfunding/crowdfunding-faqs.md)
- [Crowdfunding - Get Help](https://docs.linuxfoundation.org/lfx/crowdfunding/crowdfunding-get-help.md)


---

# 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.linuxfoundation.org/lfx/crowdfunding.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.
