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

# Service information

## Can I purchase the device?

We are not currently selling the Archisketch device. We’re sorry that we can’t help you with using it.

## Are there recommended PC specifications?

Archisketch is a web-based program, so network speed and internet conditions have the greatest impact on service use. For smooth use, we recommend a stable network environment. Also, for a more stable and efficient experience, here are the minimum recommended specifications.

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

## Can I use it on a tablet?

Archisketch is designed to provide optimized usability in a PC environment. For smooth use, we recommend using a laptop or desktop computer! However, please note that some features may not be fully supported on tablets or mobile devices.

## I want to delete my Archisketch account

Click your profile on the right side of the dashboard, go to \[Account Settings], then click \[Delete Account] to close your account.

<figure><img src="/files/97192fddc82c935c371ce5c762e5c73178c4bd6e" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you are using Archisketch through another site, your data is linked, so you cannot delete your account separately in Archisketch.
{% 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-1/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.
