diff --git a/_articles/ai/overview.md b/_articles/ai/overview.md index 06981123..d24c578f 100644 --- a/_articles/ai/overview.md +++ b/_articles/ai/overview.md @@ -10,14 +10,18 @@ description: Overview of Dynamic Web TWAIN and AI. # AI Overview -AI can answer questions related to Dynamic Web TWAIN and write codes directly. You can utilize AI in several ways. +AI can answer questions about Dynamic Web TWAIN and write code directly. You can use AI in several ways. -## How to Use +## Ask AI -1. Use the "Ask AI" buttton to ask questions about the SDK. +Use the "Ask AI" button on this documentation site to ask questions about the SDK and get answers based on the documentation. - ![Ask AI Button](/assets/imgs/ask-ai-button.jpg) +![Ask AI Button](/assets/imgs/ask-ai-button.jpg) -2. Use the [agent skills](./agent-skills.md) in your AI agent like Claude Code, Codex and Cursor. Skills teach the agent how to include Web TWAIN in your project and use its APIs correctly. +## Agent Skills -3. Use [llms.txt](/llms.txt) and [llms-full.txt](/llms-full.txt) to provide documentation for large language models (LLMs) and apps that use them. \ No newline at end of file +Use the [agent skills](./agent-skills.md) in AI agents like Claude Code, Codex, and Cursor. Skills teach the agent how to include Web TWAIN in your project and use its APIs correctly. + +## Use with LLMs + +Use [llms.txt](/llms.txt) and [llms-full.txt](/llms-full.txt) to provide documentation for large language models (LLMs) and the apps built on them. \ No newline at end of file diff --git a/_articles/introduction/index.md b/_articles/introduction/index.md index 6842e023..bbdbee65 100644 --- a/_articles/introduction/index.md +++ b/_articles/introduction/index.md @@ -16,6 +16,7 @@ description: Dynamic Web TWAIN SDK Documentation. This will help you integrate d * [Hello World](/_articles/hello-world/index.md) demo that demonstrates how to enable basic scanning, viewing, and uploading functionality in a web application. * [General usage](/_articles/general-usage/index.md) and [extended usage](/_articles/extended-usage/index.md) guides for you to quickly start making use of both basic and advanced features of DWT. +* [AI](/_articles/ai/overview.md) - Ask AI questions about the SDK directly on this documentation site, use [agent skills](/_articles/ai/agent-skills.md) to let Claude Code / Cursor / Codex write integration code for you, or provide documentation context to LLMs via [llms.txt](/llms.txt). ## Key Features diff --git a/_data/full_tree.yml b/_data/full_tree.yml index 0f8e2cb0..79e3e8c8 100644 --- a/_data/full_tree.yml +++ b/_data/full_tree.yml @@ -197,10 +197,9 @@ tree_list: path: /info/schedule/Addon.html - name: Deprecated path: /info/schedule/deprecated.html - - name: AI + - name: AI + path: /ai/overview.html childList: - - name: Overview - path: /ai/overview.html - name: Agent Skills path: /ai/agent-skills.html - name: Upgrade Instructions