> 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/manage-your-crowdfunding-account.md).

# Manage Your Crowdfunding Account

You can manage your Crowdfunding account, for example, view a record of all your transactions or modify your monthly donations, add organization, add payment method, and so on.

1. [Sign in](/lfx/sso/sign-in.md) to [Crowdfunding](https://crowdfunding.lfx.linuxfoundation.org), and select a tab:

* [My Transactions](#my-transactions)
* [My Projects](#my-projects)
* [My Account](#my-account)

![Manage Crowdfunding Account](/files/-Mcc-sVisRa5epC5PtV2)

### My Transactions

Under **My Transactions tab** you can view the list of all your transactions and monthly subscription donations.

* Click **Cancel Monthly Subscription** on a project to cancel your monthly donation subscription.

![](/files/-M2DaMsCh9IjE4W8chAj)

### My Projects

Under **My Projects tab** you can view all your crowdfunding projects, travel funds, and events including their statuses. Click a project to see the fund details and click **Edit** on a card to edit the fund details.

### **My Account**

Under **My Account** tab you can add and/or edit your payment method or organization.

![Add organization to donate or sponsor](/files/o8szyiY4iBC2qBffZgJd)

![Add new payment method](/files/-MBrgvt0cBavX11mpqXI)

![Edit payment method](/files/-M2DaMs6O5MrTnh5WBbl)


---

# 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/manage-your-crowdfunding-account.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.
