# 대시보드 설정

{% tabs %}
{% tab title="APNs 사용" %}

#### 와이즈트래커 대시보드 내 서비스 설정 - 메시지설정 - 앱푸시 설정 화면에서 Team Id와 Key Id를 등록해주세요.

<figure><img src="/files/o7mcSJOJGQ6d6V0EH1t2" alt=""><figcaption></figcaption></figure>

애플 개발자사이트(<https://developer.apple.com/account/resources/authkeys/list>)에 접속하여 해당 Key를 선택하시면 아래 화면과 같이 Team Id와 Key Id를 확인할 수 있습니다.

![](/files/-MgKbr3NBUAT6FAUUKtj)

Push Key 등록

#### 위 화면에서 "Download"버튼을 눌러 Push Key를 다운로드 받아 등록해주세요. (이미 다운로드 받았다면 로컬에 있는 파일을 등록해주세요.(위 이미지는 이미 다운로드 받아 다시 다운로드할 수 없어 버튼이 비활성화 되어 있는 상태입니다.)

{% endtab %}

{% tab title="FCM 사용" %}
먼저 대시보드 등록 전 FCM인증서 설정을 완료해야 합니다.

아래의 가이드를 참고하여 FCM 설정을 완료 후 대시보드 설정을 진행 해주세요.

{% content-ref url="/pages/-MgK8DJMAh0pQ7YOWatY" %}
[FCM 인증서 설정](/v2-developer/push/undefined/android/fcm_setting.md)
{% endcontent-ref %}

설정이 완료되면 아래와 같이 설정이 완료된 앱의 정보를 확인할 수 있습니다.

<figure><img src="/files/wnDZt7WfpxECJawOCAP7" alt=""><figcaption></figcaption></figure>

FCM 인증서 설정 완료후 아래와 같이 대시보드에 파일을 등록하여 앱푸시 설정을 완료 해주세요

<figure><img src="/files/jcTpAshH0TUX7XHspyHt" alt=""><figcaption><p>대시보드설정 예시 화면</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://document.wisetracker.co.kr/v2-developer/push/undefined/ios/dashboardsetting.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.
