> For the complete documentation index, see [llms.txt](https://docs.quilter.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quilter.ai/design-parameters/net-widths-by-layer.md).

# Net Widths by Layer

### Net Widths by Layer

In general, Quilter's development philosophy is to understand your design at the [Physics Constraints](/physics-constraints/overview.md) 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](/using-quilter/fabricator-constraints.md) 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](/physics-constraints/power-nets.md). 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="/files/94Ph82f0gGQxFHaa9ycu" alt=""><figcaption><p>Add by net</p></figcaption></figure>

<figure><img src="/files/jTsHbO6Mw1qp035LL8vE" alt=""><figcaption><p>Add by net class</p></figcaption></figure>


---

# 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.quilter.ai/design-parameters/net-widths-by-layer.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.
