# Job details

### Overview

Job details give you a high-level overview of the inputs and preferences you set when you submitted your layout job.&#x20;

This info helps you understand how complex the job is that you're asking Quilter to handle (see [What Quilter does well](/about-quilter/what-quilter-does-well.md)), as well as the specific parameters used to generate candidates.

### Job details modal

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

Press the "Details" button in the top right corner of the job details header to view the job details used to generate your layout job.&#x20;

Here's what you'll find in the job details modal:

* An overview of the job details
* A summary of the input files used, along with a button to **download them** for a submitted job
* A summary of the [Physics Constraints](/physics-constraints/overview.md)associated with your layout job
* A summary of the [Design Parameters](/design-parameters/overview.md)specified for your layout job
* A board preview of the input files used to create your layout job

### Available metadata

<figure><img src="/files/ciwJf9nfgQUovz9CP6sa" alt=""><figcaption><p>Job details summarized after file upload when configuring a new layout job.</p></figcaption></figure>

<table><thead><tr><th width="185.87109375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Job name</td><td>The name you assign to your layout job. If you wish, Quilter will automatically generate a default name from your input files.</td></tr><tr><td>Board dimensions</td><td>The dimensions of your board, in centimeters.</td></tr><tr><td>Components</td><td>The number of components detected within your design.</td></tr><tr><td>Components to place</td><td>The number of unplaced components that Quilter will attempt to place within your design.</td></tr><tr><td>Pins</td><td>The number of component pins detected within your design.</td></tr><tr><td>Pins to route</td><td>The number of unrouted component pins that Quilter will attempt to route within your design.<br><br>All layout jobs submitted to Quilter must have > 0 pins to route.</td></tr><tr><td>Pin density</td><td>A metric that identifies the % routable surface area of the board, specified as:<br><br>Pin density (%) = (Component Pin Area) / (Total Board Surface Area) * 100% </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/job-details.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.
