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

# サービス案内

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

現在、アキスケッチのデバイスは販売していません。ご利用のお手伝いができず申し訳ありません。

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

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

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

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

アキスケッチは、PC環境で最適化された使いやすさを提供するよう設計されています。スムーズにご利用いただくため、ノートPCまたはデスクトップパソコンのご使用をおすすめします！ ただし、タブレットやモバイル端末では一部機能が完全には対応していない場合がある点、ご了承ください。

## アキスケッチを退会したいです

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

<figure><img src="/files/4f2cccd3dc4cd4522a9379f2342c05f6a3a7bd51" 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/yokuaru/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.
