# Job Actions

### Overview

Quilter offers various job actions to help you efficiently iterate and organize your layout jobs. You can access these job actions in two locations: the Layout Jobs Overview page and the Candidate Details header.

<figure><img src="/files/8AGoO4CvB2EXZX7cNmPu" alt=""><figcaption><p>Access job actions from the layout jobs home page.</p></figcaption></figure>

<figure><img src="/files/oMkbC9npavxLOjmCbKtH" alt=""><figcaption><p>Access job actions from the candidate details header.</p></figcaption></figure>

### Supported job actions

<table><thead><tr><th width="162.62109375">Job Action</th><th>Description</th></tr></thead><tbody><tr><td>Details</td><td>View details about the input files, physics constraints, and design parameters associated to your layout job</td></tr><tr><td>Rename</td><td>Update the name of your layout job</td></tr><tr><td>Delete</td><td>Delete this layout job from your Quilter account. <strong>Deleted layout jobs cannot be recovered.</strong></td></tr><tr><td>Duplicate</td><td>Copies the input files and physics constraints defined for your existing layout job to a new draft job.</td></tr></tbody></table>

{% hint style="success" %}
**Using "Duplicate" for iteration.**\
Our "duplicate" action simplifies running new versions of the same layout job with slight changes to the input files or physics constraints.\
\
Use the "duplicate" feature to re-run your layout job with:

* **Updated constraints**, such as a corrected bypass capacitor connection
* **Different design parameters**, like corrected connector placements or a new placement area
  {% endhint %}


---

# 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/job-actions.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.
