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

# サービス案内

## デバイスを購入できますか？

現在、Archisketchデバイスは販売しておりません。ご利用のお手伝いができず申し訳ございません。

## PCの推奨スペックはありますか？

ArchisketchはWebベースのプログラムで、ネットワーク速度やインターネット環境がサービス利用に最も大きく影響します。円滑にご利用いただくため、安定したネットワーク環境をおすすめしています。また、より安定的かつ効率的にサービスをご利用いただくため、以下の最低推奨スペックをご案内します。

* CPU：Intel i5以上
* RAM：16GB以上
* 外部グラフィックカード：NVIDIA RTX 2060以上

## タブレットで使用できますか？

はい、タブレットでもご利用いただけます。

Archisketchの図面エディターは **タッチドラッグ**に対応しており、タブレットでもマウスなしで指やペンで直接図面を描くことができます。タブレットで利用可能な主な機能は次のとおりです。

* **壁・曲線壁・部屋** の描画と削除
* **四角/円形の柱、開口部（ドア・窓）** の描画
* **床・天井通路** の描画
* **補助線** の描画、 **測定**, **左右反転**
* **図面画像・CADアップロード** および **図面検索**で平面図を読み込み
* **2D・3D切り替え**, **フロア（Floor）の追加・管理**、実面積・壁/床の透明度などの詳細設定
* **家具配置・仕上げ材の適用** および **3Dビュー** 確認

また、タブレットだけでなく **モバイルと電子黒板**でも同じ環境でご利用いただけるため、現地採寸・お客様とのご相談・デモなどさまざまな場面で活用できます。

## Archisketchを退会したいです

ダッシュボード右側に表示されるプロフィールを押して［アカウント設定］にアクセスした後、［退会］をクリックするとアカウントを退会できます。

<figure><img src="/files/85042d6f40216ba50104a381fa5684686bbcb6d9" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
他サイトでArchisketchをご利用中の場合、データが連携されているため、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-jp/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.
