> 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/kegaido/manage-furniture/modeling-modification-request.md).

# モデリング修正依頼

アキスケッチにアップロードされた家具は、初回アップロード時に入念な確認を経て反映されます。

ただし、アップロード完了後に修正のご依頼がある場合、追加費用が発生することがあります。

## 修正依頼に関するご案内

* 修正費用および所要期間は、ご相談を通じて算定されます。
* ご要望内容により、作業範囲と金額が異なる場合があります。
* すでにアップロード済みの家具は、\[3Dモデリングサービス]を通じて修正対応が行われないため、別途お問い合わせください。

## お問い合わせ方法

お問い合わせはアキスケッチのチャネルトークに残していただければ、担当部署を通じて丁寧にご返信いたします。


---

# 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/kegaido/manage-furniture/modeling-modification-request.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.
