> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/mobmanual/getting-started/start-mobile.md).

# 모바일에서 시작하기

{% hint style="info" %}
오늘상담을 모바일에서도 시작하는 방법을 확인해보세요!
{% endhint %}

## 🔊 모바일버젼 주요사항

{% hint style="danger" %}
설정, 수납, 통계 , 메시지발송, CTI 기능을 포함하여 일부 기능들은 PC에서만 가능합니다.

워크스페이스를 사용하기 위한 설정은 PC에서 먼저 진행해주시길 바랍니다.
{% endhint %}

## ↘️ 로그인하기

![](/files/7C5KVxpvTgOGhkFhAGGT)

{% stepper %}
{% step %}
모바일 브라우저에서 오늘상담 로그인화면 에 접속 후, 로그인을 해주세요.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
회원가입 및 로그인하기는 PC버젼과 동일합니다. ([PC 가이드 바로가기](/intro/pcmanual/getting-started/signup-login.md))
{% endhint %}

## 🏠 워크스페이스 생성/선택하기

![](/files/5Qrxt5KPZf03r0nx9FNu)

{% stepper %}
{% step %}
가입한 워크스페이스 혹은 생성한 워크스페이스의 리스트가 노출돼요.\
정보를 보고자 하는 센터의 워크스페이스를 선택해주세요!
{% endstep %}

{% step %}
새로운 워크스페이스를 생성하고자 하신다면, ‘워크스페이스 생성하기’ 클릭해주세요.
{% endstep %}

{% step %}
생성하실 워크스페이스의 이름을 입력해주세요.\
센터명으로 입력하시는 걸 추천드려요!
{% endstep %}

{% step %}
워크스페이스 이름을 입력하셨다면,\
워크스페이스 생성하기 버튼을 클릭해 워크스페이스를 생성해보세요!
{% 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://sangdamtoday.gitbook.io/intro/mobmanual/getting-started/start-mobile.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.
