> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/account-management/support-levels.md).

# Support Levels

## Support Overview <a href="#support-overview" id="support-overview"></a>

Support level by [Plan](/account-management/plans.md).

<table><thead><tr><th width="264.5999755859375">Support</th><th width="151.199951171875" align="center">Starter</th><th align="center">Pro</th><th align="center">Business</th></tr></thead><tbody><tr><td><strong>Community Support</strong> <a href="https://feedback.mindee.com/">feedback.mindee.com</a></td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>Chat Support</strong></td><td align="center">❌</td><td align="center"><p>✅</p><p>Dedicated chat</p></td><td align="center"><p>✅</p><p>Dedicated chat</p></td></tr><tr><td><strong>Priority Support</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center"><p>✅</p><p>Priority handling in chat</p></td></tr></tbody></table>

## Support Options <a href="#support-options" id="support-options"></a>

### Community Support

All plans include access to our community forum at [feedback.mindee.com](https://feedback.mindee.com/).\
This is the best place to ask questions, exchange ideas with other users, and access responses from the Mindee team.

### Chat Support

Available from the **Pro plan** onward, our Chat connects you directly with our support team via a dedicated chat channel for faster and more direct assistance.

### Priority Support

Included in the **Business plan**, Priority Support ensures that your requests are addressed first in the chat queue, reducing waiting times for critical issues.

## Choosing the Right Plan <a href="#choosing-the-right-level" id="choosing-the-right-level"></a>

* **Starter** ⇒ For individuals or early-stage projects where community-driven answers are sufficient.
* **Pro** ⇒ For teams that benefit from direct access to chat-based support.
* **Business** ⇒ For organizations where faster resolution and priority handling are required.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mindee.com/account-management/support-levels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
