# Add General Fund

You can submit an application to raise funds for any initiative for an open source project. In the application, add individuals (beneficiaries) details who you want to sponsor. These beneficiaries will receive an invitation from Expensify (an expense management application)to submit reimbursements for their travel expenses.

{% hint style="info" %}
Keep these items ready before you begin:

* A logo file that represents your organization in JPG, PNG, or SVG format with a maximum size of 2 MB
* A list of names and email addresses of the individuals who you want to benefit from the fund
  {% endhint %}

1. [Sign in](/lfx/sso/sign-in.md) to [Crowdfunding](https://crowdfunding.lfx.linuxfoundation.org).
2. Click **Apply** and select **ADD GENERAL FUND**.\
   ![](/files/-Mcbx1hklOQ5iXhUucEW)
3. Complete the [General Fund form](/lfx/crowdfunding/general-fund-application.md). Red asterisks indicate required fields.
4. Click **Submit Application.**
5. (Optional) Click **My Projects** tab to view your pending project.

{% hint style="info" %}
You can edit your project at any time. Select the project you want to update and click **Edit Project.**
{% endhint %}


---

# 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://docs.linuxfoundation.org/lfx/crowdfunding/apply-for-crowdfunding/add-general-fund.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.
