Community forum (RM-010)¶
The AccuPredix Community is a peer support forum for planners using the product.
URL: app.accupredix.com/community (signed-in users; same SPA as the main app).
There is no separate community subdomain or deployment today. A vanity host such as
community.accupredix.com is optional later (DNS alias to the app site) — not required
for RM-010.
Browse and post¶
- Sign in to the app.
- Open Community in the sidebar (or Support on Freemium for a direct link).
- Pick a category (Getting started, Forecasting, Integrations, Billing, Feature ideas).
- Click New topic to ask a question or share a tip.
- Open any thread to read replies and add your own.
Categories¶
| Slug | Purpose |
|---|---|
getting-started |
Onboarding and first forecast |
forecasting |
Models, accuracy, overrides, S&OP |
integrations |
Connectors, uploads, fusion |
billing |
Plans, usage, org settings |
ideas |
Product feedback and feature requests |
For platform operators¶
Admin → Community moderation:
- Pin — highlight announcements or FAQs
- Lock — close resolved threads (no new replies)
- Hide — remove spam or off-topic posts from the public list
API¶
| Endpoint | Description |
|---|---|
GET /community/categories |
List categories |
GET /community/topics |
List topics (?category=slug) |
POST /community/topics |
Create topic |
GET /community/topics/{id} |
Topic + replies |
POST /community/topics/{id}/replies |
Add reply |
GET /admin/community/topics |
Operator moderation queue |
PATCH /admin/community/topics/{id} |
Pin / lock / hide |