> For the complete documentation index, see [llms.txt](https://help.taglo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.taglo.io/using-taglo-software/the-taglo-interface/previewing-and-editing.md).

# Previewing and Editing

## Showing and Hiding Previews

Most lists in Taglo software follow the same approach to displaying information about their items.

Clicking on an item in the list (or anywhere next to the item) will bring up a **preview panel** on the right-hand side of the list.

{% hint style="info" %}
The only exception to this is when you are selecting an item from a list [**within a Dialog**](/using-taglo-software/the-taglo-interface/using-wizards.md#selecting-items-in-dialogs), in which case, clicking directly on the item will select the item - you will need to click next to the item to preview it.
{% endhint %}

Clicking on the close button (<img src="/files/NOwx4TEKSHYrfLTEMGDi" alt="Screenshot of the &#x22;Collapse preview&#x22; button" data-size="line">) in the preview panel will collapse the preview to the right hand side of the list. To reopen the preview, press the open preview button (<img src="/files/LmV5kBeVOZlz089hFJCM" alt="Screenshot of the &#x22;Expand Preview&#x22; button" data-size="line">) in the collapsed preview.

<figure><img src="/files/RyjK33hUEPT9cg9kWc44" alt="GIF showing use of the Preview Panel in a list of Variables. The user selects several Variables in turn, which details of each Variable being shown in the Preview Panel, which appears on the right hand side of the interface. The user then closes the preview panel and reopens it."><figcaption><p>Showing and collapsing the Preview Panel</p></figcaption></figure>

## Preview Actions

You will also usually see a standard set of buttons at the top of the preview <img src="/files/gYSFBSn3YQD1QDoxEDJA" alt="Screenshot of the Edit, Copy and Delete buttons" data-size="line">  that will allow you to perform common actions:

1. **Edit** the item - clicking here will open an Edit [**Wizard** ](/using-taglo-software/the-taglo-interface/using-wizards.md)\[or use `Ctrl+E` keyboard shortcut]
2. **Copy** the item - clicking here will create a duplicate item \[or use `Ctrl+D` keyboard shortcut]
3. **Delete** the item - \[or press `Del` key with one or more items selected in the list]&#x20;

Edit, Copy and Delete controls are also shown on the collapsed preview.

{% hint style="info" %}
In some lists, you may be able to edit multiple items simultaneously, and the preview panel will show a different view for single and multiple selections
{% endhint %}


---

# 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://help.taglo.io/using-taglo-software/the-taglo-interface/previewing-and-editing.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.
