> For the complete documentation index, see [llms.txt](https://docs.brainboard.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brainboard.co/help-and-faq/support.md).

# Support

### In-app chat (preferred)

When you are using Brainboard, you can reach out to us in real time by clicking on the <mark style="color:$primary;">**`Help`**</mark> icon in the top right corner of the right pane, then clicking on <mark style="color:$primary;">**`Ask us anything`**</mark>. One of our team members will reply to answer your questions or help you with any technical topic.

<figure><img src="/files/pRScpKccoiBLPEFix24B" alt=""><figcaption></figcaption></figure>

### Email

If you prefer emails (asynchronous communication), you can reach out to our technical team at <mark style="color:$primary;">**`support@brainboard.co`**</mark>. The team will do its best to get back to you as soon as possible.

### Access our security reports

To request access to our security reports, like SOC 2 Type II, use this [portal](https://security.brainboard.co).

{% hint style="info" %}
Your account manager or sales representative will approve your request. Otherwise, the team will reach out to you before approval.
{% endhint %}

### Report security issues

To report a security issue, reach out to our security team at <mark style="color:$primary;">**`security@brainboard.co`**</mark>.

### Request a feature

To request a new feature or see what the community have requested, check our [public roadmap](https://roadmap.brainboard.co/boards/feature-requests).

### Request a demo

To request a demo of Brainboard, reach out to our sales team at <mark style="color:$primary;">**`sales@brainboard.co`**</mark> .


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.brainboard.co/help-and-faq/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.
