> For the complete documentation index, see [llms.txt](https://helpdesk.augmentt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.augmentt.com/community-and-feature-requests.md).

# Community & Feature Requests

Augmentt runs a partner community site at [**community.augmentt.com**](https://community.augmentt.com). It's where you can:

* **Join open betas** before a feature reaches general availability
* **Vote on feature requests**, so Product can see what the community actually wants prioritized
* **Ask technical questions** and discuss configurations with other Augmentt partners
* Get informal, direct access to the Product team for "ask us anything" style feedback

If you have a feature you'd like to see, a workaround you've found that others might benefit from, or a beta you want early access to, the community site is the right place to start.

## If you don't have access yet

Community access has historically been rolled out to partners through Augmentt's monthly Partner Update webinars rather than as a self-serve signup on the main site. If **community.augmentt.com** doesn't load for you or you can't find how to join, your fastest path is:

* Ask your Customer Success / Account contact to get you set up, or
* [Submit a support ticket](/submit-a-support-ticket.md) and ask support to point you to it

## Other ways to raise a request

Outside of the community site, the two channels that reliably reach Augmentt are:

* [**Submit a Support Ticket**](/submit-a-support-ticket.md) — for a specific bug, a "can this be made to do X" question, or anything urgent
* **Your Customer Success / Account Manager** — for roadmap conversations, beta interest, or feedback that doesn't fit a support ticket

***

> **A note on this section:** community.augmentt.com is confirmed real — it's referenced consistently in Augmentt's internal monthly Partner Update materials (April 2025 through December 2025) as the place for BETAs, Feature Voting, and Technical Discussion. What we could **not** confirm from internal sources is the exact self-serve signup flow (whether it's open registration, invite-only, or SSO-gated) or whether it's still being actively promoted as of today. Whoever owns this page in GitBook should verify the current sign-up flow directly (or check with the Product/Marketing team) before treating the "how to join" instructions above as final — the ticket/CSM fallback is accurate regardless.


---

# 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://helpdesk.augmentt.com/community-and-feature-requests.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.
