> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/dialog-user-guide/dialog-software-manual/getting-started/software-introduction/message-panel.md).

# Message Panel

## Status Message panel

The 'Status Message' panel displays the date, time, and origin of all messages relating to the status of the software and any connected and online hardware.

<figure><img src="/files/MWWYnI2FelQGRXLCgx0Y" alt=""><figcaption></figcaption></figure>

The panel also contains a "right-click" menu, as shown below:

![](/files/6msewZrgXHpyHcKmlAmL)

* **View**—Provides a list of selectable data columns to display and a 'show last message' selection function.
* **Clear message**—Removes the highlighted message from the list.
* **Clear all messages**—Removes all messages from the panel.
* **Save all messages**—Provides the option to save the messages in various formats: .log, .doc, .xls, .html and ".CSV".

## Status Bar

The 'Status Bar' displays several key pieces of information that remain visible during all the software operations.

<figure><img src="/files/LFryPn2zTrYfxxAnRC2j" alt=""><figcaption><p>(As read from left to right)</p></figcaption></figure>

* **Rebel Status**—Indicates the connection status of the Rebel by any of the connection methods.
* **Modules**—Indicates to users the number of 'Modules' created for the current 'Configuration Structure', with a maximum of 10.
* **Data Items**—Indicates the number of 'Data Items' implemented in the current 'Configuration Structure', with a maximum of 1000(ARM processor-based Rebel Loggers).
* **Analysis File**—Displays the ".IVD" data file currently imported into the 'Recording Analysis' panel.


---

# 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://docs.influxtechnology.com/support_guides/dialog-user-guide/dialog-software-manual/getting-started/software-introduction/message-panel.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.
