Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/agent-q/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
Loading