> For the complete documentation index, see [llms.txt](https://kenchikujimu.gitbook.io/atmanual4-0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kenchikujimu.gitbook.io/atmanual4-0/introduction.md).

# はじめに

建築事務「面積計算」は、確認申請に必要な面積が算定できるVectorWorksプラグインです。求積図を作成して、いくつかの設定をするだけで、簡単に面積を計算できます。住宅規模の場合、5分程度で面積計算が終了します。

なお、省エネ計算の床面積算定には対応しておりません。

## 動作環境

VectorWorks 2013 以降が動作する環境

## 既知の不具合

お使いの環境によっては、ダイアログの「ヘルプ」ボタンや「面積計算のマニュアル」が正常に動作しません。本来はブラウザでマニュアルを表示する動作をします。

Vectorworks2019をお使いの場合、プログラムが求積図番号シンボルを正しく作成できない場合があります。求積図番号がすべて1になっている場合は、付属の「求積図番号シンボル.vwx」から「AT求積図番号」シンボルを取り込んでお使いください。

## サポート

ご要望・バグ報告・ご質問などは、[ウェブサイト](https://kenjimu.work)から受け付けています。

操作方法に関しては、このマニュアル・[FAQ](https://kenjimu.gitbooks.io/atmanual-faq/content/)をよくご確認のうえ、お問い合わせください。

## 使用許諾条件

本ソフトウェアに関し、明示または暗示の品質、性能、商品価値または、どのような特定の使用目的に対する適合性についても、保証は表示しません。この結果、本ソフトウェアは現状のままで販売されるものです。購入者は、本ソフトウェアの品質及び性能に関する全責任を負担するものとします。作者は、本ソフトウェアまたはマニュアルの欠陥の結果発生する直接、間接、特別、偶然または必然的な損害に対して一切の責任を負いません。本ソフトウェアはVectorWorksのバージョンアップ等により使用できなくなる可能性があります。作者は本ソフトウェアがVectorWorksのバージョンアップに追随するよう努めますが、その義務を負いません。登録により取得したプロダクトキーは、いかなる手段によっても販売、領布、貸与、譲渡することは出来ません。本ソフトウエアを修正、改変を禁止します。本ソフトウェアの著作権は、建築事務に帰属します。


---

# 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://kenchikujimu.gitbook.io/atmanual4-0/introduction.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.
