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

# Support

<h2 align="center">What can we help you find?</h2>

<p align="center">Browse the topics below, or ask these docs a question — the assistant answers from these published pages and links to what it used.</p>

<p align="center"><a href="https://docs.peakcommerce.com/support?ask=What%20can%20these%20docs%20help%20me%20with%3F" class="button primary">Ask these docs</a> <a href="mailto:support@peakcommerce.com" class="button secondary">Contact support</a> <a href="https://status.peakcommerce.com" class="button secondary">Platform status</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-comments">:comments:</i></h4></td><td><strong>Getting Help from Mango</strong></td><td>Ask Mango in the app — plus every other way to reach us</td><td><a href="/support/getting-help-from-mango.md">Getting Help from Mango</a></td></tr><tr><td><h4><i class="fa-users">:users:</i></h4></td><td><strong>User Management</strong></td><td>Manage users, teams, and authentication</td><td><a href="/support/user-management/user-management.md">User Management</a></td></tr><tr><td><h4><i class="fa-wrench">:wrench:</i></h4></td><td><strong>Troubleshooting</strong></td><td>Common issues and solutions</td><td><a href="/support/troubleshooting/unable-to-login-to-peakcommerce.md">Unable to Login to PeakCommerce</a></td></tr><tr><td><h4><i class="fa-triangle-exclamation">:triangle-exclamation:</i></h4></td><td><strong>Known Issues</strong></td><td>Current limitations and workarounds</td><td><a href="/support/known-issues/known-issues.md">Known Issues</a></td></tr><tr><td><h4><i class="fa-signal">:signal:</i></h4></td><td><strong>Platform Status</strong></td><td>Live platform availability and active incident updates</td><td><a href="https://status.peakcommerce.com">https://status.peakcommerce.com</a></td></tr><tr><td><h4><i class="fa-heart">:heart:</i></h4></td><td><strong>Support Processes</strong></td><td>How to get help and work with PeakCommerce Support</td><td><a href="/support/support-processes/contact-support.md">Contact Support</a></td></tr></tbody></table>


---

# 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.peakcommerce.com/support/readme.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.
