# Features

{% hint style="info" %} <mark style="color:blue;">**Legend**</mark>

<mark style="color:green;">**\***</mark> : Feature can be enabled or disabled.

<mark style="color:orange;">**\*\***</mark> : Feature is only available to self-hosted instances.

<mark style="color:red;">**\*\*\***</mark> : Feature is not available at the moment.
{% endhint %}

## **General**

* [x] Simple and intuitive website navigation.
* [x] Fully open source, modify or inspect Feedbacky's code if needed.
* [x] Auto-magically switch to dark or light mode depending on your browser preferences.
* [x] Use changelogs to notify your customers of important addition, removal and changes to your product. <mark style="color:green;">**\***</mark>
* [x] Sort and track your ideas with your board's roadmap. <mark style="color:green;">**\***</mark>
* [x] Use a default custom profile picture for all of your customers. <mark style="color:orange;">**\*\***</mark>

## **Accessibility**

* [x] Color contrast in conformity with the [Web Content Accessibility Guidelines (WCAG) 2](https://www.w3.org/TR/WCAG21/#contrast-enhanced).
* [x] Use Markdown formatting with a text editor instead of having to manually type it out.

## **Productivity**

* [x] Use internal comments to discuss on an idea with your team.
* [x] Assign ideas that should be focused on to your team.
* [x] Pin ideas that need more engagement at the top of your board.
* [x] Use tags to sort ideas and track them in the roadmap.
* [x] Integrate Feedbacky with other services via Integrations.
* [x] Enhanced idea searching and filtering options.

## **Engagement**

* [x] Let your customers be notified of new updates on their ideas or ideas they are subscribed to.
* [x] Let your customer express themselves on your ideas and changelogs with reactions.
* [x] Use Webhooks to notify your customers of new ideas on other services.
* [x] Share ideas and changelogs on other social media.

## **Moderation**

* [x] Close/open ideas.
* [x] Disable/enable idea comments.
* [x] Edit the title of an idea.
* [x] Reset the total voted count of an idea.
* [x] Suspend board users.
* [x] Audit the moderation activity of your board. <mark style="color:red;">**\*\*\***</mark>

## Privacy

* [x] Client-side email addresses are censored.
* [x] Let your customers anonymously vote on ideas when they are not logged in. <mark style="color:green;">**\***</mark>

## **Security**

* [x] No server-side password storing hassle, instead use OAuth with the provider of your choice or even your own custom OAuth implementation!


---

# 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.feedbacky.net/project-overview/features.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.
