# Troubleshooting Record Template

Use Case: Problem solving, troubleshooting, lessons learned

---

## Problem Description

### Symptoms

[Describe the problem symptoms]

### Environment

- System: [OS/Version]
- Tools: [Tools/Framework/Version]
- Other: [Related environment information]

### Impact

[Impact caused by the problem]

---

## Root Cause

### Root Cause

[In-depth analysis of root cause]

### Trigger Conditions

- [Condition 1]
- [Condition 2]

### Why This Happened

[Explain why this problem occurred]

---

## Solution

### Solution 1: [Recommended Solution]

**Steps:**

1. [Step 1]
2. [Step 2]
3. [Step 3]

**Verification:**

```
[Verification command]
```

### Solution 2: [Alternative Solution]

[Describe applicable scenarios and steps]

---

## Lessons Learned

### What We Learned

- [Lesson 1]
- [Lesson 2]

### How to Avoid

[Methods to prevent similar problems]

### Best Practices

[Summarized best practices]

---

## Related Resources

- [Related document links]
- [Similar problem links]

---

**Document Type**: How-to Guide or Explanation  
**Template Version**: 1.0
