> 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-guide/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/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).\
It’s useful when looking for a specific product.

![](/files/f93f46560b1b8983d1dff4eafe4a9f30e2d6b2f7)

### Detailed View

If you want to take a closer look at a product image, click the magnifier to zoom in.\
Also, if you click the \[Buy] button, you’ll be taken to the 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/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 \[My Page] tab on the left.

![](/files/1c4f66d0cd96d161455f6b7fa6681e365214229f)

### Sort

By default, products are sorted by newest first, but you can change the sorting order if 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 pricing information are placed toward the end 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 there’s a brand you want, try using it this way.

![](/files/4ef078b788e935750c3fa36149bfc85c8187da68)

## Frequently Asked Questions

### If I can’t find the product I’m looking for, can I request a model to be made?

Individual users

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

Brand owners

* You can request modeling production to bring your own products into the Archisketch Library.\
  Products that are listed will be made public in the Archisketch Library, where anyone can use them.\
  Please check the link for more details.
* [Learn more →](/guide/user-guide/expert-feature/personal-library.md)

### No furniture appears in the library.

Are you using a company network?

* In some cases, if you are using an internal company network, the library may not appear 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, try refreshing.

If the above methods do not resolve the issue

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