> For the complete documentation index, see [llms.txt](https://sccil.gitbook.io/sccil-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sccil.gitbook.io/sccil-docs/users/services.md).

# 어떤 도움을 받을 수 있나요?

신체활동은 개인위생, 옷 갈아입기, 식사, 체위변경, 실내 이동 등을 포함합니다. 가사활동은 이용자가 생활하는 공간의 청소·정돈, 세탁, 취사입니다. 사회활동은 등하교·출퇴근, 외출과 이동 지원 등입니다.

의료행위, 이용자와 무관한 가족 가사, 영리 목적의 업무 대행 등은 활동보조 범위로 보기 어렵습니다. 같은 요청도 이용자의 자립생활과 직접 관련되는지, 안전하게 제공할 수 있는지에 따라 판단이 달라질 수 있으므로 시작 전에 기관과 구체적으로 합의하세요.

[내 생활에 필요한 지원 상담](/sccil-docs/contact/matching.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://sccil.gitbook.io/sccil-docs/users/services.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.
