# Creating Reports

### How to Create Ad hoc Reports <a href="#how-to-create-a-d-hoc-reports" id="how-to-create-a-d-hoc-reports"></a>

Follow this instruction to create or test new reports that you need on a one-time basis. You may refer to the [Report Elements](/user-guide/reporting/report-elements.md) section for further guidance on creating reports.

1. Navigate to **My Objects → My Reports**.

<figure><img src="/files/ZGFvUflltTdS2rFxXkVu" alt=""><figcaption><p>Figure 1: My Objects Menu Options in IT-Conductor</p></figcaption></figure>

2. Click on the **“+”** icon.

<figure><img src="/files/i8DFLmONBWQR9QZUrM54" alt=""><figcaption><p>Figure 2: Created Reports in IT-Conductor</p></figcaption></figure>

3. You will be prompted with this screen where you need to fill in the following details:
   * **Name** and **Description**
   * **Time Windows Begin/End** - Date for when the Report is ON (active)
   * **Owner** - Override instance owner; the schedule's owner is used by default.
   * **Removal Age** - Override the removal age of the instance. If not specified, use the definition's removal age. If the definition removal age is not specified, use the number of days since the last scheduled run.
   * **Output Type**, **Page Size**, and **Page Margin** for the report’s format
   * **Delivery Recipients**, **Sender**, and **Subject**

<figure><img src="/files/K9FfSO2pE1VgjQjwz6NP" alt=""><figcaption><p>Figure 3: Create Report Wizard in IT-Conductor</p></figcaption></figure>

To create a Report based on a previously existing template, select a file from the Git Repository list. Then select a report from the Report File list. The list of reports depends on the file you selected from the Git repository.

<figure><img src="/files/RgX4zyqaGaTpz5shYOC3" alt=""><figcaption><p>Figure 4: Selecting a Template from Git Repository</p></figcaption></figure>

<figure><img src="/files/WuTQkhGCRBbIdPsXjrbm" alt=""><figcaption><p>Figure 5: Selecting a Report from Report Files</p></figcaption></figure>

4. Click on the **"+"** or **Save** icon to save and finish.


---

# 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.itconductor.com/user-guide/reporting/creating-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.
