> For the complete documentation index, see [llms.txt](https://toss-ads.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toss-ads.gitbook.io/guide/resources.md).

# 광고 도구 및 자산

- [전환 및 추적 연동](https://toss-ads.gitbook.io/guide/resources/tag.md)
- [전환 추적 코드 생성하기](https://toss-ads.gitbook.io/guide/resources/tag/code_generation.md)
- [전환 추적 코드 공유/이관하기](https://toss-ads.gitbook.io/guide/resources/tag/privacy_control.md)
- [전환 이벤트](https://toss-ads.gitbook.io/guide/resources/tag/tracked-events.md)
- [전환 추적 및 연동 현황](https://toss-ads.gitbook.io/guide/resources/tag/tracking_status.md)
- [앱 MAT 연동](https://toss-ads.gitbook.io/guide/resources/mat.md)
- [애드저스트](https://toss-ads.gitbook.io/guide/resources/mat/adjust.md)
- [앱스플라이어](https://toss-ads.gitbook.io/guide/resources/mat/appsflyer.md)
- [에어브릿지](https://toss-ads.gitbook.io/guide/resources/mat/airbridge.md)
- [디파이너리](https://toss-ads.gitbook.io/guide/resources/mat/dfinery.md)
- [브랜치](https://toss-ads.gitbook.io/guide/resources/mat/branch.md)
- [싱귤러](https://toss-ads.gitbook.io/guide/resources/mat/singular.md)
- [토스 픽셀 연동하기](https://toss-ads.gitbook.io/guide/resources/tosspixel.md)
- [자사몰 픽셀 연동](https://toss-ads.gitbook.io/guide/resources/tosspixel/self-hosted.md)
- [카페24 픽셀 연동](https://toss-ads.gitbook.io/guide/resources/tosspixel/24.md)
- [메이크샵 픽셀 연동](https://toss-ads.gitbook.io/guide/resources/tosspixel/makeshop.md)
- [픽셀 이벤트 수집 확인하기](https://toss-ads.gitbook.io/guide/resources/tosspixel/pixel_event.md)
- [타겟 / 오디언스](https://toss-ads.gitbook.io/guide/resources/target.md)
- [광고 반응 타겟](https://toss-ads.gitbook.io/guide/resources/target/retarget.md)
- [전환 추적 타겟](https://toss-ads.gitbook.io/guide/resources/target/switch.md)
- [고객 목록 타겟](https://toss-ads.gitbook.io/guide/resources/target/list.md)
- [타겟 조합 기능](https://toss-ads.gitbook.io/guide/resources/target/undefined.md)
- [잠재고객 모으기 웹훅 연동하기](https://toss-ads.gitbook.io/guide/resources/webhook.md)


---

# 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://toss-ads.gitbook.io/guide/resources.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.
