> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/faq/service.md).

# 서비스 이용 안내

- [시작하기](https://docs.archisketch.com/guide/faq/service/getting-started.md): 시작하기와 콘텐츠 발행에 관한 질문들을 모았어요.
- [에디터](https://docs.archisketch.com/guide/faq/service/editor.md): 에디터 사용 중 자주 발생하는 저장, 도면, 화면 이슈에 관한 질문들을 모았어요.
- [대시보드 이용](https://docs.archisketch.com/guide/faq/service/dashboard-guide.md): 대시보드 언어 설정과 로그인, 유료 기능 이용에 관한 질문들을 모았어요.
- [서비스 안내](https://docs.archisketch.com/guide/faq/service/service-info.md): 디바이스 구매, 권장 사양, 회원 탈퇴 등 서비스 전반에 관한 질문들을 모았어요.
- [개인 플랜 (유료 구독)](https://docs.archisketch.com/guide/faq/service/personal-plan.md): 개인 플랜 선택과 결제, 기업 플랜과의 차이에 관한 질문들을 모았어요.
- [크레딧 안내](https://docs.archisketch.com/guide/faq/service/credit-guide.md): 크레딧의 개념, 충전, 환불에 관한 질문들을 모았어요.
- [디자인 챌린지](https://docs.archisketch.com/guide/faq/service/design-challenge.md): 디자인 챌린지 참여 방법과 진행 절차에 관한 질문들을 모았어요.
- [구독·결제·환불 가이드](https://docs.archisketch.com/guide/faq/service/subscription.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://docs.archisketch.com/guide/faq/service.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.
