Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions _articles/ai/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
5 changes: 2 additions & 3 deletions _data/full_tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down