> For the complete documentation index, see [llms.txt](https://docs.engage.hivechain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engage.hivechain.app/user-interface/right-pane.md).

# Right Pane

The right pane shows the selected comment details and allows you to manage it.

![](https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/hive.engage/YqT9p8cP-image.png)

1. If the selected comment is a reply to one of your comments, your own comment will be displayed on top of if so you know what you wrote without opening the comment on Hiveit.com.\
   Your name is clickable and allows you to open your profile in a new tab.
2. The name of the author and its reputation. If you click on it, **Engage** will open its profile in a new tab.
3. If you click on the **Ignore author** button, this comment will be removed from the list as all other comments from the same author and you will never see comments from this author anymore.
4. A small icon. Clicking on it open the comment on Hiveit.com in a new tab

Under the comment, there is a “vote zone” with a Voting Power (VP) slider and several quick VP select buttons.

![](https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/hive.engage/NOHDHNX9-image.png)

You can select a positive value to upvote the comment, or a negative one to downvote the comment. **Engage** will memorize your last Voting Power from comments to comments and from sessions to sessions.

The last box is where you will write your answer:

![](https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/arcange/6GMOqCYq-image.png)

You can use the preview toggle(1) to display a preview pane on the right of your comment.

Below the comment input box, there are several buttons.\
The first one contains the name of the commenter (2). Click it to insert the author's name at the cursor position.\
The second one is a template selector that enables you to insert predefined text at the cursor position (more about templates below).

You will then find a few emojis that you can also insert in your answer. The last one is an emoji selector allowing you to pick any of your favorite emoji.

Finally, you have 3 “actions” buttons:

1. **Reply** will send your answer to the Hive blockchain
2. **Reply and Vote** will send your answer to the Hive blockchain and vote on the comment using the selected Voting Power.
3. **Vote** will vote using the selected Voting Power (without any answer).

When you click on one of these buttons, the comment will be removed from your inbox and considered as processed.

The first time you will reply and/or vote with **Engage**, your Hive Keychain browser extension will display a popup window and ask your authorization to perform the required action:

![](https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/arcange/cndSFi23-image.png)

*To avoid being annoyed by such popup each time you perform an action, you can safely check the checkbox before clicking CONFIRM.*


---

# 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.engage.hivechain.app/user-interface/right-pane.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.
