# Running Reports

### **How Reports are Generated**

**Automatic report generation.** When you run a data flow, the corresponding report is automatically generated. This ensures that every report reflects the most current state of the data flow it's associated with.

**Viewing reports.** Generated reports can be viewed on the Job page or the Reports page. This allows easy access and review of the reports generated from executed data flows.

### **Content of Reports**

**Data representation.** Reports display information directly from the real source or output nodes of the data flow. This means the data you see in the report is the most current and comprehensive view of your entire dataset.

**Charts in reports.** Charts included in the reports reflect the results over the whole dataset. They provide a visual representation of the data, making it easier to understand trends, patterns, and insights.

### **Characteristics of Reports**

**Non-editable format.** Once generated, reports are in a non-editable format. This ensures the integrity and consistency of the data presented in the reports.

**Report designer for edits.** If changes are required, you should return to the [report designer](/product-overview/building-reports/designing-reports.md#introduction) to make edits. You can adjust the layout, content, and data visualizations to update the report.


---

# 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.tabula.io/product-overview/building-reports/running-reports.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.
