# Retry

💡 Retry lets you reprocess the failed records from a Job run, without needing to go through the steps, or create a new job again.

## When can I Retry?

You can Retry the failed records of any job run. This is available for up to 14 days after a job run.

## How to Retry

From the Failed records page of a Job run, you will see the Retry button at the top right:

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

Clicking this button, and confirming on the next screen, will then create a new job run, with Retry appended to the name:

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


---

# 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://help.dataimporter.io/jobs/retry.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.
