# Community

{% hint style="success" %}
**Speak to us:** Have a question, feature request, idea, or just looking to speak to a real person? Set up a meeting with a Feast maintainer over [here](https://calendly.com/d/x2ry-g5bb/meet-with-feast-team)!
{% endhint %}

## Links & Resources

* [Slack](https://slack.feast.dev): Feel free to ask questions or say hello!
* [Mailing list](https://groups.google.com/d/forum/feast-dev): We have both a user and developer mailing list.
  * Feast users should join <feast-discuss@googlegroups.com> group by clicking [here](https://groups.google.com/g/feast-discuss).
  * Feast developers should join <feast-dev@googlegroups.com> group by clicking [here](https://groups.google.com/d/forum/feast-dev).
* [Google Folder](https://drive.google.com/drive/u/0/folders/1jgMHOPDT2DvBlJeO9LCM79DP4lm4eOrR): This folder is used as a central repository for all Feast resources. For example:
  * Design proposals in the form of Request for Comments (RFC).
  * User surveys and meeting minutes.
  * Slide decks of conferences our contributors have spoken at.
* [Feast GitHub Repository](https://github.com/feast-dev/feast/): Find the complete Feast codebase on GitHub.
* [Feast Linux Foundation Wiki](https://wiki.lfaidata.foundation/display/FEAST/Feast+Home): Our LFAI wiki page contains links to resources for contributors and maintainers.

## How can I get help?

* **Slack:** Need to speak to a human? Come ask a question in our Slack channel (link above).
* **GitHub Issues:** Found a bug or need a feature? [Create an issue on GitHub](https://github.com/feast-dev/feast/issues/new).
* **StackOverflow:** Need to ask a question on how to use Feast? We also monitor and respond to [StackOverflow](https://stackoverflow.com/questions/tagged/feast).

## Community Calls

We have a user and contributor community call every two weeks (Asia & US friendly).

{% hint style="info" %}
Please join the above Feast user groups in order to see calendar invites to the community calls
{% endhint %}

### Frequency (alternating times every 2 weeks)

* Tuesday 18:00 pm to 18:30 pm (US, Asia)
* Tuesday 10:00 am to 10:30 am (US, Europe)

### Links

* Zoom: <https://zoom.us/j/6325193230>
* Meeting notes: <https://bit.ly/feast-notes>


---

# 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.feast.dev/v0.19-branch/community.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.
