> For the complete documentation index, see [llms.txt](https://help.iodd.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.iodd.kr/ask-ai.md).

# Ask AI

You can use your own AI chat service to search and summarize the complete IODD documentation for ST400, MINI PRO, LK100, MINI, 2531, and 2541. This is useful when you want a quick answer about disk initialization, AES256 encryption, ISO mounting, VHD booting, firmware updates, or troubleshooting.

## 1. Download the MarkDown File

Download this file first:

* **all\_chatbot\_training.md**

{% file src="/files/zMdNcp1otxzOcemujAwO" %}

## 2. Upload It to Your AI Chat

Open your preferred AI chat service, such as ChatGPT, Claude, Gemini, Copilot, or another tool that supports file uploads. Upload the MarkDown file, then ask your question.

Example questions:

* "How do I set up an ISO file on my IODD?"
* "What should I check before initializing the disk?"
* "Summarize the encryption setup steps for ST400."
* "Find the troubleshooting steps for a device recognition problem."

## 3. Check Important Details

AI answers can make mistakes. For important operations such as disk initialization, encryption setup, firmware updates, or formatting, always confirm the answer with the original MarkDown file section before proceeding.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.iodd.kr/ask-ai.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.
