# Filtering

### Overview

Quilter provides straightforward filters that let you quickly pinpoint candidates that meet your design criteria.&#x20;

When you submit your layout job, if you include Design Parameter preferences (see [Select your stackup](/using-quilter/select-your-stackup.md)), they'll be automatically used as filters to help you narrow down to the candidates that match your preferences.

<figure><img src="/files/L8GaipP1UpY41vnxdIrT" alt=""><figcaption></figcaption></figure>

### Using filters

Here are a few notes on using filters:

* Updating filters changes the layout candidates visible in your candidate list in real time.&#x20;
* You can click the `Reset Filters` button to clear all filters and view all candidates explored by Quilter throughout the layout job.&#x20;
* The `Show 100% routed candidates only` filter is automatically applied to all jobs, and you can manually clear it at any time to see <100% routed layout candidates.

### Supported filters

<table><thead><tr><th width="190.04296875">Filter</th><th width="147.70703125">Type</th><th>Behavior</th></tr></thead><tbody><tr><td>Show 100% routed candidates only</td><td>Toggle</td><td>Activating this filter hides incomplete (&#x3C;100% routed) candidates</td></tr><tr><td>Single-sided</td><td>Checkbox</td><td>Activating this filter shows only single-sided layout candidates</td></tr><tr><td>Trace Width (min)</td><td>Single select</td><td>This filter shows candidates with minimum trace widths that <strong>match or exceed</strong> the specified value</td></tr><tr><td>Trace Clearance (min)</td><td>Single select</td><td>This filter shows candidates with minimum trace clearance that <strong>match or exceed</strong> the specified value</td></tr><tr><td>Layers</td><td>Multi-select</td><td>This filter shows candidates whose layer count match the specified selection(s)</td></tr><tr><td>Fabricators</td><td>Multi-select</td><td>This filter shows candidates whose stack-up is designed for fabrication by the specified manufacturer(s)</td></tr></tbody></table>


---

# 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://docs.quilter.ai/candidate-review/filtering.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.
