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

# 서비스 안내

## 디바이스를 구매할 수 있나요?

현재 아키스케치 디바이스는 판매 하지 않고 있어요. 이용에 도움을 드리지 못하여 죄송해요.

## PC 권장 사양이 있나요?

아키스케치는 웹 기반 프로그램으로, 네트워크 속도 및 인터넷 환경이 서비스 이용에 가장 큰 영향을 미칩니다. 원활한 사용을 위해 안정적인 네트워크 환경을 권장드리고 있어요. 또한, 보다 안정적이고 효율적인 서비스 이용을 위해 아래와 같은 최소 권장 사양을 안내드릴게요.

* CPU: Intel i5 이상
* RAM: 16GB 이상
* 외장 그래픽카드: NVIDIA RTX 2060 이상

## 태블릿에서 사용할 수 있나요?

네, 태블릿에서도 사용 가능합니다.

아키스케치 도면 에디터는 **터치 드래그**를 지원해, 태블릿에서도 마우스 없이 손가락이나 펜으로 직접 도면을 그릴 수 있습니다. 태블릿에서 이용 가능한 주요 기능은 다음과 같습니다.

* **벽·곡선벽·방** 그리기 및 삭제
* **사각/원형 기둥, 개구부(문·창)** 그리기
* **바닥·천장 통로** 그리기
* **보조선** 그리기, **측정**, **좌우 반전**
* **도면 이미지·CAD 업로드** 및 **도면 검색**으로 평면 불러오기
* **2D·3D 전환**, **층(Floor) 추가·관리**, 실면적·벽/바닥 투명도 등 상세 설정
* **가구 배치·마감재 적용** 및 **3D 뷰** 확인

또한 태블릿뿐 아니라 **모바일과 전자칠판**에서도 동일한 환경으로 사용하실 수 있어, 현장 실측·고객 상담·시연 등 다양한 상황에서 활용하실 수 있습니다.

## 아키스케치를 탈퇴하고 싶어요

대시보드 오른쪽에 보이는 프로필을 눌러 \[계정 설정]으로 접속한 후 \[회원 탈퇴]를 클릭하면 계정을 탈퇴할 수 있어요.

<figure><img src="/files/stgDS0dulGS8FuqmHQtY" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
타 사이트에서 아키스케치를 이용하고 있으실 경우, 데이터가 연동되어 있기 때문에 아키스케치에서만 별도로 탈퇴할 수 없어요.
{% endhint %}


---

# 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/service-info.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.
