> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Explanations

## Data Processing

To use this feature, business customers must first opt-in by enabling the feature within Workspace Settings. When this feature is enabled, users can click the "Explain This Issue" button to receive an explanation of a static analysis issue in their codebase. To generate an explanation, we send the following data to OpenAI:

* An example of the issue including the full file path and message
* A snippet of your code that contains the issue

This feature uses a large language model (LLM) from our subprocessor OpenAI. Data shared with OpenAI through use of this feature will not be used to train their models.

## Disabling the Feature

This feature is disabled by default and requires an opt-in to enable. If you would like to disable this feature, you can do so in your Workspace Settings.
