# Support

## Community

* [**Discord**](https://discord.com/invite/BAWTbRA) — the main community and support channel.

## Before you ask

* Check the [FAQ](/resources/faq.md) and [Glossary](/resources/glossary.md).
* Search these docs — the sidebar covers most mechanics.
* For live figures (treasury, TVL, APYs), the [Analytics page](https://chamberfi.com/analytics) is usually faster than asking.

## Reporting a security issue

**Do not post security issues in Discord or public channels.** Use the [bug bounty on Immunefi](https://immunefi.com/bounty/dhedge/) — submissions filed there are covered by the program, and Immunefi handles triage.


---

# 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.chamberfi.com/resources/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.
