# 시작하기

{% hint style="info" %}
세그먼트 기능은 SDK 3.8.0 이상 버전부터 지원합니다.
{% endhint %}

앱에 핑거푸시와 연동하고 세그먼트 정보를 전송하는 방법을 설명합니다.

***

#### 앱에 핑거푸시 SDK 추가

세그먼트 기능을 사용하기 위해서는 핑거푸시 기기등록이 되어야 합니다.

핑거푸시 SDK추가 및 기기등록하는 방법을 아래 각 OS별 매뉴얼에 자세히 설명되어 있습니다.

#### iOS

{% content-ref url="/spaces/f5XCUiUhwc0T57hW21TH/pages/tRNrVxckNIHr8gWnnyy7" %}
[iOS SDK 매뉴얼](https://developers.fingerpush.com/app-push/sdk-manual/ios)
{% endcontent-ref %}

#### Android

{% content-ref url="/spaces/f5XCUiUhwc0T57hW21TH/pages/KLfbEmWVkBoUfAoLPnS5" %}
[Android SDK 매뉴얼](https://developers.fingerpush.com/app-push/sdk-manual/android)
{% endcontent-ref %}


---

# Agent Instructions: 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://developers.fingerpush.com/segment/sdk/start.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.
