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

# Service guide

## Can I purchase the device?

We are not currently selling Archisketch devices. We’re sorry we can’t help with this.

## Are there recommended PC specifications?

Archisketch is a web-based program, so network speed and internet conditions have the biggest impact on service use. For smooth use, we recommend a stable network environment. Also, for a more stable and efficient service experience, we’d like to 안내 the minimum recommended specifications below.

* CPU: Intel i5 or higher
* RAM: 16GB or higher
* Dedicated graphics card: NVIDIA RTX 2060 or higher

## Can I use it on a tablet?

Yes, it can also be used on a tablet.

The Archisketch floor plan editor **touch drag**is supported, so you can draw floor plans directly with your fingers or a pen on a tablet without a mouse. The main features available on tablets are as follows.

* **Walls, curved walls, rooms** draw and delete
* **square/circular columns, openings (doors/windows)** draw
* **floor/ceiling passageways** draw
* **guide lines** draw, **measure**, **mirror horizontally**
* **upload floor plan images and CAD files** and **search floor plans**to import floor plans
* **switch between 2D and 3D**, **add and manage floors**, detailed settings such as usable area and wall/floor transparency
* **place furniture and apply finishing materials** and **3D view** check

Also, not only on tablets but also **on mobile devices and electronic whiteboards**you can use the same environment, so it can be used in various situations such as on-site measurements, customer consultations, and demonstrations.

## I want to leave Archisketch

You can delete your account by clicking your profile on the right side of the dashboard, going to \[Account Settings], and then clicking \[Delete Account].

<figure><img src="/files/6c0383f05a94cc9cbb528e397fcfe2ccbe94b6c4" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you are using Archisketch on another site, your data is linked, so you cannot leave separately from Archisketch only.
{% 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-en/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.
