# Community & getting help

## Links & Resources

* [GitHub Repository](https://github.com/feast-dev/feast/): Find the complete Feast codebase on GitHub.
* [Slack](https://slack.feast.dev): Feel free to ask questions or say hello! This is the main place where maintainers and contributors brainstorm and where users ask questions or discuss best practices.
  * Feast users should join `#feast-general` or `#feast-beginners` to ask questions
  * Feast developers / contributors should join `#feast-development`
* [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 / contributors should join <feast-dev@googlegroups.com> group by clicking [here](https://groups.google.com/d/forum/feast-dev).
* [Community Calendar](https://calendar.google.com/calendar/u/0?cid=ZTFsZHVhdGM3MDU3YTJucTBwMzNqNW5rajBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ): Includes community calls and design meetings.
* [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 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

### General community call (biweekly)

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

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

#### Frequency (every 2 weeks)

* Tuesday 10:00 am to 10:30 am PST

#### Links

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

### Developers call (biweekly)

We also have a `#feast-development` community call every two weeks, where we discuss contributions + brainstorm best practices.

#### Frequency (every 2 weeks)

* Tuesday 8:00 am to 8:30 am PST

#### Links

* Meeting notes (incl recordings): [Feast Development Biweekly](https://docs.google.com/document/d/1zUbIWFWjaBEVlToOdupnmKQwgAtFYx41sPoEEEdd2io/edit#)
* Zoom: <https://zoom.us/j/93657748160?pwd=K3ZpdzhqejgrcXNhc3BlSjFMdzUxdz09>


---

# 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.24-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.
