# 고객지원

- [신청 관리](https://docs.storyhub.co.kr/functions/support/apply.md): 신청서를 관리 하는 기능을 안내합니다.
- [프로그램](https://docs.storyhub.co.kr/functions/support/program.md): 프로그램 신청/관리 기능을 안내합니다.
- [대기자 현황](https://docs.storyhub.co.kr/functions/support/status.md): 대기자 현황 정보를 제공하는 기능을 안내합니다.
- [대관 캘린더](https://docs.storyhub.co.kr/functions/support/calendar.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.storyhub.co.kr/functions/support.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.
