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

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