# Help a Family Docs

Hi! This is our new manual for the Help-a-Family project.

Help-a-Family is a piece of software that makes it easy for charitable organizations serving families in need to connect with community members who want to help families.

Help comes in the form of:

* In-kind donations of used or new supplies
* Monetary donations via credit card
* Volunteer hours given to the organization
* Help from an organization who wants to partner to help families in need

Target audiences for this documentation:

* Anyone who wants to set up an instance of the helpafamily project for a charitable organization
* Anyone who wants to contribute to the codebase of the helpafamily project
* Anyone who wants to connect a project to the helpafamily APIs (forthcoming)

We need your help writing documentation for Help-a-Family. To start:

* Follow the instructions in [Contributing to Help-a-Family](https://margaritahumanitarian.gitbook.io/help-a-family-manual/)
* Submit a PR correcting any typo you find. This will give you practice.
* Then try documenting something for any of the above target audiences.


---

# 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://margaritahumanitarian.gitbook.io/help-a-family-manual/undefined.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.
