> For the complete documentation index, see [llms.txt](https://docs.informationhub.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.informationhub.io/home/jobs.md).

# Jobs

The Jobs page is where you monitor and manage background operations on your account. When you submit forms offline, trigger a data import, or perform other background operations, each operation becomes a **job**. Once you are back online, jobs are processed automatically and you can track their progress here.

<figure><img src="/files/qsm3AM0zxSQTStJaL77m" alt="The jobs page"><figcaption><p>The jobs page</p></figcaption></figure>

## Navigating the Jobs section

The Jobs section has three pages, accessible from the sidebar:

* **Overview** - shows your pending and queued jobs.
* **Manager** - shows jobs that have failed.
* **History** - shows all completed and processed jobs.

Click the sidebar links to move between these pages.

## Overview - pending jobs

The Overview page lists jobs that are waiting to be processed. Click a job row to expand it and see the full job details.

Use the **ellipsis menu** (three dots) on any job row for two options:

* **Execute** - run the job immediately (useful if you want to retry or process a job without waiting).
* **Download** - save the job data and any associated files as a ZIP archive to your device.

There is also a **View Cache** link on the Overview page that takes you directly to the History page.

## Manager - failed jobs

The Manager page lists jobs that encountered an error during processing. Click a row to expand it and read the error details.

Use the **ellipsis menu** on a failed job to:

* **Execute** - retry the failed job.
* **Download** - save the job data as a ZIP.

There is a **View Cache** link on this page that takes you to the History page.

{% hint style="info" %}
Most failures are caused by a network interruption. Check your connection and use Execute to retry the job.
{% endhint %}

## History - completed jobs

The History page shows all jobs that have finished processing. Click a row to expand it and view the full details of the completed operation.

Use the **ellipsis menu** to Download any completed job's data.

{% hint style="info" %}
Most jobs complete automatically. You only need to visit this page if you want to check on pending uploads or troubleshoot a failed job.
{% 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:

```
GET https://docs.informationhub.io/home/jobs.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.
