> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/web-interface/vaults/entries/action-buttons.md).

# Action buttons

The display of ***Action Buttons*** for entries will vary depending on the type of entry selected and your Devolutions Server settings.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp8025.png)

<table><thead><tr><th width="202">Option</th><th>Description</th></tr></thead><tbody><tr><td>Add to favorites</td><td>Add the selected entry to favorites.</td></tr><tr><td>Check in</td><td>Release the session from check out.</td></tr><tr><td>Check out</td><td>Reserve the session.</td></tr><tr><td>Copy to clipboard</td><td>Copy the field of the selected entry (usually the username or password).</td></tr><tr><td>Download</td><td>Download a copy of the file contained in the entry.</td></tr><tr><td>Entry history</td><td>Hover the icon to see who created/edited the entry.</td></tr><tr><td>Get notified when</td><td>Subscribe to receive notifications for changes made on the entry.</td></tr><tr><td>More</td><td><p>Show more options for the selected entry:</p><ul><li>Save as Template</li><li>Password History</li><li>User-specific settings</li><li>Move to vault</li><li>Export (.rdm)</li><li>Send copy</li><li>Duplicate</li><li>Delete</li></ul></td></tr><tr><td>Navigate URL</td><td>Open the specified website URL in a new tab.</td></tr><tr><td>Open in web client</td><td>Launch a RDP session in a new browser tab.</td></tr><tr><td>Open session (Devolutions Launcher)</td><td>Launch a session in Devolutions Launcher.</td></tr><tr><td>Properties</td><td>Modify the properties of the selected entry.</td></tr><tr><td>Status</td><td><p>Change the <em><strong>Default</strong></em> status of the selected entry to:</p><ul><li>Locked</li><li>Disabled</li><li>Warning</li><li>Expired</li></ul></td></tr><tr><td>View</td><td>Display the field of the selected entry.</td></tr><tr><td>View password</td><td>Display the password of the selected entry.</td></tr></tbody></table>


---

# 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:

```
GET https://docs.devolutions.net/server/web-interface/vaults/entries/action-buttons.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.
