> 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/lang/eng/faqs/service.md).

# Service Features

<details>

<summary><sup><mark style="color:blue;">#search</mark></sup><br>I can’t find the data even when I search for it</summary>

If you want to check whether the data you are looking for is available, please contact us with your request. Our team will review it and get back to you.

<a href="https://www.wiseapp.co.kr/contact" class="button primary">Contact</a>

</details>

<details>

<summary><sup><mark style="color:blue;">#historical excel download</mark></sup><br>Can I download data for my selected period and indicators in a single Excel file?</summary>

If you are a paid subscriber, you can download data by screen, selecting the period and metrics you want in one file.\
On every page, you can use the 'Historical Excel Download' feature in the top-right corner to download data with the selected period, filters, and metrics depending on the screen.

[Excel Download](/lang/eng/faqs/service/excel-download.md)

</details>

<details>

<summary><sup><mark style="color:blue;">#reports</mark></sup><br>Can I request a custom report or custom research?</summary>

If you would like to check whether we can provide customized content based on your requirements, please contact us with the details. Our team will review your request and get back to you.

<a href="https://www.wiseapp.co.kr/contact" class="button primary">Contact</a>

</details>

***

#### :pencil2: If you still have questions, please contact us directly!

<a href="https://www.wiseapp.co.kr/contact" class="button primary">Contact</a>


---

# 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/lang/eng/faqs/service.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.
