llms.txt Content
# Dify Docs
> Dify is an open-source platform for building AI applications. It provides a comprehensive set of tools and features to help you build, deploy, and manage your AI applications.
## Docs
- [Configure Annotation Reply](https://docs.dify.ai/api-reference/annotations/configure-annotation-reply.md): Enables or disables the annotation reply feature. Requires embedding model configuration when enabling. Executes asynchronously — use [Get Annotation Reply Job Status](/api-reference/annotations/get-annotation-reply-job-status) to track progress.
- [Create Annotation](https://docs.dify.ai/api-reference/annotations/create-annotation.md): Creates a new annotation. Annotations provide predefined question-answer pairs that the app can match and return directly instead of generating a response.
- [Delete Annotation](https://docs.dify.ai/api-reference/annotations/delete-annotation.md): Deletes an annotation and its associated hit history.
- [Get Annotation Reply Job Status](https://docs.dify.ai/api-reference/annotations/get-annotation-reply-job-status.md): Retrieves the status of an asynchronous annotation reply configuration job started by [Configure Annotation Reply](/api-reference/annotations/configure-annotation-reply).
- [List Annotations](https://docs.dify.ai/api-reference/annotations/list-annotations.md): Retrieves a paginated list of annotations for the application. Supports keyword search filtering.
- [Update Annotation](https://docs.dify.ai/api-reference/annotations/update-annotation.md): Updates the question and answer of an existing annotation.
- [Get App Info](https://docs.dify.ai/api-reference/applications/get-app-info.md): Retrieve basic information about this application, including name, description, tags, and mode.
- [Get App Meta](https://docs.dify.ai/api-reference/applications/get-app-meta.md): Retrieve metadata about this application, including tool icons and other configuration details.
- [Get App Parameters](https://docs.dify.ai/api-reference/