> 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/start/application-process.md).

# 신청부터 이용까지 한눈에 보기

1. 주민센터 또는 복지로에서 신청합니다.
2. 국민연금공단이 가정을 방문해 서비스지원 종합조사를 진행합니다.
3. 시·군·구 수급자격심의위원회가 자격과 급여구간을 결정합니다.
4. 결정통지서와 표준급여이용계획서를 확인합니다.
5. 이용할 활동지원기관을 선택하고 계약합니다.
6. 상담 후 활동지원사를 매칭합니다.
7. 본인부담금을 납부하고 국민행복카드로 서비스를 이용합니다.

기본 서류는 사회보장급여 신청서, 바우처카드 발급 관련 서류, 건강보험 확인자료, 본인 명의 환급계좌 사본 등입니다. 개인 상황에 따라 추가 서류가 필요합니다. 조사에서는 잘하는 날만 보여주기보다 평소 생활에서 어떤 지원이, 얼마나 자주 필요한지 구체적으로 설명하는 것이 중요합니다.

[신청 준비 함께 확인하기](/sccil-docs/contact/new-user.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/start/application-process.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.
