> 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/system-configuration/panther-deployment-types/saas.md).

# SaaS

## 개요

Software as a Service(SaaS) 배포 모델에서는 Panther가 귀하의 Panther 인스턴스가 배포되는 AWS 계정과 Snowflake 백엔드를 소유하고 관리합니다.

SaaS 인스턴스는 [이 지원되는 AWS 리전 중 어느 곳에나 배포할 수 있습니다](/ko/system-configuration/panther-deployment-types.md#supported-aws-regions). Panther가 Snowflake 인스턴스를 구성하는 방법은 [최적의 검색 성능을 위한 Snowflake 구성](/ko/search/backend/snowflake/configuration.md).

Panther의 다른 배포 모델에 대한 정보는 다음을 참조하세요 [Panther 배포 유형](/ko/system-configuration/panther-deployment-types.md).

## SaaS 배포의 Snowflake 데이터 액세스

Panther가 관리하는 Snowflake 계정과 귀하의 내부 Snowflake 계정 간에 데이터를 공유하려면 Panther 지원 팀에 문의해 주세요.


---

# 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/system-configuration/panther-deployment-types/saas.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.
