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

# 활동지원사 교육과정과 자격

표준과정은 장애 8시간, 활동지원 15시간, 실천Ⅰ 9시간, 실천Ⅱ 8시간으로 총 40시간이며 현장실습 10시간이 별도입니다. 요양보호사, 사회복지사, 간호사·간호조무사와 최근 1년간 정부 재정 돌봄사업 경력 360시간 이상인 유사경력자는 전문과정 32시간과 현장실습 10시간을 이수합니다.

요양보호사 자격이 있어도 지정기관의 활동지원사 교육을 받아야 합니다. 결격사유와 취업 가능 여부는 등록 기관이 확인합니다.

관련 공식자료: [보건복지부 활동지원인력](https://www.mohw.go.kr/menu.es?mid=a10710041000)

[교육 이수 후 등록 상담](/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/workers/training.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.
