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

# PantherFlow 함수

{% hint style="info" %}
PantherFlow는 Panther 버전 1.110부터 오픈 베타로 제공되며, 모든 고객이 사용할 수 있습니다. 버그 보고와 기능 요청은 Panther 지원팀에 공유해 주세요.
{% endhint %}

{% content-ref url="/pages/c558177b40b82223aa5247e48b550d9e8e0ee9b1" %}
[집계 함수](/ko/pantherflow/functions/aggregation.md)
{% endcontent-ref %}

{% content-ref url="/pages/fd7f081827d975ce84e4194b201dbd8b50df09a1" %}
[날짜/시간 함수](/ko/pantherflow/functions/date-time.md)
{% endcontent-ref %}

{% content-ref url="/pages/e5c4ab662f13148d5d148a22c398090241e61a1c" %}
[문자열 함수](/ko/pantherflow/functions/string.md)
{% endcontent-ref %}

{% content-ref url="/pages/c58ae0e898fd6f293efee986d6d1707148384f17" %}
[배열 함수](/ko/pantherflow/functions/array.md)
{% endcontent-ref %}

{% content-ref url="/pages/caeeddc15129809d56ff004574406b10351a913b" %}
[수학 함수](/ko/pantherflow/functions/math.md)
{% endcontent-ref %}

{% content-ref url="/pages/8e165d1261b422113646131387727e4a17022074" %}
[제어 흐름 함수](/ko/pantherflow/functions/control-flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/2839050edbff540a165c3db723f0dcb8fedc898f" %}
[정규 표현식 함수](/ko/pantherflow/functions/regular-expression.md)
{% endcontent-ref %}

{% content-ref url="/pages/78479251cd806b51a1897d5c38d8ebc990da1b41" %}
[Snowflake 함수](/ko/pantherflow/functions/snowflake.md)
{% endcontent-ref %}

{% content-ref url="/pages/4f51a8bfdbfcaf7dcb400ef6ee818b0a53b2caea" %}
[데이터 유형 함수](/ko/pantherflow/functions/data-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/a1c9777f65159107fa2b5edd545450e219a9a3be" %}
[기타 함수](/ko/pantherflow/functions/other.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.panther.com/ko/pantherflow/functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
