# Actions

## Overview

The detail view provides users with a range of actions to effectively manage the current record. Users can sign the record to authenticate or approve its content, duplicate it to create an exact copy for further use, print the record for offline documentation, and archive the record to store it securely for future reference. These actions streamline record handling, ensuring both efficiency and security in managing data.

## Actions

* [Sign](/user-guide/detail-view/actions/sign.md)
* [Print](/user-guide/detail-view/actions/print.md)


---

# 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://docs.labii.com/user-guide/detail-view/actions.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.
