> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/miscommunicator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/miscommunicator/others/about.md).

# About

The About window shows information about the product version.

It shows the version of the 3 main components in MIS Communicator, normally they should all show the same version information. You may be asked about this information when contacting Sysdev support.

## OEM

It is possible to configure the About screen to customize it to your company brand.

You can edit the file **OEM\OEM.ini** in MIS Communicator installation folder and set the following values:

* **Description** - The value that should appear under the **Description** field in the About
* **Company** - The value that should appear under the **Company** field in the About
* **Webpage** - The value that should appear under the **right side image** in the About where by default you see Sysdev URL
* **ProductLogo** - It is the BMP file to replace the **right side image** in the About. It should be a 360x115 pixels image


---

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