> 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.md).

# 시작하기

아래 항목을 선택해 필요한 안내를 확인하세요.

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>계정 가입 방식과 로그인 절차를 안내합니다.</td><td><a href="/pages/CBoPf9vsTDWqE2O4Awgy">/pages/CBoPf9vsTDWqE2O4Awgy</a></td><td><a href="/files/As6YyVnqdJvwk4pJS8pe">/files/As6YyVnqdJvwk4pJS8pe</a></td></tr><tr><td>센터를 만들거나 사용할 센터를 선택하는 방법을 안내합니다.</td><td><a href="/pages/4lr7sxofjeCxRAg9FER6">/pages/4lr7sxofjeCxRAg9FER6</a></td><td><a href="/files/E5jJ8x7GUC7vVHc3JmcB">/files/E5jJ8x7GUC7vVHc3JmcB</a></td></tr><tr><td>기존 센터에 가입해 함께 사용하는 절차를 안내합니다.</td><td><a href="/pages/s61BAZxTKGsT1Qs90Ccb">/pages/s61BAZxTKGsT1Qs90Ccb</a></td><td><a href="/files/cLie1B0zzFsPkbIoMy1Z">/files/cLie1B0zzFsPkbIoMy1Z</a></td></tr><tr><td>PC에서 오늘상담 데스크탑 앱을 설치하는 절차를 안내합니다.</td><td><a href="/pages/BqyNG7Nl2iB4wCNJzBjd">/pages/BqyNG7Nl2iB4wCNJzBjd</a></td><td><a href="/files/g6hkLVbc1Y2mijvgXDvj">/files/g6hkLVbc1Y2mijvgXDvj</a></td></tr><tr><td>PC 환경에서 안정적으로 사용하기 위한 시스템 설정을 안내합니다.</td><td><a href="/pages/BWFNcCMsK9iyboTw68Tu">/pages/BWFNcCMsK9iyboTw68Tu</a></td><td><a href="/files/gNPNEOEUhvW4ZfEdIPQo">/files/gNPNEOEUhvW4ZfEdIPQo</a></td></tr></tbody></table>


---

# 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.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.
