> 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/tool/kakaotalkwallet/enter/my-biz.md).

# MY BIZ

MY BIZ에서는 로그인한 카카오 계정에 연결된 지갑 서비스와 이용기관 목록을 확인할 수 있습니다.&#x20;

목록에서 이용기관을 선택하면 대시보드로 진입할 수 있습니다.

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

**➊ 이용기관 목록**

이용기관의 사업자명, 서비스명, 권한, 딜러사명이 표시됩니다.&#x20;

**➋ 사업자명 검색**

사업자명 기준으로 이용기관을 검색할 수 있습니다.&#x20;

**➌ '앱 정보 등록 필요' 상태**

'이용기관 관리자' 에게만 노출되는 \[이용기관 APP ID] 등록이 필요한 상태입니다. 딜러사가 등록한 이용기관 정보를 확인하고, 앱 정보를 등록하는 페이지로 연결됩니다.&#x20;

{% hint style="info" %}
**앱 정보 등록**&#x20;

* 앱 정보는 이용기관 관리자만 등록할 수 있습니다.&#x20;
* 앱 정보를 등록하지 않으면 이용기관 등록 심사가 진행되지 않습니다.&#x20;
* 딜러사가 이용기관 채널 정보를 등록하지 않은 경우, 채널 정보 입력이 필요합니다. &#x20;
  {% endhint %}


---

# 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/tool/kakaotalkwallet/enter/my-biz.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.
