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

# FAQ

가족 제공, 변경, 이월, 여행, 갈등과 부정결제를 쉽게 답합니다.

* [가족이 활동지원사가 될 수 있나요?](/sccil-docs/faq/family-worker.md)
* [활동지원사를 바꿀 수 있나요?](/sccil-docs/faq/change-worker.md)
* [기관을 변경할 수 있나요?](/sccil-docs/faq/change-provider.md)
* [남은 활동지원시간은 다음 달로 넘어가나요?](/sccil-docs/faq/unused-hours.md)
* [병원·직장·학교에서도 이용할 수 있나요?](/sccil-docs/faq/hospital-work-school.md)
* [여행 중에도 이용할 수 있나요?](/sccil-docs/faq/travel.md)
* [활동지원사가 갑자기 그만두면 어떻게 하나요?](/sccil-docs/faq/worker-leaves.md)
* [이용 중 갈등이 생기면 어떻게 하나요?](/sccil-docs/faq/conflict.md)
* [활동지원사와 개인적으로 현금을 주고받아도 되나요?](/sccil-docs/faq/private-cash.md)
* [부정결제는 무엇인가요?](/sccil-docs/faq/improper-payment.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/faq.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.
