> 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/left-pane.md).

# Left Pane

The left pane shows a list of all comments. Each comment box shows:

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

1. The name of the author, its reputation and its ecosystem level. If you click on it, **Engage** will open its profile in a new tab. If you click on the HiveitBoard icon, **Engage** will open its board page in a new tab.
2. The time elapsed since the comment or mentions has been published. You can hover on it to display the exact date and time of publication.
3. A red cross. Click on it to discard the comment/mention, i.e. it will no longer appear in the list.
4. A small icon. Clicking on it open the comment/mention with your favorite Hive client in a new tab
5. A quick overview of the comment/mention content.


---

# 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/left-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.
