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

# HOME

## 제도가 아니라 사람의 생활에서 시작하는 활동지원

장애인활동지원서비스가 처음이라면 신청 방법부터, 이미 이용 중이라면 매칭과 기관 변경까지 필요한 내용을 쉽게 찾아보세요. 활동지원사로 일하려는 분을 위한 교육·업무·구직 정보도 함께 담았습니다.

### 무엇을 알아보고 계신가요?

* [활동지원서비스를 처음 알아보고 있어요](/sccil-docs/start.md)
* [이미 활동지원서비스를 이용하고 있어요](/sccil-docs/users.md)
* [활동지원기관을 변경하고 싶어요](/sccil-docs/contact/change-provider.md)
* [활동지원사로 일하고 싶어요](/sccil-docs/contact/worker.md)

## 활동지원은 무엇을 바꾸나요?

활동지원은 이용자의 삶을 대신하는 서비스가 아닙니다. 이용자가 원하는 삶을 스스로 선택하고 이어갈 수 있도록 신체활동, 가사활동, 등하교·출퇴근과 외출 등을 지원하는 제도입니다.

## 서초장애인자립생활지원센터

우리는 단순히 가능한 활동지원사를 연결하는 데서 끝내지 않습니다. 이용자의 생활시간, 필요한 지원, 의사소통 방식과 활동지원사의 근무 가능 시간, 이동 여건, 경험을 함께 살펴 안정적인 관계를 만들고자 합니다. 문제가 생기면 당사자끼리 해결하도록 두지 않고 기관이 듣고 조정합니다.

센터장 박건희는 장애 당사자로서 활동지원이 실제 생활에서 어떤 의미인지 이해하며 사업을 운영합니다.

> 장애인의 삶을 서비스에 맞추지 않습니다. 서비스를 장애인의 삶에 맞추는 것이 우리가 생각하는 활동지원입니다.

[활동지원 신규 이용 상담](/sccil-docs/contact/new-user.md) · [기관변경 상담](/sccil-docs/contact/change-provider.md) · [활동지원사 등록 상담](/sccil-docs/contact/worker.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/readme.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.
