Add support FAQ documentation - #362
Conversation
Document common user questions and suggested responses for support agents. Covers billing, features, security, platforms, AI models, and API. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
📝 WalkthroughWalkthroughThis pull request adds multiple new FAQ entries to the support documentation, covering subscription cancellation via Stripe, Bitcoin payment options, plan tier comparisons, and clarifications on unsupported AI model types and image generation capabilities. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (7)
Comment |
Deploying maple with
|
| Latest commit: |
0316ae5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://955ce783.maple-ca8.pages.dev |
| Branch Preview URL: | https://docs-support-faq.maple-ca8.pages.dev |
Greptile SummaryAdded three new FAQ entries to the support documentation:
All entries follow the established FAQ format with structured answers, relevant notes, and accurate code references. The additions align with the repository's documentation standards and provide clear, concise responses for support agents. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant SupportAgent
participant FAQ as support-faq.md
participant Code as Codebase References
User->>SupportAgent: Ask about subscription cancellation
SupportAgent->>FAQ: Check FAQ entry
FAQ->>Code: Reference AccountMenu.tsx
Code-->>FAQ: Verify implementation exists
FAQ-->>SupportAgent: Provide step-by-step answer
SupportAgent-->>User: Explain cancellation process
User->>SupportAgent: Request closed-source model (Claude/GPT)
SupportAgent->>FAQ: Check closed-source policy
FAQ-->>SupportAgent: Provide encryption rationale
SupportAgent-->>User: Explain why not supported
User->>SupportAgent: Ask about image generation
SupportAgent->>FAQ: Check image generation entry
FAQ-->>SupportAgent: Provide clear "no" answer
SupportAgent-->>User: Communicate feature status
|
Document common user questions and suggested responses for support agents.
This FAQ helps AI agents and support staff respond consistently to common questions about:
Created based on real support email patterns.
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.