> 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/pc-system-settings.md).

# PC 시스템 설정

{% hint style="info" %}
오늘상담은 지속적인 네트워크 연결이 필요한 웹 기반 서비스입니다.\
아래의 설정을 확인 및 권장드립니다.
{% endhint %}

## ⚠️ 절전모드 해제 설정 (Windows 기준)

![](/files/QkKOXAEY2NlzAIQH5mtY)

![](/files/kDbWD90gA518NhhI9TFr)

![](/files/ZtMIQn5ICNOx7CtHgC4Q)

* \[시작] → \[설정] → \[시스템] → \[전원] → \[절전모드 설정] → ‘안 함’ 권장

![](/files/Z9ltaLQIZ9DpOVtNiopZ)

* \[시작] - \[전원 관리 옵션 편집] - \[컴퓨터를 절전 모드로 설정] → ‘해당 없음’ 권장
* 노트북은 전원 연결/배터리 사용 모두 절전 모드 해제 권장

## ⚠️ 기타 권장 사항

* 사용 중 브라우저 확장 프로그램(특히 광고 차단기)은 비활성화 권장
* 팝업 차단 해제 및 알림 허용 설정 확인
* 보안 프로그램(백신, 방화벽 등)으로 인한 접속 차단 여부 점검


---

# 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/pc-system-settings.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.
