> For the complete documentation index, see [llms.txt](https://foxxed.gitbook.io/foxxed-manifesto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foxxed.gitbook.io/foxxed-manifesto/vision/charity.md).

# Charity

## Overview

> Every culture has a long tradition of giving to charity. Community members have distributed resources without anticipating repayment for thousands of years. Improvements across the community provide the reward. There are currently millions of organizations working to address issues like food insecurity, poverty, and inadequate healthcare.&#x20;

## How ?

> The Covid 19 pandemic encourage plenty of people to examine our local communities in greater depth and consider how we can make a difference. Giving to charity, especially on a local level, can be an effective way to make an investment in the people and places in our daily lives.\
> \
> And that's what Foxxed! wants, to impact the world in a positive way and leave it better than when we found it. Contribute to the evolution of the community so that in the future these same people have the chance to impact the lives of others.<br>
>
> There is nothing better to do that than to change the lives of those around you. That's why we will choose a few local entities in each of the cities of the team members who are in need of donations or going through a difficult situation and let the community vote on which one we will be supporting.

## When ?

> Foxxed! charity entities will be picked after the launch of the PFP collection.


---

# 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://foxxed.gitbook.io/foxxed-manifesto/vision/charity.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.
