Create comprehensive troubleshooting documentation for applications
Create a troubleshooting guide for:
**Application/System:** {{APP_NAME}}
**Component:** {{COMPONENT}}
**User Type:** {{USER_TYPE}} (end user/developer/admin)
**Known Issues:**
{{KNOWN_ISSUES}}
Generate a comprehensive troubleshooting guide:
# Troubleshooting Guide: {{APP_NAME}}
## Quick Diagnostics
### Health Check
```bash
# Commands to check system health
```
### Common Quick Fixes
1. Clear cache: [instructions]
2. Restart service: [instructions]
3. Check connectivity: [instructions]
## Issues by Category
### Category 1: [e.g., Authentication Issues]
#### Issue: [Problem Description]
**Symptoms:**
- Symptom 1
- Symptom 2
**Possible Causes:**
1. Cause 1
2. Cause 2
**Diagnostic Steps:**
1. Check X by running:
```bash
command
```
2. Verify Y in configuration
**Solutions:**
*If Cause 1:*
1. Step to fix
2. Step to verify
*If Cause 2:*
1. Step to fix
2. Step to verify
**Prevention:**
How to prevent this issue
---
### Category 2: [e.g., Performance Issues]
[Same structure...]
## Error Code Reference
| Code | Meaning | Solution |
|------|---------|----------|
## Log Analysis
### Where to Find Logs
| Log | Location | Contents |
|-----|----------|----------|
### Common Log Patterns
| Pattern | Meaning | Action |
|---------|---------|--------|
## Escalation Procedures
### When to Escalate
### Who to Contact
### Information to Provide
## FAQ
## Additional ResourcesOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{APP_NAME][{COMPONENT][{USER_TYPE][{KNOWN_ISSUES]