# Retraining Modes

We are offering 3 retraining modes - Manual, Auto-Annotate and Auto-Retrain. Users can select any mode for a particular model. Each mode has different functionalities. The default is manual.

### Manual mode -&#x20;

When the dataset is created we’ll notify the user and the Annotate button shows up. When the user clicks on the annotate button, our annotation team will get notified and they’ll start annotating. We’ll notify the user when the annotations are done. Once the dataset is ready for re-training, we’ll notify the user to click on the Retrain button to start the retraining process.

### Auto-Annotate -

&#x20;When the dataset is created, the annotation team starts annotating automatically. We’ll notify the user when the data is ready for retraining. Users have to click on the Retrain button to start the retraining process.

### Auto-Retrain -&#x20;

Here, the dataset is created and sent to the annotation team. They’ll start annotating automatically and once the dataset is ready for retraining, the retraining process starts automatically without the user's intervention. Users will only get notified about the process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eigenmaps.gitbook.io/eizen-observability/model-observability/retraining-modes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
