# Jobs System

#### Jobs Listing

The jobs listing, accessible via the Jobs tab under the Org Settings, retains record of every import, export, and render, as well as respective status.<br>

<figure><img src="/files/5UDl0kpCRTXfEmnODm6Z" alt=""><figcaption></figcaption></figure>

#### Pausing and Resuming

Jobs can be paused and resumed from within the Jobs listing via the **More Options** Menu on the right of side of each Job.<br>

<figure><img src="/files/DK6DkQwst8u6ZvHlkEAS" alt="" width="189"><figcaption></figcaption></figure>

#### Jobs Notification Menu

To the left of the User Profile there is an icon which allows for a quick preview of recent Job Status.<br>

<figure><img src="/files/JNOL8VVFZ1ZVnClsWXWo" alt="" width="375"><figcaption></figcaption></figure>

#### Render Jobs

![](/files/HzXzF9KwqBFUkeCzmaiB)

Individual Job records include two sections, Parameters and Runs. Parameters include relevant information about the Job, including configuration information, when appropriate.

The .png file created when a render job has completed is accessible from the Results field of the Runs panel on the corresponding job record.

Similarly, exporting to any format available from the dropdown on the Asset Listing will also produce a file on the corresponding job record.


---

# 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://community.threekit.com/platform-documentation/org-setup/jobs-system.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.
