# Entering data

A spreadsheet-like grid is a great way to see data. In Irelia, this is the view offered by the default page widget called "Table".

As in a spreadsheet, you can use the mouse or arrow keys to move around the cells of a table. To start entering data into a selected cell, either start typing, hit `Enter`, or double-click the cell.

## Linking to cells

You can make a sharable link to a cell by pressing `⌘ ⇧ A` while the cell is selected. This option is also available via the row menu as "Copy anchor link". The link will be placed in your clipboard, ready to paste into an email or an instant messaging app. The link will open only for people with access to the document.<br>


---

# 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/entering-data.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.
