# Background tasks

### View background tasks

Background tasks are shown directly on the Background tasks page.

### Filter background tasks

Background tasks can be filtered by two different options:

* My background tasks
* All background tasks

### Show background task log

1. Click "Log"-icon

### Restart background task

1. Click "Restart"-icon

{% hint style="info" %}
You can only restart background tasks that failed.
{% endhint %}

### Download background task result

1. Click filepath under the Task information column

### Review AI translations

1. Click the arrow to the right of the status column
2. Approve or decline translations
3. Click "Save approved translation"

### Review AI text generation

1. Click the arrow to the right of the status column
2. Approve or decline generated text
3. Click "Save approved translations"


---

# 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.struct.com/pim3/reference/background-tasks.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.
