> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/library/generating-object-books.md).

# Generating Object Books

Generate a structured report for an item.

An **Object Book** is a downloadable report that consolidates a selected item and its related data into a single, structured document.

***

## Interactive Tour

Learn how to generate an Object Book and quickly convert an item into a structured report.

{% @howdygo/embed url="<https://app.howdygo.com/share/f7957117-ac4e-456b-8bf2-a75d850f15c7>" fullWidth="true" %}

***

## Generating an Object Book

Follow the steps below to create and download an Object Book:

{% stepper %}
{% step %}

### Accessing the Object Book Panel

* Open the **Details Panel** for the item you want to generate a report for.

  → See: [Viewing Documentation](/interfacing-help-files/end-users/library.md#viewing-documentation)
* Click the **More Options** (<i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>) icon.
* From the menu, select **Object Book**.
* The **Download Object Book** panel opens, showing available templates and configuration options.

***

{% endstep %}

{% step %}

### Selecting a Template

Choose a template to determine which information is included in the report and how it is organized.

{% hint style="success" %}

#### Filtering & Previewing Templates

* Use the [**Keyword Filter**](/interfacing-help-files/end-users/list-view-management/searching-and-filtering-in-list-view.md#searching-with-keywords) at the top of the panel to search for specific templates. The list updates automatically as you type.
* To preview a template, click the **View Details** (<img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FIAlpvjgSBR3lKZjwsXm7%2FIMS-KI-L-9.svg?alt=media&amp;token=262f3701-b544-43fe-b1bc-d17a29a18e55" alt="" data-size="original">) icon next to it.
  {% endhint %}

***

{% endstep %}

{% step %}

### Configuring Report Options

At the bottom of the panel, use the **Options** dropdown to customize the report.

#### <i class="fa-books">:books:</i>  Available for All Items

* **Include All Children:** Select to include all related child items in the report.

#### <i class="fa-diagram-project">:diagram-project:</i>  Available for Process Items

* **Include All Shortcuts:** Select to include process shortcuts in the report.
  * This option is only available when **Include All Children** is selected.

{% hint style="info" %}
For process items, the **Options** section also includes the following read-only map settings:

* **Map Orientation:** Left-to-Right
* **Map Layout:** My Current Map Setting
* **Map Page Break Options:** Use Canvas Grid Page Breaks
  {% endhint %}

***

{% endstep %}

{% step %}

### Downloading the Object Book

After selecting a template and customizing options:

* Click **Download**.

  The report is generated and downloaded to your device.
* Access the file from:
  * Your browser’s download notification, or
  * Your **Downloads** folder.

{% hint style="success" icon="lightbulb" %}
**Tip:** Use <kbd>**Ctrl**</kbd>**&#x20;+&#x20;**<kbd>**J**</kbd> (Windows) or <kbd>**Cmd**</kbd>**&#x20;+&#x20;**<kbd>**J**</kbd> (Mac) to quickly open your **Downloads**.
{% endhint %}

***

{% endstep %}
{% endstepper %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/end-users/library/generating-object-books.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.
