> For the complete documentation index, see [llms.txt](https://advisorguide.charityvest.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://advisorguide.charityvest.org/how-advisors-use-charityvest-for-advisors/grant-on-behalf-of-your-client/search-for-charities-and-community-funds.md).

# Search for charities and Community Funds

As an advisor, you have the ability to view and search for organizations while logged in to your advisor account. If your client is looking to give to a charity or Community Fund, you can confirm that it is available in our database and share the page with them to help them get started.&#x20;

Here are some [tips for finding a specific charity](https://advisorguide.charityvest.org/how-clients-use-charityvest-for-advisors/grants-to-charity#tips-for-finding-a-specific-charity). If you cannot find the charity you are searching for, or are looking to enroll a place of worship, please contact us at <support@charityvest.org>.

{% hint style="warning" %}
**Looking to donate to a charity or Community Fund?**

It is not possible to donate from your advisor account. You can search and share charities or Community Funds from your advisor account. However, only clients can donate directly.
{% endhint %}

To search for charities:

* Log in to your advisor account Dashboard.
* Click the Charities tab on the left-hand menu bar.
* Search for your charity of choice by name or EIN (the official U.S. tax ID of every U.S.-based charity). You can click the heart icon to favorite a charity for easy reference.
* Click on the charity to view detailed profile information including address, Charity Navigator link, and how grants are delivered (via check or PayPal)
* Click to copy the shareable link if needed.

To search for Community Funds:

* Log in to your advisor account Dashboard.
* Click the Community Funds tab on the left-hand menu bar. You will see a list of public Community Funds, including those featured by your firm.
* Search for a specific Community Fund by name.
* Click on a Community Fund to view detailed information about the fund.
* Click to copy the shareable link if needed.

{% hint style="info" %}
**Curious to learn more about your firm's custom DAF program?** Contact your firm's program manager for program-related matters or Charityvest (<support@charityvest.org>) for platform-related matters.
{% endhint %}


---

# 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://advisorguide.charityvest.org/how-advisors-use-charityvest-for-advisors/grant-on-behalf-of-your-client/search-for-charities-and-community-funds.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.
