> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/channel/run/profile.md).

# 현재 비즈니스

{% hint style="info" %}
2026년 9월 1일부터 파트너센터의 기본 사용 단위가 '채널'에서 '비즈니스'로 변경되었습니다. 비즈니스는 카카오톡 채널, 카카오맵 매장, 카카오톡 예약하기, 비즈멤버십을 파트너센터에서 함께 관리할 수 있도록 묶는 새로운 단위입니다. 기존에 채널을 선택해 사용하던 모든 기능은 동일하게 사용할 수 있습니다.
{% endhint %}

현재 비즈니스 메뉴에서는 내 비즈니스에 속한 채널, 매장, 멤버십 및 연결된 월렛 등의 정보를 확인할 수 있습니다. 관리 중인 다른 비즈니스로 전환하거나, 새 비즈니스를 추가할 수도 있습니다.

<figure><img src="https://234308570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVZVmVOd-5LtENUPqdq%2Fuploads%2FTTG2NUuOnZj7821SjmR9%2F2_1.png?alt=media&amp;token=709e829a-fb00-441f-a06d-9e911492b2f5" alt=""><figcaption></figcaption></figure>

➊ **현재 비즈니스 정보**\
선택된 비즈니스의 프로필 이미지와 이름, 연결된 서비스가 표시됩니다. 카카오톡 채널을 가장 먼저 만든 비즈니스라면 채널의 정보가, 카카오맵 매장을 먼저 만든 비즈니스라면 매장의 정보가 비즈니스의 대표 정보로 보여집니다. 사업자 정보가 확인된 비즈니스 채널 및 매장의 경우에는 파란색 뱃지가 붙습니다.

➋ **비즈니스 관리 현황**\
선택된 비즈니스의 관리자 현황, 연결된 비즈월렛 정보와 잔액, 비즈멤버십 이용 상태, 최근 팝업 공지 등의 정보를 확인할 수 있습니다.

➌ **내 비즈니스**\
관리중인 모든 비즈니스의 목록을 확인할 수 있습니다. 목록은 비즈니스 이름 기준 가나다순으로 정렬됩니다. 다른 비즈니스를 클릭하면 해당 비즈니스가 선택된 파트너센터 홈으로 이동할 수 있습니다. 전체보기를 선택하면 더 상세한 내 비즈니스 목록 페이지로 이동합니다.

❹ **새 비즈니스 만들기**\
새 비즈니스 만들기를 선택하면 새로운 카카오톡 채널이나 카카오맵 매장을 등록할 수 있습니다.


---

# 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://kakaobusiness.gitbook.io/main/channel/run/profile.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.
