> 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/install-app.md).

# 앱 설치하기

{% hint style="info" %}
오늘상담을 모바일 기기에 설치해 사용할 수 있어요.
{% endhint %}

## 👉 안드로이드OS에서설치하기

![](/files/OwbEfAJGkx8YRRcS4pHa)

{% stepper %}
{% step %}
Chrome 앱에서 아래 주소로 접속해주세요.

* `https://m.sangdam.today/signin`
  {% endstep %}

{% step %}
더보기 버튼(⋮)을 누른뒤, \[홈 화면에 추가] 버튼을 클릭해주세요.
{% endstep %}

{% step %}
\[설치] 버튼을 눌러 핸드폰에 오늘상담 앱 설치를 완료해주세요.
{% endstep %}
{% endstepper %}

## 👉 iOS(아이폰/아이패드)에서 설치하기

![](/files/oHWOnJAf47VnQcFqjQ6f)

{% stepper %}
{% step %}
Safari 앱에서 아래 주소로 접속한 뒤, 하단의 공유 버튼을 눌러주세요.

* `https://m.sangdam.today/signin`
  {% endstep %}

{% step %}
\[홈화면에 추가]를 진행해주세요. 오늘상담이 앱으로 바탕화면에 설치됩니다.
{% endstep %}
{% endstepper %}

## 👉 태블릿에서 이용하기(아이패드/갤럭시 탭)

{% hint style="success" %}
아이패드나 갤럭시탭에서도 오늘상담을 사용할 수 있어요.\
사용 목적에 따라 모바일 버전 또는 PC 버전으로 접속해 주세요.
{% endhint %}

### 📲 모바일 버전으로 사용하기

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

{% stepper %}
{% step %}
태블릿에서 오늘상담을 **홈 화면에 추가**하거나 **앱 설치**한 경우에는 모바일 버전으로 실행돼요.\
현장 차팅, 상담일지 작성, 동의서 작성, 서명 등 태블릿으로 간편하게 입력해야 할 때 권장드려요.
{% endstep %}

{% step %}
홈 화면에 추가하거나 앱으로 설치한 오늘상담은 모바일 버전으로만 실행돼요.
{% endstep %}
{% endstepper %}

### 🖥️ PC 버전으로 사용하기

{% stepper %}
{% step %}
태블릿 브라우저에서 아래 주소로 접속해주세요.

* `https://sangdam.today/signin`
  {% endstep %}

{% step %}
브라우저의 **데스크탑 사이트 요청** 또는 **PC 버전으로 보기** 기능을 활성화하면\
PC 화면으로 사용할 수 있어요.

수납, 통계, 설정 등 PC 중심 기능을 사용해야 할 때 권장드려요.
{% endstep %}
{% endstepper %}

#### 브라우저별 안내

{% stepper %}
{% step %}

#### Safari 브라우저

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

1. 주소창 좌측의 페이지 메뉴 버튼을 클릭해주세요.
2. 더보기(⋯) 메뉴를 선택해주세요.
3. 메뉴에서 **데스크탑 웹사이트 요청**을 클릭해주세요.
   {% endstep %}

{% step %}

#### Chrome 브라우저

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

1. 주소창 우측의 더보기(⋮) 버튼을 클릭해주세요.
2. 메뉴에서 **데스크톱 사이트**를 선택해주세요.
   {% endstep %}

{% step %}

#### Edge 브라우저

<figure><img src="/files/5kfxlf6Zr6Pm1K40zIhF" alt=""><figcaption></figcaption></figure>

1. 주소창 우측 메뉴(☰) 버튼을 클릭해주세요.
2. 메뉴에서 **데스크탑 사이트 보기**를 선택해주세요.
   {% 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/install-app.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.
