> For the complete documentation index, see [llms.txt](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-3.md).

# 로그인 (다수 매장 보유)

1. 휴대폰 번호 로그인을 해요.
2. 매장 선택하기 화면으로 이동  돼요.
3. 다음에 로그인을 해도 매장 선택하기 화면으로 이동하지 않고, 선택한 매장으로 바로 접속이 돼요.
4. 매장을 재선택하고 싶다면, 로그인 화면에서 "매장 변경하기"를 체크하면, 매장 선택하기 화면으로 이동 돼요.

<div align="left"><figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FVOEn056fpebsd4tb5osJ%2F%EB%A1%9C%EA%B7%B8%EC%9D%B8_%EB%8B%A4%EC%88%98%EB%A7%A4%EC%9E%A52.jpg?alt=media&amp;token=b8038a6e-9356-49af-8e92-376a57cf7076" alt="" width="379"><figcaption></figcaption></figure></div>

***

<div align="left"><figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2F1gBnUGrRVAnwruv7LOZV%2F%EB%A1%9C%EA%B7%B8%EC%9D%B82.jpg?alt=media&amp;token=3456b3e3-6911-4562-84b9-7d572888efd8" alt="" width="329"><figcaption><p><strong>매장 선택하기 화면으로 이동</strong></p></figcaption></figure></div>

{% hint style="success" %}
휴대폰번호는 1개의 비밀번호만 가질 수 있어요!

A 매장에서 접속해서 생성한 비밀번호가 1111이지만, B 매장에서 본인 인증 후 비밀번호를 2222로 등록했다면\~

A 매정에서의 비밀번호는 2222로 변경이 돼요.

즉, 제일 <mark style="color:red;">**마지막에 등록을 한 비밀번호**</mark>로 사용을 해야해요!
{% 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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-3.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.
