> 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/78984b19f1c761e097f0f9da6dc0c5e53b545a26)

### 検索

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

![](/files/0eb65e1a58aa846581d2c282a332cabf7ede9ba9)

### 詳細表示

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

![](/files/2120f664cda633611352da98f40560289eb881b1)

### お気に入り

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

![](/files/8900e0b7d1b5c1957b9b20b8ae05ed7ee870aafb)

### 並び替え

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

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

希望する方法で製品をより簡単に探せます。\
ただし、価格情報のない製品は並び替え時に自動的に後ろに配置されるので、ご了承ください。

![](/files/8625c360b495cb0e2aac6e620bb98a786b9d6204)

### ブランド

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

![](/files/2a2679985cdb54fa79cb6cb1e5627522a071bafc)

## よくある質問

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

個人ユーザー

* 個人ユーザーが特定の製品を依頼してモデリングを制作することは困難です。\
  ただし、モデリングファイルをお持ちの場合は、そのファイルを個人ライブラリにアップロードして個人的に使用することは可能です。
* [プランを購読する→](/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.
