# How can we manage Code Review Anxiety?

If you’ve ever felt anxious, you probably know that anxiety doesn’t just influence how we feel. Anxiety also influences how we think and what we do. In the psychology world, we conceptualize this using something called the cognitive-behavioral model (see Figure 1). This model shows that our physiological (“how we feel”), cognitive (“how we think”), and behavioral (“what we do”) symptoms of anxiety all interact and combine forces to create the multi-system swirl that is code review anxiety. \[2]

<figure><img src="https://lh7-us.googleusercontent.com/xlJeO_d-UzpSNTBkFqM_ZLfjyPvb0hKgmhIZ9XxraLCgtDVGELVpSkBIVqLstrccSQFhbROiWbn9gEE0bmJ3mTZ9RpbR6tOFIivXwafXS7p3Nage41a8UtNTl5FBkh6vKD4BWZ42uqOeFdaNpq2LA2Q" alt="Triangle model with arrows between cognitive, behavioral, and physiological symptoms."><figcaption><p>Figure 1. Cognitive-behavioral model of code review anxiety</p></figcaption></figure>

This is why, when managing code review anxiety, we don’t just want to target how we feel. We also want to target how we think and what we do. In the next section, we’ll do this in four major steps:

1. Create Awareness
2. Reduce Physiological Arousal
3. Challenge Biased Thinking
4. Proactively Engage


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer-success-lab.gitbook.io/code-review-anxiety-workbook-1/part-one-understanding-code-review-anxiety/how-can-we-manage-code-review-anxiety.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
