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

# Search for Furniture

## Furniture Library

After entering the editor, click \[Furniture Library] in the left tab to see various categories.\
You can scroll through the category list, so please look for the item you want.

![](/files/2b88ec3f5dfbd6f48d5b8c86cf49bdf532402396)

### Search

Click the magnifying glass icon to easily search for the product you want by item name or tag (limited to products with specific tags set).\
This is useful when looking for a product you need.

![](/files/f93f46560b1b8983d1dff4eafe4a9f30e2d6b2f7)

### Detailed View

If you want to see a product image in more detail, click the magnifying glass to zoom in.\
Also, if you click the \[Purchase] button, you’ll go to that product’s sales page where you can check more detailed information and pricing.\
Please note that some products, such as samples or props, may not have a link.

![](/files/665ec72e89350a0d9fcc16db287665e3373886ce)

### Favorites

Click the star icon to add a product to your favorites.\
This feature helps you save frequently used products and place them easily.\
You can check your favorites in the left tab \[My Page].

![](/files/1c4f66d0cd96d161455f6b7fa6681e365214229f)

### Sort

By default, products are sorted by newest first, but you can change the sorting order as needed.\
To change the sorting method, open the toggle and select one of the options below.

* Oldest first
* Price: low to high
* Price: high to low
* Name A-Z
* Name Z-A

You can more easily find products in the way you want.\
However, products without price information are placed at the end by default when sorted, so please keep that in mind.

![](/files/64afe8351486c910be7bee9b589db24291049279)

### Brand

Using the \[Brand] filter lets you find only products from a specific brand.\
You can also search quickly using the Ctrl+F shortcut, so if you have a brand in mind, try using it this way.

![](/files/4ef078b788e935750c3fa36149bfc85c8187da68)

## Frequently Asked Questions

### Can I request modeling creation even if the product I want isn’t available?

Individual User

* It is difficult for individual users to request a specific product and have modeling created.\
  However, if you already have the modeling file, you can upload it to your personal library and use it privately.
* [Subscribe to a Plan →](/guide/user-en/pro-team-plan/team-plan-subscribe.md)

Brand Owner

* You can request modeling creation to list your own products in the Archisketch library.\
  Listed products will be published in the Archisketch library and made available for anyone to use.\
  Please check the details through the link.
* [Learn more →](/guide/user-en/expert-feature/personal-library.md)

### No furniture is showing up in the library.

Are you using a company network?

* If you are using an internal company network, the library may not be displayed due to security settings.
* Please try again on a personal computer or another network environment.

Check your internet connection.

* This may be caused by a temporary internet issue.
* After saving the project \[Save], try refreshing it.

If the issue is not resolved even after the steps above

* If a problem occurs, please contact Archisketch and we’ll provide prompt support.


---

# 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-en/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.
