> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/segment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/segment/guide/apps.md).

# 앱스(앱 연동하기)

{% hint style="info" %} <mark style="color:blue;">**세그먼트 서비스 신청 및 이용**</mark>

* &#x20;[고객센터  Q\&A](https://www.fingerpush.com/support/qna_front.jsp)로 신청하시면 관리자의 승인 후 이용하실 수 있습니다.
* 핑거푸시 앱 푸시 SDK가 적용되어 있고, 앱 푸시 서비스를 이용 중인 앱만 \
  세그먼트 이용이 가능합니다.
  {% endhint %}

핑거푸시 계정으로 로그인 후, 사용자 콘솔에 접속해 주세요.

세그먼트 이용 권한을 부여 받은 계정이 사용자 콘솔에 접속하면 상단 메뉴바에 세그먼트 아이콘이 나타납니다.

<div data-full-width="false"><figure><img src="/files/TWoD2sPNlkqge5mMVGII" alt=""><figcaption></figcaption></figure></div>

앱 연동 버튼을 클릭해 세그먼트를 이용할 앱을 선택해 주세요.

<div data-full-width="false"><figure><img src="/files/bpQaKkeTSPu7qFhAJJtD" alt=""><figcaption></figcaption></figure></div>

연동된 앱이 표시됩니다.

[이용절차](/segment/segment.md#id-2)에 따라에 앱에 핑거푸시 세그먼트 SDK를 적용 후 배포하면 데이터 수집이 시작됩니다.

데이터 수집 현황은 '[대시보드](/segment/guide/dashboard.md)'와 '[세그먼트 설정](/segment/guide/settings.md)'에서  확인하실 수 있습니다.

{% hint style="info" %}
세그먼트 서비스에 연동할 수 있는 앱은 최대 2개입니다.

추가적으로 연동이 필요한 경우  [고객센터  Q\&A](https://www.fingerpush.com/support/qna_front.jsp)로 문의해 주세요.
{% endhint %}


---

# 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://developers.fingerpush.com/segment/guide/apps.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.
