# Support

## Community Forum (GitHub Discussions)

Got a question? Have some cool Fluentd-related projects? The GitHub discussion is the place to be:

* [Fluentd Discussions](https://github.com/fluent/fluentd/discussions)

## Slack

Join our Slack channel and talk with Fluentd developers and users directly, now.

* [Slack](https://slack.fluentd.org/)

## Enterprise Support

If you need support for running in production from enterprise companies you can find providers at the following link

* [Enterprise Support providers](https://www.fluentd.org/enterprise_services)

## Community Resources

Here are other community resources:

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

## Change Logs

If you are interested in what's new in each version, please refer to the following links:

* [Fluentd's ChangeLog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md).
* [fluent-package's ChangeLog](https://github.com/fluent/fluent-package-builder/blob/master/CHANGELOG.md) (Successor of td-agent package)
* [td-agent's ChangeLog](https://github.com/fluent/fluent-package-builder/blob/master/CHANGELOG-v4.md) (End of Life in Dec, 2023)

{% hint style="danger" %}
The series of td-agent had already reached End of Life (EOL). td-agent should not be newly installed because no support, no new release and no security updates anymore. Use fluent-package instead. See [Upgrade to fluent-package v5](https://www.fluentd.org/blog/upgrade-td-agent-v4-to-v5) for migration.
{% endhint %}

## Development

If you find bugs, please report to the GitHub Issue.

* [Bug/Feature Tracker](https://github.com/fluent/fluentd/issues)

The source code is available at GitHub:

* [Fluentd](https://github.com/fluent/fluentd/)

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 an open-source project under [Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are available under [the Apache License 2.0.](https://www.apache.org/licenses/LICENSE-2.0)


---

# 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/quickstart/support.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.
