> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fairytech.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 시작하기

> Sigma SDK 설치 및 설정

## 사전 준비

<Warning>
  [Getting Started > Setup](/dev-guide/getting-started/setup) 을 먼저 완료하세요.
</Warning>

# Sigma Setup

사용자의 마케팅 수신동의 내역이 항상 업데이트될 수 있게, 앱이 시작되거나 업데이트 사항이 있을때 불러주세요

<Tip>
  사용자당 1회는 콜이 되야 해당 사용자에게 마케팅 알림이 나갈 수 있습니다
</Tip>

## STEP 1) 사용자 마케팅 수신동의 여부 연동하기

```kotlin theme={null}
Moment.updateMarketingConsent(
    context = context,
    isAgreed = true,                       // 기존 동의 여부
)
```
