> 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 Technology Partners](https://panther.com/partners/) 알러트 대상을 사용하여 자사 제품을 Panther와 통합하는 분들. 대신 Log Source 통합을 만들고 싶다면 다음을 참조하세요 [Tech Partner Log Source 통합](/ko/data-onboarding/tech-partner.md).

## 1단계: Panther의 Tech Partner 팀에 문의

* [이 양식을 작성하세요](https://panther.com/partners/request/) Tech Partner 팀에 문의하려면.
  * 테스트 인스턴스와 공유 Slack 채널에 대한 액세스 권한을 얻기 위해 Tech Partner 팀과 협력하게 됩니다.

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

다음에서 전송한 웹훅을 올바르게 수신하는 데 필요한 모든 애플리케이션 측 변경을 수행하세요 [사용자 지정 웹훅 대상](/ko/alerts/destinations/custom_webhook.md).

다음을 할 수 있습니다 [여기에서 알러트 페이로드에 포함된 필드를 확인할 수 있습니다](/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.
