# 옵션모듈

- [동영상 플레이어](https://developer.aliothx.net/start/option/index/video-player.md): 플러터에서 재생가능한 다양한 형태의 영상파일(MP4, M3U8 등) 재생방법을 샘플소스와 함께 제공합니다. 영상 제어판은 고객사의 환경에 맞도록 커스트마이징이 가능합니다.
- [유튜브 연동](https://developer.aliothx.net/start/option/index/youtube-player.md): 플러터에서 사용 가능한 유튜브 동영상 재생 플레이어 위젯으로, 시청하고 싶은 유튜브 동영상 주소를 입력필드에 입력하면 videId를 추출하여 영상을 재생합니다.
- [차트](https://developer.aliothx.net/start/option/index/chart.md): 플러터에서 사용가능한 다양한 차트 라이브러리를 샘플소스와 함께 제공합니다.
- [SNS 공유](https://developer.aliothx.net/start/option/index/sns.md): 플러터와 SNS 간 공유하는 가이드 위젯입니다.
- [지도](https://developer.aliothx.net/start/option/index/map.md)
- [로컬 DB](https://developer.aliothx.net/start/option/index/db.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://developer.aliothx.net/start/option/index.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.
