# Community

Most Pinot related discussion happens on the [dev mailing list](https://lists.apache.org/list.html?dev@pinot.apache.org), [Github Issues](https://github.com/apache/pinot/issues) and [Slack](https://inviter.co/apache-pinot).

## Mailing lists

For project development:

* <dev-subscribe@pinot.apache.org> (subscribe to pinot-dev mailing list)
* <dev@pinot.apache.org> (posting to pinot-dev mailing list)

For general questions and announcement:

* <users-subscribe@pinot.apache.org> (subscribe to pinot-user mailing list)
* <users@pinot.apache.org> (posting to pinot-user mailing list)

## Github

Star us at [apache/pinot](https://github.com/apache/pinot) to follow Pinot development, ask questions, raise issues, or contribute pull requests. See [Developers and Contributors](https://github.com/pinot-contrib/pinot-docs/blob/latest/developers/developers-and-contributors/README.md) section if you're interested in development.

## Slack Channel

Ask questions on Apache Pinot Slack!

Invitation link: <https://inviter.co/apache-pinot>.

## Twitter

Follow us on Twitter [@ApachePinot](https://twitter.com/ApachePinot).

## Meetups

See [Apache Pinot on Meetup.com](https://www.meetup.com/apache-pinot/) for upcoming meetup events.


---

# 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.pinot.apache.org/resources/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.
