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

# Learnings

> Teach CodeAnt AI about your codebase by dismissing suggestions

## Overview

When CodeAnt AI suggests something that doesn't apply to your codebase, you can dismiss it by replying to the review comment. CodeAnt AI will save your feedback as a **learning** — a customized review instruction that prevents similar suggestions in future reviews.

## How It Works

If you don't agree with a suggestion, reply to the review comment with your reasoning:

```plaintext theme={null}
@CodeAnt-AI: Never suggest me any issue for type error or value error for this repository.
```

CodeAnt AI will save this as a learning, apply it to matching files, and stop flagging similar issues going forward.

<img src="https://mintcdn.com/codeantai/q1mptv9VxSkpnEvR/images/pull_request/features/chat/create_learning.png?fit=max&auto=format&n=q1mptv9VxSkpnEvR&q=85&s=3df39c23a77218148ccf318b43289643" alt="Creating a learning" width="832" height="605" data-path="images/pull_request/features/chat/create_learning.png" />

## Managing Learnings

You can view, edit, and delete all saved learnings from the CodeAnt AI dashboard:

[Manage Learnings on CodeAnt AI Settings](https://app.codeant.ai/settings/learnings)

From there you can:

* See all learnings that have been created across your repositories
* Edit a learning to refine the instruction
* Delete a learning if it's no longer relevant
