> For the complete documentation index, see [llms.txt](https://guide.wiseapp.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wiseapp.co.kr/faqs/service-features.md).

# 서비스 기능

<details>

<summary><sup><mark style="color:blue;">#검색</mark></sup><br><strong>원하는 데이터를 검색해도 나오지 않아요</strong></summary>

원하시는 데이터 존재 여부를 확인하려면 서비스 문의를 남겨주시면 담당자가 확인 후 답변드리겠습니다.

<a href="https://www.wiseapp.co.kr/contact" class="button primary">서비스 문의</a>

</details>

<details>

<summary><sup><mark style="color:blue;">#통합 엑셀 다운로드</mark></sup><br><strong>원하는 기간과 지표를 엑셀 파일로 한 번에 다운로드 받을 수 없나요?</strong></summary>

유료 회원인 경우 화면 단위로 원하는 기간과 지표를 선택해 한 번에 파일을 다운로드할 수 있습니다.

모든 화면의 우측 상단에 '통합 엑셀 다운로드' 기능을 이용하시면 화면에 따라 기간, 필터, 지표 등을 선택해 다운로드할 수 있습니다.

[엑셀 다운로드](/faqs/service-features/excel-download.md)

</details>

<details>

<summary><sup><mark style="color:blue;">#리포트</mark></sup><br><strong>맞춤 리포트나 리서치를 제공받을 수 있나요?</strong></summary>

원하시는 조건에 따른 맞춤 콘텐츠화 여부 확인을 위해 서비스 문의를 남겨주시면 담당자가 확인 후 답변드리겠습니다.

<a href="https://www.wiseapp.co.kr/contact" class="button primary">서비스 문의</a>

</details>

***

#### :pencil2: 궁금한 부분이 남아있다면 직접 문의해 주세요!

{% columns %}
{% column %} <a href="https://www.wiseapp.co.kr/contact" class="button primary">서비스 문의</a>
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

ㅤ


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.wiseapp.co.kr/faqs/service-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
