> 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/candidate-review/candidate-details.md).

# Candidate details

### Overview

Candidate details capture important metadata about your design that can be used to sort, filter, and identify layout candidates that best meet your design criteria.

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

### Available metadata

Quilter presents the following candidate metadata for review, some of which can be used to create filters on the candidate review page.

<table><thead><tr><th width="156.38671875">Field</th><th width="437.25">Description</th></tr></thead><tbody><tr><td>Candidate name</td><td>Idenfities the candidate number for easy identification</td></tr><tr><td>Routing completion</td><td>Identifies the % of pins to route that were successfully completed within the design.</td></tr><tr><td>DRC error count</td><td>Identifies the number of Quilter-generated DRC violations. Quilter currently prevents any candidate with DRC errors from being surfaced to Candidate Review.</td></tr><tr><td>Single-sided</td><td>Identifies whether the candidate uses single- or double-sided placement.</td></tr><tr><td>Layer count</td><td>Identifies the number of layers used in the design.</td></tr><tr><td>Minimum trace width</td><td>Identifies the minimum trace width used in the design. <br><br>This figure identifies the <em>actual</em> minimum trace width in the design (not the fabrication rules), which may include narrower widths resulting from neck-downs.</td></tr><tr><td>Minimum trace clearance</td><td>Identifies the minimum trace clearance used in the design.</td></tr><tr><td>Minimum via diameter</td><td>Identifies the minimum via diameter used in the design.</td></tr><tr><td>Minimum drill diameter</td><td>Identifies the minimum drill diameter used in the design.</td></tr><tr><td>Via count</td><td>Identifies the number of individual vias used in the design.</td></tr></tbody></table>


---

# 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/candidate-review/candidate-details.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.
