diff --git a/docs/agent-q/faq.md b/docs/agent-q/faq.md index db40eb2606..3825df3706 100644 --- a/docs/agent-q/faq.md +++ b/docs/agent-q/faq.md @@ -20,7 +20,7 @@ AgentQ connects to your configured LLM provider and uses a set of MCP tools to i ### Is my data sent to the LLM? -AgentQ sends metadata about your data assets — table names, field names, quality check configurations, anomaly details — to the LLM to process your requests. It does **not** send actual row data unless you explicitly request a data preview. The LLM provider you configure handles this data according to their own privacy and data processing policies. +AgentQ sends metadata about your data assets — table names, field names, quality check configurations, anomaly details — to the LLM to process your requests. It does **not** send actual row data to the model. The LLM provider you configure handles this data according to their own privacy and data processing policies. ### Will AgentQ act on requests outside of data quality?