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

# 모바일 사용 가이드

- [시작하기](https://sangdamtoday.gitbook.io/intro/mobmanual/getting-started.md)
- [앱 설치하기](https://sangdamtoday.gitbook.io/intro/mobmanual/getting-started/install-app.md)
- [모바일에서 시작하기](https://sangdamtoday.gitbook.io/intro/mobmanual/getting-started/start-mobile.md)
- [고객 관리](https://sangdamtoday.gitbook.io/intro/mobmanual/customers.md)
- [고객 등록하기](https://sangdamtoday.gitbook.io/intro/mobmanual/customers/create-customer.md)
- [고객 조회하기](https://sangdamtoday.gitbook.io/intro/mobmanual/customers/search-customers.md)
- [고객 정보 관리하기](https://sangdamtoday.gitbook.io/intro/mobmanual/customers/manage-customer-info.md)
- [일정 관리](https://sangdamtoday.gitbook.io/intro/mobmanual/schedules.md)
- [일정 자세히 알아보기](https://sangdamtoday.gitbook.io/intro/mobmanual/schedules/overview.md)
- [일정 등록/관리하기](https://sangdamtoday.gitbook.io/intro/mobmanual/schedules/create-manage.md)
- [일정 조회하기/현황판 보기](https://sangdamtoday.gitbook.io/intro/mobmanual/schedules/view-dashboard.md)
- [상담일지 관리](https://sangdamtoday.gitbook.io/intro/mobmanual/counseling-notes.md)
- [상담일지 기록하기](https://sangdamtoday.gitbook.io/intro/mobmanual/counseling-notes/write-note.md)
- [상담일지 조회/관리하기](https://sangdamtoday.gitbook.io/intro/mobmanual/counseling-notes/view-manage.md)
- [일정-상담 연결하기](https://sangdamtoday.gitbook.io/intro/mobmanual/counseling-notes/connect-schedule.md)
- [문서 관리](https://sangdamtoday.gitbook.io/intro/mobmanual/documents.md)
- [새 문서 작성하기](https://sangdamtoday.gitbook.io/intro/mobmanual/documents/create-document.md)
- [문서내역 관리하기](https://sangdamtoday.gitbook.io/intro/mobmanual/documents/manage-documents.md)
- [설문지/동의서 기능](https://sangdamtoday.gitbook.io/intro/mobmanual/surveys-consents.md)
- [새 응답 작성하기](https://sangdamtoday.gitbook.io/intro/mobmanual/surveys-consents/new-response.md)
- [설문지/동의서 응답내역 확인하기](https://sangdamtoday.gitbook.io/intro/mobmanual/surveys-consents/responses.md)
- [기타 기능 알아보기](https://sangdamtoday.gitbook.io/intro/mobmanual/etc.md)
- [내 급여 조회하기](https://sangdamtoday.gitbook.io/intro/mobmanual/etc/my-payroll.md)


---

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