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

# Customize the AI disclaimer

<Info>
  ### Atoti Intelligence Essentials

  This is part of the Atoti Intelligence Essentials offer.
</Info>

This guide explains how to configure an AI disclaimer for use with Atoti Intelligence.

## Why configure an AI disclaimer?

LLMs can make mistakes. Depending on an organization's compliance requirements, an AI disclaimer may be necessary to inform users when an LLM is involved in a response.

## Configuration approach

```yaml theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
atoti.ai.disclaimer: "Any AI disclaimer"
```

Any disclaimer set will be displayed in the UI. If none is defined, the disclaimer default to:

```java theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
private String disclaimer = "AI can make mistakes, please double check response.";
```

This is what the disclaimer will look like in the UI:

<Frame>
  <img src="https://mintcdn.com/activeviam/J0McnvoVg4x05kNG/atoti-intelligence/6.1/images/disclaimer_example.png?fit=max&auto=format&n=J0McnvoVg4x05kNG&q=85&s=743c63fcc635e446902db24fcec70ac0" alt="Hover over the disclaimer to see it displayed" width="542" height="952" data-path="atoti-intelligence/6.1/images/disclaimer_example.png" />
</Frame>

## Related reading

This guide provides configuration examples for the following providers:

* [LLM configuration](./llm-set-up/llm-config)
