> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/smallbuilder-line-items/builder/default-setting/lookup-selector-settings.md).

# 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
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://help.smallbuilder.com/smallbuilder-line-items/builder/default-setting/lookup-selector-settings.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.
