> 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 display various categories.\
You can browse the category list by scrolling down, so look for the item you want.

![](/files/cc1e07c4545c334f78d8f3c88f5e70efdf607aec)

### 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).\
It’s useful when you’re looking for a particular product.

![](/files/601be964e4a00d7402bdaca560c7d6b05fa685a9)

### Detailed View

If you want to take a closer look at a product image, click the magnifying glass to zoom in.\
Also, clicking the \[Buy] button will take you to that product’s sales page, where you can check more detailed information and pricing.\
However, please note that some products, such as samples or props, may not have links.

![](/files/1374497c8d1143b5cc2a6acaa1a58785027de312)

### 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/21952da59fb6e74c80b2e20a46aa73afbc61d700)

### Sort

By default, products are sorted by newest, but you can change the sort 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 find products more easily in the way you want.\
However, products without price information are placed at the end by default when sorting, so please keep this in mind.

![](/files/c848675245e60ef27e59fe7747e80a70d111231e)

### Brand

Using the \[Brand] filter, you can 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/44771d7d1b2c6413dbe2a447b185f3806f05ad9b)

## Frequently Asked Questions

### If I can’t find the product I’m looking for, can I request modeling work?

Individual user

* It is difficult for individual users to request a specific product to be modeled.\
  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 work to list your own products in the Archisketch library.\
  Once listed, the products will be made public in the Archisketch library so anyone can use them.\
  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?

* Sometimes, when using an internal company network, the library may not be displayed due to security settings.
* Please try again on a personal computer or in a different network environment.

Check your internet connection.

* This may happen due to a temporary internet issue.
* After \[saving] the project, try refreshing it.

If the above does not solve the problem

* If a problem occurs, contact Archisketch and we’ll provide fast 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.
