# View Log Database

This option allows you to query the Log of the operations executed by MIS Communicator.

{% hint style="info" %}
This option will only be available if you enabled the [**Log to database**](/miscommunicator/configuration/advanced-options.md#log-to-database) option.
{% endhint %}

## Filters

* **From** - This options sets the start date for the Log query
* **To** - This options sets the end date for the Log query
* **Where** - This options sets the allows you to set additional filters on the Log query. For example you can filter on the Terminal by adding `And Terminal = 1`
* **Order By** - This option allows you to change to sorting of the Log query

{% hint style="info" %}
If you right click on a record on the table, you can select options to automatically add the Terminal or the SessionID to the filter.

You can also use this to Copy data from the record to the clipboard.
{% endhint %}

### Bottom to top

This option changes the order in which data is added to the table

### Auto Refresh

When enabled, MIS Communicator will automatically refresh the data on the table.

If this option is not enabled you will have to manually press the **Execute Query** button.

{% hint style="info" %}
The SessionID is useful to filter data to a single session.

When a device makes a new connection to MIS Communicator, a new session ID is generated. If you filter by the session ID you will see only the information related to that connection. It is useful if it is along session and it has a lot of records from other devices in between.
{% endhint %}

{% hint style="info" %}
This log is stored in a standard SQLite database. You can use other tools like SQLite studio to query this database.
{% endhint %}


---

# 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://doc.sysdevmobile.com/miscommunicator/others/untitled.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.
