# 자주 묻는 질문 (FAQ)

- [에디터](https://docs.archisketch.com/guide/faq/editor-overview.md): 자동 저장 기능이 있나요?
- [대시보드](https://docs.archisketch.com/guide/faq/dashboard.md): 대시보드가 전부 영어로 표기되어 있어요 언어 설정
- [서비스 안내](https://docs.archisketch.com/guide/faq/service-info.md): 디바이스를 구매할 수 있나요?
- [개인 플랜 (유료 구독) 안내](https://docs.archisketch.com/guide/faq/personal-plan.md): 어떤 플랜을 사용해야 할지 모르겠어요.
- [크레딧/포인트 이용 안내](https://docs.archisketch.com/guide/faq/credit-guide.md): 아키스케치 크레딧이 뭔가요?
- [디자인 챌린지](https://docs.archisketch.com/guide/faq/design-challenge.md): 아키스케치의 디자인 챌린지 참여 방법에 대해서 알아볼까요? 😃


---

# Agent Instructions: 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:

```
GET https://docs.archisketch.com/guide/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
