# 심플리 에이전트

- [에이전트 1.0.0 전환 가이드](https://docs.smply.one/agent/v1-migration.md): 심플리 에이전트가 1.0.0으로 새롭게 출시되었습니다. 기존 에이전트와의 차이점과 전환 방법을 안내합니다.
- [에이전트 수집 정보](https://docs.smply.one/agent/agent-data.md)
- [설치하기](https://docs.smply.one/agent/install.md)
- [MacOS에서 설치하기](https://docs.smply.one/agent/install/macos.md)
- [Windows에서 설치하기](https://docs.smply.one/agent/install/windows.md)
- [에이전트 관리하기](https://docs.smply.one/agent/management.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.smply.one/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.
