> 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/etc.md).

# 기타

<details>

<summary>[포스트백연동]  <br>매체(미디어파트너)사에서 와이즈트래커 플랫폼을 통해 포스트백 데이터를 전달받고 싶으신 경우 아래 단계를 진행해주세요.</summary>

1. **미디어파트너 권한으로 와이즈트래커 회원가입하기**\
   반드시 `미디어파트너` 계정타입으로 선택하여 진행해주세요.  <a href="https://analytics.wisetracker.co.kr/console/signup" class="button primary">회원가입 바로가기</a>
2. **와이즈트래커 운영팀의 승인 결과 기다리기**\
   1단계가 완료되면, 가입 요청된 정보를 바탕으로 와이즈트래커 운영팀에서 광고주 계정에서 사용이 가능한 신규 광고 채널을 개설하고, 개설된 채널을 가입 요청된 "광고 파트너 계정" 에 연결하여 회원가입 승인 처리를 진행하게 됩니다.\
   해당 처리가 완료되면 가입 요청 시 기재한 이메일로 처리 결과와 이후 진행되는 단계에 대한 설명을 안내드립니다. (소요 시간 : 업무일 기준 0.5일 \~ 1일)

</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/etc.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.
