# Annotation Reply

The Annotation Reply offers tailored, high-quality replies for various applications, achieved through manual annotation.

**Key Uses:**

1. **Specialized Replies for Specific Sectors:** This is particularly valuable in customer service or knowledge bases within business, government, etc. It allows for precise answers to specific questions by annotating replies, such as setting "standard annotations" for some or marking others as "unanswerable."
2. **Quick Adaptation for Prototypes:** Utilizing annotation replies can significantly improve reply quality in the rapid development of prototype products, enhancing customer satisfaction.

**How It Works:**

An alternative system is provided to enhance retrieval, skip the generation phase of Large Language Models (LLMs), and avoid the complications of Retrieval-Augmented Generation (RAG).

1. Once activated, the user can annotate LLM dialogue replies. Annotations can be high-quality answers taken directly from the LLM or edited annotations. These annotated contents are saved for future use.
2. When similar questions are asked again, the system identifies matching annotated questions.
3. If a match is found, the annotated answer is returned directly, bypassing LLM or RAG processes.
4. Without a match, the query follows the standard LLM or RAG process.
5. Deactivating Annotation Reply ceases matching replies from the annotations.


---

# 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://docs.din.lol/din-cook-data-for-ai/the-concept/comprehensive-network-architecture/service-layer-toolkit-for-ai-agent/annotation-reply.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.
