> 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/pcmanual/getting-started/desktop-app.md).

# 데스크탑 앱 설치하기

{% hint style="info" %}
데스크탑 앱 설치하러가기 오늘상담을 웹에서 이용하고 계시다면,\
데스크탑 앱으로 설치하실 수 있어요!

<a href="https://sangdam.today/download" class="button primary">데스크탑 앱 다운로드</a>
{% endhint %}

{% hint style="warning" %}
윈도우 OS에서만 설치 가능합니다. (맥 OS는 웹브라우져로 이용해주세요.)
{% endhint %}

## 📝 데스크탑 앱 설치하기

![](/files/CVSGpw5b98eaIWtY0MCf)

{% stepper %}
{% step %}
우측 상단 사용자 아이콘을 클릭해주세요.
{% endstep %}

{% step %}
데스크탑 앱 다운로드를 클릭하시면, 설치 클라이언트가 다운로드 됩니다.

![](/files/Jqxs7CgsnplZlNIfQV8Q)
{% endstep %}

{% step %}
다운로드한 파일을 실행하여 오늘상담 설치를 시작합니다. \[다음] 버튼을 눌러주세요.
{% endstep %}

{% step %}
오늘상담이 설치될 경로를 확인한 뒤, \[다음] 버튼을 눌러주세요.
{% endstep %}

{% step %}
\[설치]버튼을 눌러 진행해주세요.
{% endstep %}

{% step %}
\[마침]버튼을 누르면 오늘상담 데스크탑 앱 설치가 완료되며, 바탕화면에서 바로가기 아이콘을 확인할 수 있습니다.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
간혹 백신프로그램에 의해 압축해제 시 설치파일(.exe)이 사라지는 경우가 있어요! 😢
{% endhint %}

## ❗설치 주의사항

### ✅ 윈도우 디펜더 실시간 보호 끄기

![](/files/7NCaF7ntjTkhxCZQCDb6)

{% stepper %}
{% step %}
윈도우 검색 - \[바이러스 및 위협방지]로 들어갑니다.
{% endstep %}

{% step %}
바이러스 및 위협 방지 설정에서 \[설정관리]에 들어갑니다.
{% endstep %}

{% step %}
실시간 보호 기능 켬을 ‘끔’으로 설정해줍니다.
{% endstep %}
{% endstepper %}

### ✅ 백신프로그램 실시간 검사 끄기

![](/files/0fA9f8Re5IIBgikXNL92)

{% stepper %}
{% 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/pcmanual/getting-started/desktop-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.
