> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## Custom Ask Fern disclaimer

ai, docs.yml

You can now replace the default Ask Fern disclaimer ("Responses are generated using AI and may contain mistakes.") with your own wording. Set `ai-search.disclaimer` in `docs.yml` and the text appears beneath answers in the chat panel, standalone modal, mobile drawer, and search widget, so the disclaimer can match your legal or privacy requirements.

**`docs.yml`**

```yaml docs.yml
ai-search:
  disclaimer: Answers are generated by a third-party AI model and may be inaccurate.
```

Read the docs