> 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/using-quilter/review-and-edit-constraints.md).

# Review and edit constraints

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

## Computed Constraints

### Differential Pairs

Based on the parameters from your stackup, Quilter uses Simbeor to calculate the correct trace width on each layer. Currently the frequency is assumed to be 1 GHz.

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

You can directly edit the width and gap here to override what we have calculated. This is especially useful if you have standard, precalculated values for your stackup.

### Power Nets

For each net and current you defined on the previous Comprehensions page, Quilter calculates the appropriate trace width to limit temperature rise to 20\*C, using the IPC-2221 definitions.

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

## Define your own constraints

<figure><img src="/files/9NCNUOegzfuQZq7KqKq6" alt=""><figcaption></figcaption></figure>

### Net Widths by Layer

This allows you to specify trace width controls for nets. It is used rarely, and should probably be limited to nets that Quilter does not have another control for; e.g. you should not put in widths for your differential pairs here.

### Proximity Constraints

If Quilter does not have a placement control for your component type, you can add it here. One of the more common cases are protection diodes. You can also manually place components instead of using the placement constraints.


---

# 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/using-quilter/review-and-edit-constraints.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.
