# FAQ

Q: How do you handle hallucinations?\
A: *Use of RAG + agentic reasoning + internal benchmarking.*

Q: Will DevArmor replace my AppSec team?\
A: *No—DevArmor augments security engineers, automates tedium.*

Q: What if we use ChatGPT Enterprise already?\
A: *DevArmor provides consistent outputs, context-specific checks, and workflow integration. DevArmor's threat models are a database, not a blob of text. This dynamic database serves the basis for so many downstream tasks including:*

* *code review*
* *security requirements*&#x20;
* *prioritization*

Q: What deployment models do you support?\
A: *We currently support Cloud deployment. However, we can support self-hosted, and hybrid options for our Enterprise customers.*


---

# 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://docs.devarmor.com/support/faq.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.
