# \[AI Agent]&#x20;

- [이용 방법](https://runyourai.gitbook.io/userguide/ai-agent/how-to.md)
- [대화 시작하기](https://runyourai.gitbook.io/userguide/ai-agent/create-chat.md): AI Agnet 이용 방법을 안내드립니다.
- [새 대화방 생성 및 목록 조회](https://runyourai.gitbook.io/userguide/ai-agent/new-chat.md)
- [AI Agent 기능 활용하기](https://runyourai.gitbook.io/userguide/ai-agent/ai-agent.md): AI Agent를 100% 활용할 수 있는 유용한 기능을 안내해드립니다.
- [이용 이력 조회](https://runyourai.gitbook.io/userguide/ai-agent/history-check.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://runyourai.gitbook.io/userguide/ai-agent.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.
