# 앱 설치 후 전화, 사진, 미디어, 파일 공유권한 설정을 하라는데 이게 무엇인가요?

<mark style="color:blue;">앱 설치 후 다음과 같은 기능을 이용하기 위해 접근권한 승인이 필요해요.</mark>

***

## 전화 (필수)

최초 실행 시, 디바이스 식별을 위하여 이 기능에 접근해요.\
(앱 다운로드 혜택 중복 발급 방지를 위한 식별권한)

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

## 사진, 미디어, 파일 (필수)

게시글 작성 시 파일 업로드, 하단버튼 및 푸시 이미지 표현을 하고자 할 경우에 이 기능에 접근해요. <br>

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


---

# 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://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-14.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.
