# Community

Fluentd has a thriving developer and user community. Here are some ways to come join the conversation!

## Get in Touch

Whether you have technical questions or just want to mingle with fellow community members, we've got you covered.

* \[Fluentd Google

  Groups]\(<https://groups.google.com/forum/?fromgroups#!forum/fluentd>)
* Twitter

  ([#fluentd](https://twitter.com/search?q=%23fluentd\&src=typd\&f=realtime),

  [fluentd](http://www.twitter.com/fluentd))
* [Facebook Page](https://www.facebook.com/pages/Fluentd-Log-Everything-in-JSON/196064987183037)
* [StackOverflow](http://stackoverflow.com/questions/tagged/fluentd?sort=newest)

## Share

Help others learn about the value of Fluentd by sharing what you've built!

Whether it be a company/community tech talk, a conference talk proposal, or a blog article, if you have a great story to tell we'll be happy to help spread the word. Tweet us at ([#fluentd](https://twitter.com/search?q=%23fluentd\&src=typd\&f=realtime) and [fluentd](http://www.twitter.com/fluentd)) about how you are using Fluentd!

## Meetup

Our meetups are a great way to mingle with fellow Fluentd developers and users. Come share your ideas, discuss your challenges, and learn from each other.

* [Fluentd User Group in San Francisco](http://www.meetup.com/Fluentd-User-Group/)

## Contribute

An Open Source project like Fluentd couldn't exist without contributions from the developer community. Take a look at our source code repository and issue list, and consider submitting a patch.

* [Source Code](http://github.com/fluent/fluentd)
* [Bug/Feature Tracker](https://github.com/fluent/fluentd/issues?state=open)

We run the documentation as an open source project as well. We encourage and appreciate any improvements, big or small. Make a pull request!

* [Documentation Source Code](http://github.com/fluent/fluentd-docs-gitbook)

If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is a open source project under [Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are available under the Apache 2 License.


---

# 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.fluentd.org/0.12/developer/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.
