# Security as Code

Where DevSecOps can help with traditional security requirements

&#x20;    ▪ <mark style="color:red;">Code review</mark> becomes <mark style="color:green;">**code preview**</mark>&#x20;

&#x20;    ▪ <mark style="color:red;">Patching</mark> becomes <mark style="color:green;">**build new environment and deploy**</mark>&#x20;

&#x20;    ▪ <mark style="color:red;">Incident Response</mark> becomes <mark style="color:green;">**Incident Avoidance using Threat Modeling**</mark>


---

# 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://asafahmadov.gitbook.io/devsecops/1.-devsecops-the-big-picture/understanding-devsecops-concepts/security-as-code.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.
