# Support

We communicate through two majors channels:

* our [community platform](https://community.amity.co/) is available to ask questions and report bugs
* our [ideation board](https://ideas.amity.co/) is here if you would like to suggest or request features&#x20;

In general, things we find useful when reviewing suggestions are:

* A description of the problem you're trying to solve
* An overview of the suggested solution
* Examples of how the suggestion would work in various places
  * Code examples showing e.g. "this would be an error, this wouldn't"
* If relevant, anything useful for establishing context and expected behavior

### Searching for duplicates

Some search tips:

* *Don't* restrict your search to only open issues. An issue with a title similar to yours may have been closed as a duplicate of one with a less-findable title.
* Check for synonyms. For example, if your bug involves a member, it maybe filed or described with "user".
* Search for the title of the issue you're about to log. This sounds obvious but 80% of the time this is sufficient to find a duplicate when one exists.
* Read more than the first page of results. Many bugs here use the same words so relevancy sorting is not particularly strong.
* If you have a crash, search for the first few topmost function names shown in the call stack

### Did you find a bug?

If you have a *question*, please use [our community](http://community.amity.co), file an issue on the relevant Github repository (if available), or contact our [support](<mailto:support@social.plus >) directly.

### Do you have a question?

If you have a *question*, please use [our community](http://community.amity.co) or contact our [support](<mailto:support@social.plus >) directly.

### Do you have a suggestion?

If so, be sure to [check the ideation board](https://ideas.amity.co) and [the community](https://community.amity.co) first, and create a new entry necessary!


---

# 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.social.plus/miscellaneous/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.
