> For the complete documentation index, see [llms.txt](https://document.wisetracker.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.wisetracker.co.kr/before-start/faq/tech-support.md).

# 개발 지원

{% hint style="success" %}
SDK 설치, 태깅 작업 진행 등의 개발 관련 내용은 아래의 개발자 가이드를 참고 부탁드리며,

관련하여 문의사항 있으신 경우 <tech@wisetracker.co.kr> 로 문의주시면 빠르게 답변 받으실 수 있습니다.
{% endhint %}

{% content-ref url="/spaces/-M\_ZKcnBFmefw9Yfed6b-3102695190" %}
[🧑‍💻 개발자 가이드](https://document.wisetracker.co.kr/v2-developer/)
{% endcontent-ref %}

<details>

<summary>와이즈트래커에서는 하이브리드 앱 SDK도 지원하나요?</summary>

와이즈트래커에서는 안드로이드, iOS 이외에도 React Native, Flutter, Cordova, Unity, website (Javascript) 등 다양한 SDK를 지원합니다.&#x20;

또한, 개발 인력이 부족하여 SDK 설치가 어려운 경우 SDK 설치 서비스도 진행하고 있습니다.&#x20;

♟️설치 서비스 문의는 <tech@wisetracker.co.kr>로 연락 부탁드립니다.

</details>


---

# 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://document.wisetracker.co.kr/before-start/faq/tech-support.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.
