# Image Repair Task FeaturePhotoFixer & BG Remover

## Image Precision AI Image Repair Task Feature

### Introduction

Welcome to the image repair feature of the Shopify app [**PhotoFixer & BG Remover**](https://apps.shopify.com/image-precision-ai?from=gitbook). This document will provide you with detailed explanations of the task recording feature of this app.

| Version | Update Date |
| ------- | ----------- |
| 1.0     | 2024-04-07  |
| 2.0     | 2024-05-05  |

### Task List Page

Image repair is a time-consuming operation, especially when it involves third-party services. Therefore, all image repair work is designed to be executed in the form of tasks.

Upon successful submission of a task, a task record will be generated in the "Tasks"

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

Each task has the following common attributes:

| Attribute    | Description                                                                |
| ------------ | -------------------------------------------------------------------------- |
| ID           | System task ID                                                             |
| Name         | Task name                                                                  |
| Record Type  | Task type, including product image repair, etc.                            |
| Cost         | Task cost                                                                  |
| Status       | Task status, including queued, in progress, completed (success or failure) |
| Created Time | Task creation time                                                         |

### Task Details Page

Clicking on the "Name" column of a task will take you to the task details page, which includes information about the task, execution logs, and images in the task.

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

In the "Images" section, you can download the images to your local device.

Click the "Compare Images" button to open a comparison window where you can select two images to compare. In the comparison window, there is a "Revert" button that allows you to revert to the previous state. Alternatively, you can click the "Replace" button to replace the current image with the new one.

<figure><img src="/files/re8Yo7DOHQiPz2Z44lvD" 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://jue-yuan-ti-cai-gousorganization.gitbook.io/image-precision-ai/image-repair-task-featurephotofixer-and-bg-remover.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.
