# AI

- [MCP 서버](https://docs.riido.io/ai/mcp.md): 뤼이도와 AI 툴을 연결하여, AI 환경을 벗어나지 않고 프로젝트의 전 과정을 자동화합니다.
- [프로젝트 일정 자동 생성](https://docs.riido.io/ai/auto-scheduling.md): 프로젝트 제목과 마감기한만 입력하면, 최적의 일정과 구조를 자동으로 제안합니다.
- [중복 작업 감지](https://docs.riido.io/ai/duplicate-detection.md): 새로운 작업을 만들기 전, 유사한 작업이 있는지 AI가 미리 알려줍니다.
- [릴리즈 노트 자동 생성](https://docs.riido.io/ai/release-notes.md): 스프린트가 끝나면, 버튼 클릭 한 번으로 릴리즈 노트를 빠르고 정확하게 생성하세요.


---

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