> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/dilingt/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/dilingt/guide/brandprofile.md).

# 발신인 브랜드 등록

SMS, LMS, MMS, RCS 메시지 발송 시 전화번호 대신 기업 로고나 브랜드 이미지를 표시하는 기능입니다.\
이 기능을 통해 수신자가 메시지를 보다 신뢰하고 인식할 수 있어 스팸이나 스미싱 오해를 줄일 수 있습니다.

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

SKT/KT/LGU+ 이동통신 3사가 공동운영하는 '브랜드 등록 지원센터 [🔗](https://www.rcsbizcenter.com/main)'에서 '기업의 공식 브랜드 프로필을 등록해 보세요.

한 번 등록으로 일반 메시지(SMS·LMS·MMS)와 RCS에 모두 적용됩니다.

{% hint style="success" %}
💡 주요 효과

* 문자 수신 시 브랜드명이 명확하게 노출되어 브랜드 신뢰도와 인지도 향상
* 발신 번호에 대한 오해나 거부감 최소화
* RCS와 SMS 계열 메시지에 통합 적용
  {% endhint %}

## **등록 방법**

{% stepper %}
{% step %}

#### RCS Biz Center 회원가입

* RCS Biz Center에 접속
* "기업 담당자 회원가입" 선택 후 가입

{% hint style="info" %}

* 회원가입 바로가기 [🔗](https://www.rcsbizcenter.com/utility/join)
* 회원가입 가이드 [🔗](https://www.rcsbizcenter.com/ScreenGuide01)
  {% endhint %}
  {% endstep %}

{% step %}

#### 브랜드 등록

* 회원가입 후, 브랜드 등록 메뉴에서 회사 로고, 명칭 등 정보 제출
* 통신3사(SKT/KT/LGU+)의 심사 후 승인

{% hint style="info" %}
브랜드 등록 가이드 [🔗](https://docs.rcsbizcenter.com/policy/brand/registration)
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/dilingt/guide/brandprofile.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.
