# Lookup Selector Settings

These settings pertain to the Lookup Selector, allowing you to configure record selection methods and search functionality.

<figure><img src="/files/D5DJhKI5uueqWLUCj6vr" alt="" width="291"><figcaption><p>Default Setting in the side panel</p></figcaption></figure>

* [**List All Item**](/smallbuilder-line-items/builder/default-setting/lookup-selector-settings/search-all-on-load.md)\
  Automatically retrieves data when the Lookup Selector screen is loaded. This option is enabled by default.
* [**Expand filters by default**](/smallbuilder-line-items/builder/default-setting/lookup-selector-settings/expand-filters-by-default.md)\
  Displays filter options in an expanded state by default. Enable this feature if you frequently use filters.
* [**Allow Select Duplicate Item**](/smallbuilder-line-items/builder/default-setting/lookup-selector-settings/allow-select-duplicate-item.md)\
  Permits selecting the same record multiple times.
* [**Caching to improve performance**](/smallbuilder-line-items/builder/default-setting/lookup-selector-settings/caching-to-improve-performance.md)\
  Speeds up data retrieval and provides a stable environment by using caching. However, cached data may not reflect recent changes immediately.
* [**Records By Page**](/smallbuilder-line-items/builder/default-setting/lookup-selector-settings/records-per-page.md)\
  Specifies the number of records displayed per page (or scroll). The default is 50 records per page.


---

# Agent Instructions: 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:

```
GET https://help.smallbuilder.com/smallbuilder-line-items/builder/default-setting/lookup-selector-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
