# Net Widths

### Net Widths

In general, Quilter's development philosophy is to understand your design at the [physics-constraints](https://docs.quilter.ai/physics-constraints "mention") level so that design parameters, such as Net Widths, can be independently managed on a constraint-by-constraint basis by Quilter, as opposed to using traditional design rules that can be overly conservative and cumbersome to define.

That said, Quilter supports a "Net Widths" constraint that can be used to specify specific trace widths for individual nets and net classes within your design.&#x20;

If you want to assert custom [fabricator-constraints](https://docs.quilter.ai/using-quilter/fabricator-constraints "mention") for your design, we recommend waiting until our support for custom stack-ups and design rules is complete.

{% hint style="warning" %}
**Use Net Widths Carefully**\
We don't recommend using the "Net Widths" constraint for global enforcement of fabrication rules. Net widths can "collide" with other physics constraints that automatically manage net widths and spacing, including [power-nets](https://docs.quilter.ai/physics-constraints/power-nets "mention"). We recommend using this constraint sparingly.
{% endhint %}

### How to specify

To specify a preserved pour, add the specific net or net class to the "Net Widths" constraint during Circuit Comprehension by clicking the `Add`, `Add multiple`, or `Add by netclass` buttons beneath the table.

<figure><img src="https://1761213452-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL9R6Vsa5jGn27oTws0tG%2Fuploads%2FXS5BrmkViKGeqsZrUK8u%2FScreenshot%202025-06-04%20at%209.58.39%E2%80%AFAM.png?alt=media&#x26;token=c639206d-6f56-41fd-b16e-71b303f406eb" alt=""><figcaption><p>Add by net</p></figcaption></figure>

<figure><img src="https://1761213452-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL9R6Vsa5jGn27oTws0tG%2Fuploads%2FDOHZhlKSY05ozEK4xZDG%2FScreenshot%202025-06-04%20at%209.58.45%E2%80%AFAM.png?alt=media&#x26;token=4691ca9b-7b8c-499c-aa60-801dcdb5e221" alt=""><figcaption><p>Add by net class</p></figcaption></figure>


---

# 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/design-parameters/net-widths.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.
