> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/premium-table/working-with-premium-table/2.-displaying-information/templates.md).

# Templates

Speed up your reporting with ready-to-use financial and standard templates, deployable instantly at the click of a button.

Access built-in templates from the **Actions** section of the Home ribbon.

{% hint style="info" %}
You can switch between these templates at any time. However, any customizations you have done with the already existing template may be lost depending on the template you choose.&#x20;
{% endhint %}

<figure><img src="/files/aYGzFZCSBAUdPy005D6d" alt=""><figcaption></figcaption></figure>

## 1. Grid templates

Grid templates are used to build typical tabular reports.&#x20;

### 1.1. Default grid

The Default grid option is shown below.

<figure><img src="/files/N0BBvfW29IwzDTBM8S65" alt=""><figcaption><p>Default grid</p></figcaption></figure>

### 1.2. Spreadsheet grid

The Spreadsheet grid option is very similar, but it evokes the feeling of working with spreadsheet software like Excel. The spreadsheet option is featured below.

<figure><img src="/files/NssX6fRjanGkgWyReBUV" alt=""><figcaption><p>Spreadsheet grid</p></figcaption></figure>

## 2. Financial templates

The financial templates are ideal for building financial reports and statements. It comes in two variations, the Simple and the Standard option.

### 2.1. Simple template

The Simple option is shown below. By default, the row categories are given more space to accommodate longer category names in financial statements, such as 'Number of shares outstanding.

<figure><img src="/files/rbL5TLvPCIVffOkHOwLu" alt=""><figcaption><p>Simple template</p></figcaption></figure>

### 2.2. Standard template

The standard option uses a currency symbol for all the measures (which can be customized or removed for specific measures).

<figure><img src="/files/CLVJSa79fzvVx4TdJcR6" alt=""><figcaption><p>Standard template</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.inforiver.com/premium-table/working-with-premium-table/2.-displaying-information/templates.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.
