> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/app/workspace/jobs/jobs-data-gen-gantt.md).

# Viewing a Gantt chart of a data generation job flow

{% hint style="info" %}
This feature is currently in beta.
{% endhint %}

From the job details view, you can display a Gantt chart that shows the flow of a data generation job over time. The chart can help you to understand the different steps of a data generation job and how long it takes Structural to complete each step.

Note that this option is only available for data generation jobs that use the newer data generation process. For more information, go to [Running data generation manually](/app/workflows/data-generation-run-job/data-generation-manual.md#confirm-gen-details-data-pipeline-v2). Data generation jobs that use the older process do not produce the Gantt chart.

To display the chart, click **Reports and Logs**, then select **View Gantt**.

The **Job Visualization** page displays the Gantt chart of the job progress.

<figure><img src="https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FC651mjW0xrqmrVOHhHCM%2FJobVisualization.png?alt=media&amp;token=48ee7a58-4642-42cf-ab1a-41c24c8d08c4" alt=""><figcaption><p>Job Visualization page with a Gantt chart of the job flow</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/app/workspace/jobs/jobs-data-gen-gantt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
