# Ask AI

## Ask AI About the IODD Documentation

You can use your own AI chat service to search and summarize the complete IODD documentation.

### 1. Download the PDF

Download this file first:

* **IODD All-in-One Documentation PDF**

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

### 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 PDF, 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 PDF section before proceeding.


---

# 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://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.
