# Android

- [Android - Overview](https://docs.remotemonster.com/android/android-overview.md)
- [Android - Getting Started](https://docs.remotemonster.com/android/android-getting-started.md)
- [Android - Media](https://docs.remotemonster.com/android/android-media.md)
- [Android - ProGuard](https://docs.remotemonster.com/android/android-proguard-setting.md): ProGuard 설정시 RemonSDK의 Setting이 필요합니다.  SDK에서 쓰이는 옵션과 종류에대해 정리합니다.


---

# 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.remotemonster.com/android.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.
