> 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/user-jp/arranging-furniture/furniture-search.md).

# 家具を検索する

## 家具ライブラリ

エディターに入った後、左側のタブで［家具ライブラリ］をクリックすると、さまざまなカテゴリーが表示されます。\
カテゴリー一覧はスクロールして確認できるので、探したい項目を見つけてみてください。

![](/files/b552261f3ba8f3cb561ca7fcdcd4cb8be5f0649a)

### 検索

虫眼鏡アイコンをクリックすると、アイテム名やタグ（特定のタグが設定された製品に限る）で目的の製品を簡単に検索できます。\
探している製品を見つけるのに便利です。

![](/files/1bf02d6c2266eb4d7100240b61989fb373cbc0ae)

### 詳細表示

製品画像をもっと詳しく見たい場合は、虫眼鏡をクリックして拡大してみてください。\
また、［購入する］ボタンをクリックすると、該当製品の販売ページに移動して、より詳しい情報や価格を確認できます。\
ただし、サンプルや小物など一部の製品にはリンクがない場合がある点にご注意ください。

![](/files/40be48b0cc2c0952f848c7030f441789c62f4be1)

### お気に入り

星形をクリックすると、製品をお気に入り登録できます。\
この機能は、よく使う製品を保存して簡単に配置できるようにします。\
お気に入りは左側タブの［マイページ］で確認できます。

![](/files/454309b8d93d7d830d7f99ce71ab6d5f5e38c251)

### 並べ替え

基本的に製品は新しい順に並べ替えられていますが、必要に応じて並び順を変更できます。\
並べ替え方法を変更するにはトグルを開き、下のオプションを選択してください。

* 古い順
* 価格の昇順
* 価格の降順
* 名前 A-Z
* 名前 Z-A

希望する方法で製品をもっと簡単に探せます。\
ただし、価格情報のない製品は並べ替え時に基本的に後ろに配置されるので、ご参考ください。

![](/files/ffbcdaa88790b9dc9cc10a889b59dbb45d14cd68)

### ブランド

［ブランド］フィルターを使うと、特定ブランドの製品だけを探せます。\
Ctrl+Fのショートカットキーで素早く検索することもできるので、探したいブランドがある場合はぜひ活用してみてください。

![](/files/b6449567f24f5b0fbbca14bf63e02a5028d21013)

## よくある質問

### 探している製品がないのですが、モデリング制作を依頼できますか？

個人ユーザー

* 個人ユーザーが特定製品の依頼をしてモデリングを制作することは困難です。\
  ただし、モデリングファイルを保有している場合は、そのファイルを個人ライブラリにアップロードして個人的に使用することは可能です。
* [プランに登録する→](/guide/user-jp/pro-team-plan/team-plan-subscribe.md)

ブランド所有者

* Archisketchライブラリに自社製品を入店させるためのモデリング制作を依頼できます。\
  入店した製品はArchisketchライブラリで公開され、誰でも使用できるようになります。\
  詳しくはリンクからご確認ください。
* [詳しく見る →](/guide/user-jp/expert-feature/personal-library.md)

### ライブラリに家具が一つも表示されません。

会社のネットワークを使用していますか？

* 社内ネットワークをご利用の場合、セキュリティ設定のためライブラリが表示されないことがあります。
* 個人のコンピューターや別のネットワーク環境で再度お試しください。

インターネット接続状態を確認してください。

* 一時的なインターネットの問題で発生することがあります。
* プロジェクトを［保存］した後、再読み込みをしてみてください。

上記の方法でも解決しない場合

* 問題発生時は、Archisketchまでお問い合わせいただければ、迅速にサポートいたします。


---

# 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/user-jp/arranging-furniture/furniture-search.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.
