> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/alerts/tech-partner.md).

# 기술 파트너 알러트 대상 통합

이 페이지는 다음에 대한 지침을 제공합니다 [Panther 기술 파트너](https://panther.com/partners/) Panther를 사용해 제품을 알러트 Destination으로 통합하는 분들을 위한 내용입니다. 대신 Log Source 통합을 만들고 싶다면, 다음을 참조하세요 [Tech Partner Log Source 통합](/ko/data-onboarding/tech-partner.md).

## 1단계: Panther의 Tech Partner 팀에 연락하기

* [이 양식을 작성하여](https://panther.com/partners/request/) Tech Partner 팀에 연락하세요.
  * Tech Partner 팀과 함께 테스트 인스턴스와 공유 Slack 채널에 대한 액세스 권한을 받게 됩니다.

## 2단계(선택 사항): 애플리케이션에서 통합 구축하기

에서 전송된 웹훅을 올바르게 수신하는 데 필요한 애플리케이션 측 변경 사항을 적용하세요. [커스텀 웹훅 대상](/ko/alerts/destinations/custom_webhook.md).

다음과 같이 할 수 있습니다 [여기에서 알러트 payload에 포함된 필드를 확인하거나](/ko/alerts/destinations/custom_webhook.md#custom-webhook-alert-schema)또는 다음을 따라 알러트를 생성할 수 있습니다 [커스텀 웹훅 대상 설정 방법에 대한 이 지침을 따르고](/ko/alerts/destinations/custom_webhook.md#set-up-a-custom-webhook-in-panther)그런 다음 **테스트 알러트 보내기** (또는 해당 대상으로 라우팅되는 디택션을 트리거합니다).

Panther에서 애플리케이션의 알러트 대상 설정 시, 사용자는 사용자 지정 HTTP 헤더(이름/값 쌍)를 설정할 수 있습니다. 이러한 헤더를 사용하여 Panther에서 전송되는 알러트 웹훅을 인증하는 것이 좋습니다.

## 3단계: 통합에 대한 안내 정보를 작성하기

다음 정보를 포함하는 텍스트 파일을 만들어 주세요. 이 파일은 Panther Console에서 플랫폼을 설명하고 이 통합에 대한 문서 페이지를 생성하는 데 사용됩니다:

* 애플리케이션 설명
* 일반적인 사용 사례
* Panther 고객이 이 알러트 대상을 설정하는 방법에 대한 단계별 안내
  * Panther에서 대상을 설정하기 전후에 사용자가 애플리케이션에서 수행해야 하는 모든 단계를 포함해 주세요. 예를 들어, 웹훅 URL을 만들거나 인증 헤더 값을 생성해야 할 수 있습니다. 아래의 페이지를 참조하세요 [알러트 대상](/ko/alerts/destinations.md) 를 예시로 참고하세요.
  * 필요한 단계를 설명하는 공개 문서 페이지가 이미 있다면, 단계별 안내 대신 해당 링크를 제공할 수 있습니다.
* 주의 사항 또는 제한 사항

## 4단계: 검토를 위해 Panther에 제출하기

1. 다음이 포함된 파일들을 압축(zip)하세요:
   * 3단계의 정보를 담은 텍스트 파일
   * 애플리케이션 로고의 정사각형 .svg 파일
2. 공유 Slack 채널을 통해 압축 파일을 Panther에 보내세요.

zip 파일을 제출한 후, Tech Partner 팀이 다음 단계 조정을 위해 함께 작업할 것입니다.


---

# 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://docs.panther.com/ko/alerts/tech-partner.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.
