# Pages & widgets

Unlike traditional spreadsheets, in Irelia, you can create multiple views of the same data, and display multiple data sets on one page. This allows you to create useful dashboards and custom applications tailored to your needs.

## Pages

In Irelia, you organize your document into "pages". These are listed in the left panel, with collapsible groups. You may rearrange and group pages in the left panel by dragging them to suit your needs.

You can rename, remove, or duplicate pages using the three-dots menu next to the page name in the list.

Using the opener icon (<img src="https://2146076455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnkD4RCjP1WLRakyVkU17%2Fuploads%2F03h8rxd0Bk2hpXs66ocV%2FScreen%20Shot%202022-07-13%20at%2018.26.58.png?alt=media&#x26;token=ff3caeef-0d05-4eab-b27b-b2a452690765" alt="" data-size="line">) near the top of the left panel, you can collapse the panel to show only the initials of each page, leaving more screen space to view your data.

To add a new page, use the "Add New" button, and click "Add Page". At that point, you'll get to choose the page widget to include in the new page.

## Widgets

A page contains sections, such as tables or charts, which we call "page widgets". Each page widget shows data from one table. A page may contain more than one page widget, and you can arrange and link them to create useful layouts.

Here are the supported kinds of page widgets. The salient features of each one are described on separate pages.

* Table: similar to the spreadsheet grid and a good way to see many records at once.
* Card: shows a single record in a form-like layout which you can customize.
* Card List: uses the same layout options as a card, and displays a scrollable list of records.
* Chart: plots data on a chart with support for several different chart types.
* Custom: inserts a custom webpage, optionally granting it access to the document's data.

![](https://2146076455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnkD4RCjP1WLRakyVkU17%2Fuploads%2FGdgqkQl1DczhFAiDJAMj%2FScreen%20Shot%202022-07-13%20at%2018.36.14.png?alt=media\&token=be7a18de-7734-4437-a21c-695eeedd2a30)


---

# 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://ciusji.gitbook.io/irelia/pages-and-tables/pages-and-widgets.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.
