> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/trade-and-b2b/overview-of-trade-dashboard/customize-trade-dashboard-filters-and-sorting.md).

# Customize Trade Dashboard filters & sorting

Set the default sort and choose which filters appear, in what order, and which start open on the Trade Dashboard.

Control how customers browse the Trade Dashboard.

Use **Filters** to set the default sort, choose which filters appear, and decide which filters open first.

#### What these settings control

Use **Filters** to control:

* the sort order applied when the dashboard loads
* which filters appear in the panel
* which filters start expanded
* the order of filters in the panel

Customers can still change the sort and filters themselves.

#### Open Filters settings

{% stepper %}
{% step %}

#### Open Trade Dashboard settings

In the Roadmap app, go to **Settings → Trade Settings → Trade Dashboard**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The **Trade Dashboard** tab's sections run top to bottom: **Header & tabs**, **Display**, **Pre-order & back-order**, **Filters**, **Quote builder**, then **Access**. This guide covers **Filters**.
{% endhint %}

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2FGUIoUDHYxYdjqAHFtBQc%2FScreenshot%202026-07-01%20at%202.53.30%E2%80%AFPM.png?alt=media&#x26;token=7422d74b-26cb-4346-be9c-a80c96ccb414" alt="Filters settings"><figcaption><p>The Filters settings in the Roadmap app.</p></figcaption></figure>

#### Set the default sort

**Default sort** is the sort order pre-applied when a customer lands on the dashboard.

The available options are:

* **Title A-Z**
* **Title Z-A**
* **Price Low to High**
* **Price High to Low**
* **Newest First**
* **Oldest First**
* **Vendor A-Z**

#### Choose which filters appear

Each filter has two controls:

* **Show** — whether the filter appears in the panel
* **Open by default** — whether it starts expanded when the panel opens

The filters you can control are **Collections**, **Vendor**, **Product Type**, **Price Range**, **Availability**, **Sort By**, and **Catalog**.

Filters you hide stay in the settings list, greyed out, so you can bring them back any time.

{% hint style="info" %}
**Open by default** only matters when **Show** is on.
{% endhint %}

#### Reorder the filters

Drag the filters to reorder them.

The first filter in the list appears top-left in the panel, so put the most-used filters first.

{% hint style="info" %}
The **Catalog** filter only appears for companies with more than one B2B catalog.

You may not see it on a single-catalog store.
{% endhint %}

#### Troubleshooting

**A filter is configured but customers do not see it**

* Check whether **Show** is on for that filter.
* If the missing filter is **Catalog**, check whether the store has more than one B2B catalog.

**A filter starts closed**

* Turn on **Open by default** for that filter.
* Make sure **Show** is on.

#### Frequently asked questions

<details>

<summary>Can customers change the sort after the default loads?</summary>

Yes. **Default sort** only controls the initial state.

</details>

#### Related guides

* [Overview of the Trade Dashboard](/trade-and-b2b/overview-of-trade-dashboard.md)
* [Customize how products display on the Trade Dashboard](/trade-and-b2b/overview-of-trade-dashboard/customize-how-products-display-on-the-trade-dashboard.md)


---

# 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.roadmap.so/trade-and-b2b/overview-of-trade-dashboard/customize-trade-dashboard-filters-and-sorting.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.
