feat: add documentation for our support forum #21

Merged
naomi merged 3 commits from feat/forum into main 2026-01-26 13:50:29 -08:00
10 changed files with 435 additions and 33 deletions
+3 -2
View File
@@ -12,8 +12,8 @@
"bash" "bash"
], ],
"ignoreRegExpList": [ "ignoreRegExpList": [
"```[\\s\\S]*?```", // Ignores multi-line code blocks in Markdown "```[\\s\\S]*?```",
"`[^`\n]+`" // Ignores inline code blocks "`[^`\n]+`"
], ],
"ignoreWords": [ "ignoreWords": [
"nhcarrigan", "nhcarrigan",
@@ -101,6 +101,7 @@
"Nederlands", "Nederlands",
"Neurodivergence", "Neurodivergence",
"Nomena", "Nomena",
"NSFW",
"Nymira", "Nymira",
"OFAC", "OFAC",
"Ollama", "Ollama",
+16 -4
View File
@@ -149,7 +149,7 @@ export const navigation = [
link: "/community/feedback", link: "/community/feedback",
}, },
{ {
label: "Community Fan Art Policy", label: "Fan Art Guidelines",
link: "/community/fan-art", link: "/community/fan-art",
} }
].sort((a, b) => a.label.localeCompare(b.label)), ].sort((a, b) => a.label.localeCompare(b.label)),
@@ -824,6 +824,10 @@ export const navigation = [
label: "Documentation and Transparency Training for Staff", label: "Documentation and Transparency Training for Staff",
link: "/staff/training/documentation-transparency", link: "/staff/training/documentation-transparency",
}, },
{
label: "Support Forum Moderation Training for Staff",
link: "/staff/training/forum-moderation",
},
{ {
label: "Harassment and Bullying Response Training for Staff", label: "Harassment and Bullying Response Training for Staff",
link: "/staff/training/harassment-bullying-response", link: "/staff/training/harassment-bullying-response",
@@ -873,12 +877,20 @@ export const navigation = [
].sort((a, b) => a.label.localeCompare(b.label)), ].sort((a, b) => a.label.localeCompare(b.label)),
}, },
// #endregion // #endregion
// #region Sitemap // #region External Links
{ {
label: "Sitemap", label: "Discord",
link: "https://sitemap.nhcarrigan.com", link: "https://chat.nhcarrigan.com",
attrs: { attrs: {
target: "_blank", target: "_blank",
}, },
}, },
{
label: "Support Forum",
link: "https://support.nhcarrigan.com",
attrs: {
target: "_blank",
},
}
// #endregion
]; ];
+27 -16
View File
@@ -135,9 +135,9 @@ Our code repositories are all self-hosted. Git accounts are only granted to Team
- Issue tracking - Issue tracking
- Source code for all of our products - Source code for all of our products
- Best for: Viewing source code and documentation - Best for: Viewing source code and documentation
- **Bug Reports and Feature Requests**: To report bugs or request features, please use our Discord forum channels: - **Bug Reports and Feature Requests**: To report bugs or request features, please use our support forum:
- `#bug-reports` forum channel for bug reports - [Bug Reports](https://support.nhcarrigan.com/c/bug-reports/6) for bug reports
- `#feature-requests` forum channel for feature requests - [Feature Requests](https://support.nhcarrigan.com/c/feature-requests/7) for feature requests
### 2.3. Etiquette and Best Practices ### 2.3. Etiquette and Best Practices
@@ -237,10 +237,10 @@ We offer several email addresses for specific types of inquiries. Please use the
### 5.2. Billing and Financial Matters ### 5.2. Billing and Financial Matters
:::tip[Preferred Method]{icon=message} :::tip[Preferred Method]{icon=message}
We encourage you to use the **#billing-questions** Discord forum channel for billing inquiries. This allows for public discussion and faster responses. If you need to share sensitive financial information, you can ask staff to make your thread private, or contact us via email for complete confidentiality. We encourage you to use the [**Billing Questions**](https://support.nhcarrigan.com/c/billing-questions/13) category on our support forum for billing inquiries. This allows for public discussion and faster responses. If you need to share sensitive financial information, you can ask staff to make your thread private, or contact us via email for complete confidentiality.
::: :::
- **Discord Forum:** `#billing-questions` (preferred for most inquiries) - **Support Forum:** [Billing Questions](https://support.nhcarrigan.com/c/billing-questions/13) (preferred for most inquiries)
- Email: billing@nhcarrigan.com (for highly sensitive financial information requiring complete confidentiality) - Email: billing@nhcarrigan.com (for highly sensitive financial information requiring complete confidentiality)
- Use for: - Use for:
- Questions about payments or invoices - Questions about payments or invoices
@@ -251,10 +251,10 @@ We encourage you to use the **#billing-questions** Discord forum channel for bil
### 5.3. Technical Support ### 5.3. Technical Support
:::tip[Preferred Method]{icon=message} :::tip[Preferred Method]{icon=message}
We encourage you to use the **#technical-support** Discord forum channel for support inquiries. This allows for public discussion and faster responses. If you need to share sensitive information, you can ask staff to make your thread private, or contact us via email for complete confidentiality. We encourage you to use the [**Technical Support**](https://support.nhcarrigan.com/c/technical-support/5) category on our support forum for support inquiries. This allows for public discussion and faster responses. If you need to share sensitive information, you can ask staff to make your thread private, or contact us via email for complete confidentiality.
::: :::
- **Discord Forum:** `#technical-support` (preferred for most inquiries) - **Support Forum:** [Technical Support](https://support.nhcarrigan.com/c/technical-support/5) (preferred for most inquiries)
- Email: support@nhcarrigan.com - Email: support@nhcarrigan.com
- Use for: - Use for:
- Assistance with using our software or services - Assistance with using our software or services
@@ -296,10 +296,10 @@ This form helps ensure we collect all necessary information to investigate and a
### 5.6. Legal Inquiries ### 5.6. Legal Inquiries
:::tip[Preferred Method]{icon=message} :::tip[Preferred Method]{icon=message}
We encourage you to use the **#legal-notices** Discord forum channel for legal inquiries. This allows for public discussion and transparency. If you need to share sensitive legal information, you can ask staff to make your thread private, or contact us via email for urgent matters requiring immediate confidentiality. We encourage you to use the [**Legal Notices**](https://support.nhcarrigan.com/c/legal-notices/12) category on our support forum for legal inquiries. This allows for public discussion and transparency. If you need to share sensitive legal information, you can ask staff to make your thread private, or contact us via email for urgent matters requiring immediate confidentiality.
::: :::
- **Discord Forum:** `#legal-notices` (preferred for most inquiries) - **Support Forum:** [Legal Notices](https://support.nhcarrigan.com/c/legal-notices/12) (preferred for most inquiries)
- Email: legal@nhcarrigan.com (for urgent legal matters requiring immediate confidentiality) - Email: legal@nhcarrigan.com (for urgent legal matters requiring immediate confidentiality)
- Use for: - Use for:
- Legal questions or concerns - Legal questions or concerns
@@ -309,7 +309,18 @@ We encourage you to use the **#legal-notices** Discord forum channel for legal i
### 5.7. Feedback and Suggestions ### 5.7. Feedback and Suggestions
- Email: feedback@nhcarrigan.com :::tip[Preferred Method]{icon=message}
We encourage you to use our support forum for different types of feedback:
- [**Community Feedback**](https://support.nhcarrigan.com/c/community-feedback/8) for general feedback about our community, services, events, and initiatives
- [**Policy Ideation**](https://support.nhcarrigan.com/c/policy-ideation/9) for suggestions about community policies and governance
- [**Accessibility Feedback**](https://support.nhcarrigan.com/c/accessibility-feedback/10) for reporting accessibility barriers and improvement suggestions
:::
- **Support Forum:**
- [Community Feedback](https://support.nhcarrigan.com/c/community-feedback/8) (preferred for general feedback)
- [Policy Ideation](https://support.nhcarrigan.com/c/policy-ideation/9) (preferred for policy suggestions)
- [Accessibility Feedback](https://support.nhcarrigan.com/c/accessibility-feedback/10) (preferred for accessibility matters)
- Email: feedback@nhcarrigan.com (if you prefer email communication)
- Use for: - Use for:
- Providing feedback on our work or projects - Providing feedback on our work or projects
- Suggesting improvements or new features - Suggesting improvements or new features
@@ -319,10 +330,10 @@ We encourage you to use the **#legal-notices** Discord forum channel for legal i
### 5.8. Press/Media Inquiries ### 5.8. Press/Media Inquiries
:::tip[Preferred Method]{icon=message} :::tip[Preferred Method]{icon=message}
We encourage you to use the **#press-inquiries** Discord forum channel for media inquiries. This allows for public discussion and community visibility. If you need to share sensitive information, you can ask staff to make your thread private, or contact us via email for highly sensitive media matters requiring complete confidentiality. We encourage you to use the [**Press Inquiries**](https://support.nhcarrigan.com/c/press-inquiries/14) category on our support forum for media inquiries. This allows for public discussion and community visibility. If you need to share sensitive information, you can ask staff to make your thread private, or contact us via email for highly sensitive media matters requiring complete confidentiality.
::: :::
- **Discord Forum:** `#press-inquiries` (preferred for most inquiries) - **Support Forum:** [Press Inquiries](https://support.nhcarrigan.com/c/press-inquiries/14) (preferred for most inquiries)
- Email: press@nhcarrigan.com (for highly sensitive media matters requiring complete confidentiality) - Email: press@nhcarrigan.com (for highly sensitive media matters requiring complete confidentiality)
- Use for: - Use for:
- Requesting comment regarding news - Requesting comment regarding news
@@ -341,10 +352,10 @@ We encourage you to use the **#press-inquiries** Discord forum channel for media
### 5.10. Marketing Inquiries ### 5.10. Marketing Inquiries
:::tip[Preferred Method]{icon=message} :::tip[Preferred Method]{icon=message}
We encourage you to use the **#marketing-proposals** Discord forum channel for marketing inquiries. This allows for public discussion and community input. If you need to share highly confidential business information, you can ask staff to make your thread private, or contact us via email for proposals requiring complete privacy. We encourage you to use the [**Marketing Proposals**](https://support.nhcarrigan.com/c/marketing-proposals/15) category on our support forum for marketing inquiries. This allows for public discussion and community input. If you need to share highly confidential business information, you can ask staff to make your thread private, or contact us via email for proposals requiring complete privacy.
::: :::
- **Discord Forum:** `#marketing-proposals` (preferred for most inquiries) - **Support Forum:** [Marketing Proposals](https://support.nhcarrigan.com/c/marketing-proposals/15) (preferred for most inquiries)
- Email: marketing@nhcarrigan.com (for highly confidential business proposals requiring complete privacy) - Email: marketing@nhcarrigan.com (for highly confidential business proposals requiring complete privacy)
- Use for: - Use for:
- Marketing collaboration proposals - Marketing collaboration proposals
@@ -364,10 +375,10 @@ We encourage you to use the **#marketing-proposals** Discord forum channel for m
### 5.12. Partnerships ### 5.12. Partnerships
:::tip[Preferred Method]{icon=message} :::tip[Preferred Method]{icon=message}
We encourage you to use the **#partnership-requests** Discord forum channel for partnership inquiries. This allows for public discussion and community input on potential partnerships. If you need to share sensitive business information, you can ask staff to make your thread private, or contact us via email if you need complete confidentiality from the start. We encourage you to use the [**Partnership Requests**](https://support.nhcarrigan.com/c/partnership-requests/11) category on our support forum for partnership inquiries. This allows for public discussion and community input on potential partnerships. If you need to share sensitive business information, you can ask staff to make your thread private, or contact us via email if you need complete confidentiality from the start.
::: :::
- **Discord Forum:** `#partnership-requests` (preferred for most inquiries) - **Support Forum:** [Partnership Requests](https://support.nhcarrigan.com/c/partnership-requests/11) (preferred for most inquiries)
- Email: partners@nhcarrigan.com (if you need complete confidentiality from the start) - Email: partners@nhcarrigan.com (if you need complete confidentiality from the start)
- Use for: - Use for:
- Requesting a collaboration between our organisation and yours - Requesting a collaboration between our organisation and yours
+4 -4
View File
@@ -44,10 +44,10 @@ This Policy operates within our comprehensive legal and policy framework, incorp
#### 2.1.1. Daily and Ongoing Feedback Channels #### 2.1.1. Daily and Ongoing Feedback Channels
**Open Communication Channels:** **Open Communication Channels:**
- Dedicated feedback forum channels accessible to all community members for ongoing input and suggestions - Dedicated feedback forum categories accessible to all community members for ongoing input and suggestions
- Community: `#community-feedback` forum channel on Discord - Community: [Community Feedback](https://support.nhcarrigan.com/c/community-feedback/8) category on our support forum
- Products: `#bug-reports` or `#feature-requests` forum channel on Discord - Products: [Bug Reports](https://support.nhcarrigan.com/c/bug-reports/6) or [Feature Requests](https://support.nhcarrigan.com/c/feature-requests/7) categories on our support forum
- Policies: `#policy-ideation` forum channel on Discord - Policies: [Policy Ideation](https://support.nhcarrigan.com/c/policy-ideation/9) category on our support forum
- Direct messaging opportunities with community leadership for individual concerns and suggestions - Direct messaging opportunities with community leadership for individual concerns and suggestions
- Public discussion forums for community-wide conversation about policies and improvements - Public discussion forums for community-wide conversation about policies and improvements
+1 -1
View File
@@ -363,7 +363,7 @@ For questions or support:
### 4.10. Issue Reporting ### 4.10. Issue Reporting
Please report bugs in the #bug-reports forum channel and feature requests in the #feature-requests forum channel on our Discord community. Please report bugs in the [Bug Reports](https://support.nhcarrigan.com/c/bug-reports/6) category and feature requests in the [Feature Requests](https://support.nhcarrigan.com/c/feature-requests/7) category on our support forum.
Include: Include:
- Clear description of the issue or feature - Clear description of the issue or feature
+3 -3
View File
@@ -76,8 +76,8 @@ Cordelia has a distinctive personality:
### Support and Feedback ### Support and Feedback
- **Bug Reports**: Post in the #bug-reports forum channel on our Discord community - **Bug Reports**: Post in the [Bug Reports](https://support.nhcarrigan.com/c/bug-reports/6) category on our support forum
- **Feature Requests**: Post in the #feature-requests forum channel on our Discord community - **Feature Requests**: Post in the [Feature Requests](https://support.nhcarrigan.com/c/feature-requests/7) category on our support forum
- **General Support**: Visit the [chat server](https://chat.nhcarrigan.com) - **General Support**: Visit the [chat server](https://chat.nhcarrigan.com)
- **Contact**: Email `contact@nhcarrigan.com` - **Contact**: Email `contact@nhcarrigan.com`
@@ -264,7 +264,7 @@ src/
### Contribution Process ### Contribution Process
1. **Issue Creation**: Post detailed bug reports or feature requests in the appropriate Discord forum channel (#bug-reports or #feature-requests) 1. **Issue Creation**: Post detailed bug reports or feature requests in the appropriate support forum category ([Bug Reports](https://support.nhcarrigan.com/c/bug-reports/6) or [Feature Requests](https://support.nhcarrigan.com/c/feature-requests/7))
2. **Discussion**: Discuss approach before starting work 2. **Discussion**: Discuss approach before starting work
3. **Implementation**: Follow coding standards and patterns 3. **Implementation**: Follow coding standards and patterns
4. **Testing**: Test thoroughly in development environment 4. **Testing**: Test thoroughly in development environment
+1 -1
View File
@@ -647,7 +647,7 @@ When contributing, keep security in mind:
If you need help contributing: If you need help contributing:
- Post in the #bug-reports or #feature-requests forum channels on our Discord community - Post in the [Bug Reports](https://support.nhcarrigan.com/c/bug-reports/6) or [Feature Requests](https://support.nhcarrigan.com/c/feature-requests/7) categories on our support forum
- Join the [Chat Server](https://chat.nhcarrigan.com) - Join the [Chat Server](https://chat.nhcarrigan.com)
- Email: `contact@nhcarrigan.com` - Email: `contact@nhcarrigan.com`
+1 -1
View File
@@ -225,7 +225,7 @@ If you encounter bugs or have feature requests:
- Chat Server: [https://chat.nhcarrigan.com](https://chat.nhcarrigan.com) - Chat Server: [https://chat.nhcarrigan.com](https://chat.nhcarrigan.com)
- Email: contact@nhcarrigan.com - Email: contact@nhcarrigan.com
- Repository: [https://git.nhcarrigan.com/nhcarrigan/logger](https://git.nhcarrigan.com/NHCarrigan/logger) - Repository: [https://git.nhcarrigan.com/nhcarrigan/logger](https://git.nhcarrigan.com/NHCarrigan/logger)
- Issues: Post in the #bug-reports or #feature-requests forum channels on our Discord community - Issues: Post in the [Bug Reports](https://support.nhcarrigan.com/c/bug-reports/6) or [Feature Requests](https://support.nhcarrigan.com/c/feature-requests/7) categories on our support forum
### Package Information ### Package Information
@@ -24,7 +24,9 @@ Our community operates across various platforms including:
**(e)** **Documentation Sites**: Knowledge bases, policies, guides; **(e)** **Documentation Sites**: Knowledge bases, policies, guides;
**(f)** **Other Platforms**: Emerging technologies and specialised tools. **(f)** **Support Forum**: Structured support requests, bug reports, feature requests at support.nhcarrigan.com;
**(g)** **Other Platforms**: Emerging technologies and specialised tools.
### 1.3. Integration with Existing Policies ### 1.3. Integration with Existing Policies
@@ -136,6 +138,29 @@ This training operates within our policy framework:
- Competitive and cooperative balance - Competitive and cooperative balance
- Fun and entertainment emphasis - Fun and entertainment emphasis
### 3.4. Support Forum
#### 3.4.1. Unique Characteristics
- Structured, categorised support system
- Asynchronous, persistent discussions
- Searchable knowledge base functionality
- Topic-based organisation and threading
- Solution marking and resolution tracking
#### 3.4.2. Moderation Considerations
- **Category Management**: Ensure posts are in appropriate categories
- **Thread Organisation**: Maintain clear, searchable thread titles
- **Solution Tracking**: Mark resolved issues for future reference
- **Privacy Protection**: Redact sensitive information from public posts
- **Knowledge Curation**: Build searchable solutions database
#### 3.4.3. Community Culture
- Professional, solution-focused communication
- Detailed problem descriptions and responses
- Knowledge sharing and documentation emphasis
- Patient, thorough assistance approach
- Long-form, comprehensive discussions
## 4. COORDINATION STRATEGIES AND BEST PRACTICES ## 4. COORDINATION STRATEGIES AND BEST PRACTICES
### 4.1. Information Sharing Across Platforms ### 4.1. Information Sharing Across Platforms
@@ -322,6 +347,22 @@ This training operates within our policy framework:
- **Crisis Communication**: Handle public relations during difficult situations - **Crisis Communication**: Handle public relations during difficult situations
- **Growth Strategies**: Support community growth and member acquisition - **Growth Strategies**: Support community growth and member acquisition
### 6.4. Support Forum Responsibilities
#### 6.4.1. Thread Management
- Monitor new posts and ensure proper categorisation
- Merge duplicate threads while preserving context
- Mark solutions when issues are resolved
- Pin important announcements and guides
- Archive outdated or resolved discussions
#### 6.4.2. Knowledge Base Development
- **Content Curation**: Build comprehensive solution documentation
- **FAQ Maintenance**: Update frequently asked questions regularly
- **Category Organisation**: Maintain logical, searchable structure
- **Cross-Reference**: Link related topics and solutions
- **Quality Control**: Ensure accuracy of technical information
## 7. COORDINATION CHALLENGES AND SOLUTIONS ## 7. COORDINATION CHALLENGES AND SOLUTIONS
### 7.1. Common Coordination Problems ### 7.1. Common Coordination Problems
@@ -0,0 +1,337 @@
---
title: Support Forum Moderation Training for Staff
---
**ESSENTIAL TRAINING FOR FORUM MODERATION TEAM**
## 1. INTRODUCTION AND SCOPE
### 1.1. Purpose of This Training
This training document provides comprehensive guidance for Team members responsible for moderating our Support Forum at [support.nhcarrigan.com](https://support.nhcarrigan.com). The Support Forum serves as our primary platform for structured support requests, bug reports, feature requests, and community feedback.
### 1.2. Forum Structure and Categories
Our Support Forum is organised into the following categories:
**(a)** **Technical Support** (ID: 5): Platform and product assistance;
**(b)** **Bug Reports** (ID: 6): Software issues and defect reporting;
**(c)** **Feature Requests** (ID: 7): Enhancement suggestions and new features;
**(d)** **Community Feedback** (ID: 8): General community input and suggestions;
**(e)** **Policy Ideation** (ID: 9): Policy suggestions and governance input;
**(f)** **Accessibility Feedback** (ID: 10): Accessibility barriers and improvements;
**(g)** **Partnership Requests** (ID: 11): Collaboration and partnership proposals;
**(h)** **Legal Notices** (ID: 12): Legal communications and formal notices;
**(i)** **Billing Questions** (ID: 13): Payment and subscription inquiries;
**(j)** **Press Inquiries** (ID: 14): Media and press communications;
**(k)** **Marketing Proposals** (ID: 15): Marketing collaborations and proposals.
### 1.3. Integration with Existing Policies
Forum moderation operates within our comprehensive policy framework:
**(a)** **Content and Moderation Policy**: Primary content standards and enforcement;
**(b)** **Community Code of Conduct**: Universal behavioural expectations;
**(c)** **Community Support Policy**: Guidelines for support interactions;
**(d)** **Privacy Policy**: Handling of sensitive information in forum posts;
**(e)** **Accessibility Policy**: Ensuring forum accessibility for all users.
## 2. FORUM-SPECIFIC MODERATION CONSIDERATIONS
### 2.1. Unique Characteristics of Forum Moderation
#### 2.1.1. Asynchronous Communication
**Key Differences from Real-Time Platforms:**
- Extended response timeframes are acceptable and expected
- Conversations develop over days or weeks rather than minutes
- Users expect more thoughtful, detailed responses
- Documentation and searchability are primary concerns
#### 2.1.2. Persistent Content
**Long-Term Visibility:**
- Forum posts remain searchable indefinitely
- Content serves as knowledge base for future users
- Higher standards for accuracy and completeness
- Regular review and updating of outdated information
#### 2.1.3. Structured Support
**Organised Communication:**
- Clear categorisation enables efficient routing
- Topic-based organisation aids in knowledge management
- Threaded discussions maintain context
- Solution marking helps future users
### 2.2. Forum Moderation Best Practices
#### 2.2.1. Thread Management
**Effective Thread Moderation:**
- **Title Clarity**: Ensure thread titles accurately describe the issue
- **Categorisation**: Move threads to appropriate categories when needed
- **Duplicate Management**: Merge duplicate threads while preserving context
- **Solution Marking**: Identify and mark solved threads
- **Pinning**: Pin important announcements or frequently referenced threads
#### 2.2.2. Response Standards
**Quality Expectations:**
- Comprehensive initial responses that address all aspects
- Professional tone maintaining community warmth
- Clear action items or next steps
- Appropriate escalation when needed
- Follow-up on unresolved threads
## 3. CATEGORY-SPECIFIC GUIDELINES
### 3.1. Technical Support
**Moderation Focus:**
- Verify sufficient system information is provided
- Request clarification on reproduction steps
- Tag technical team members when appropriate
- Ensure privacy (no passwords, API keys, etc.)
- Mark solutions when issues are resolved
### 3.2. Bug Reports
**Moderation Requirements:**
- Confirm reports include reproduction steps
- Check for duplicate reports before allowing
- Apply appropriate priority labels
- Link to tracking systems when applicable
- Update thread status as bugs are addressed
### 3.3. Feature Requests
**Management Approach:**
- Encourage detailed use case descriptions
- Facilitate community discussion on proposals
- Consolidate similar requests
- Communicate feasibility assessments
- Update on implementation progress
### 3.4. Community Feedback
**Engagement Standards:**
- Acknowledge all feedback respectfully
- Encourage constructive criticism
- Synthesise feedback for leadership review
- Communicate how feedback influences decisions
- Create feedback summary reports
### 3.5. Policy Ideation
**Special Considerations:**
- Ensure proposals align with community values
- Facilitate inclusive discussion
- Document consensus and dissent
- Forward viable proposals to governance team
- Communicate policy development progress
### 3.6. Accessibility Feedback
**Priority Handling:**
- Treat accessibility issues with urgency
- Ensure reports include assistive technology details
- Coordinate with accessibility team
- Track resolution progress
- Verify fixes with reporting users
### 3.7. Partnership Requests
**Professional Standards:**
- Maintain confidentiality as requested
- Verify legitimacy of proposals
- Route to appropriate decision-makers
- Facilitate initial discussions
- Document partnership criteria clearly
### 3.8. Legal Notices
**Critical Procedures:**
- Immediate escalation to legal team
- Preserve all original content
- Document receipt timestamps
- Maintain strict confidentiality
- Follow legal response protocols
### 3.9. Billing Questions
**Sensitive Information Handling:**
- Never request payment details in public threads
- Offer private thread conversion for sensitive matters
- Verify account ownership before discussing specifics
- Coordinate with billing team for resolutions
- Document common issues for FAQ development
### 3.10. Press Inquiries
**Media Relations:**
- Verify journalist credentials when appropriate
- Coordinate with communications team
- Maintain professional brand representation
- Facilitate interview scheduling
- Track press engagement metrics
### 3.11. Marketing Proposals
**Evaluation Criteria:**
- Assess alignment with brand values
- Check for spam or low-quality proposals
- Facilitate community input when appropriate
- Route serious proposals to marketing team
- Maintain proposal tracking system
## 4. MODERATION TOOLS AND FEATURES
### 4.1. Forum-Specific Tools
#### 4.1.1. Thread Management Tools
- **Move Thread**: Relocate to appropriate category
- **Merge Threads**: Combine duplicate discussions
- **Split Thread**: Separate off-topic discussions
- **Pin/Unpin**: Control thread visibility priority
- **Lock Thread**: Prevent further replies when needed
- **Mark Solution**: Identify resolved issues
#### 4.1.2. User Management Tools
- **Trust Levels**: Understand user permission tiers
- **User Notes**: Document moderation history
- **Warnings**: Issue formal warnings when needed
- **Suspensions**: Temporary access restrictions
- **Thread Permissions**: Control individual thread access
### 4.2. Content Moderation Features
#### 4.2.1. Automated Moderation
- **Spam Filters**: Automatic spam detection
- **Trust Level Restrictions**: New user limitations
- **Flag Queue**: Community-reported content review
- **Word Filters**: Prohibited content blocking
- **Link Restrictions**: External link moderation
#### 4.2.2. Manual Moderation Actions
- **Edit Posts**: Correct or redact content
- **Delete Posts**: Remove policy violations
- **Hide Posts**: Temporary removal pending review
- **Restore Posts**: Reinstate incorrectly removed content
- **Revision History**: Track all content changes
## 5. COMMON SCENARIOS AND RESPONSES
### 5.1. Scenario: Duplicate Bug Report
**Appropriate Response:**
1. Search for existing reports
2. Link to original thread
3. Merge valuable additional information
4. Close duplicate with explanation
5. Guide user to original discussion
### 5.2. Scenario: Vague Support Request
**Effective Approach:**
1. Request specific information needed
2. Provide template for details
3. Offer examples of good reports
4. Remain patient and helpful
5. Follow up if no response
### 5.3. Scenario: Heated Feature Request Debate
**De-escalation Strategy:**
1. Remind participants of community standards
2. Refocus on constructive discussion
3. Separate technical merit from personal attacks
4. Issue warnings if necessary
5. Lock thread if situation escalates
### 5.4. Scenario: Sensitive Information Posted
**Immediate Actions:**
1. Edit post to remove sensitive data
2. Private message user about removal
3. Educate on security best practices
4. Document incident for patterns
5. Review similar posts for exposure
## 6. FORUM COMMUNITY BUILDING
### 6.1. Encouraging Participation
**Engagement Strategies:**
- Welcome new users warmly
- Recognise helpful community members
- Create regular discussion topics
- Showcase community solutions
- Celebrate milestones and achievements
### 6.2. Knowledge Base Development
**Content Curation:**
- Identify frequently asked questions
- Create comprehensive guides
- Maintain solution database
- Update outdated information
- Cross-reference related topics
## 7. METRICS AND REPORTING
### 7.1. Key Performance Indicators
**Forum Health Metrics:**
- Response time to new threads
- Resolution rate for support requests
- User satisfaction indicators
- Community engagement levels
- Moderator action frequency
### 7.2. Regular Reporting
**Documentation Requirements:**
- Weekly moderation summaries
- Category-specific activity reports
- Escalation tracking
- Community feedback synthesis
- Improvement recommendations
## 8. CONTINUOUS IMPROVEMENT
### 8.1. Feedback Integration
**Process Improvement:**
- Regular community surveys
- Moderator experience sharing
- Policy effectiveness review
- Tool and feature requests
- Best practice documentation
### 8.2. Professional Development
**Ongoing Training:**
- Forum software updates
- New moderation techniques
- Community management trends
- Accessibility improvements
- Cross-platform coordination
---
*This Forum Moderation Training provides comprehensive guidance for moderating our Support Forum. For questions about forum moderation procedures or to report issues with the forum platform, please contact the Moderation Team Lead through the designated staff channels.*