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

# Deployment

The BEAM installer executable can be launched in "very silent" mode, so no dialogs are shown to the user. Below is the command line to do so.

```
setup.exe /VERYSILENT
```

Automatic login can be achieved by placing a special encrypted license file ( beam.lic ) after install in a specific folder.\
You can retrieve this file from an existing installed and logged copy of BEAM in the same location.\
The location of beam.lic is:

```
C:\ProgramData\Beam
```

Once obtained the .lic file, is sufficient to copy it in this directory for the user to automatically login. This operation can be done after the install is complete by a script in your deployment software.

{% hint style="warning" %}
If login credentials are changed the .lic file will need to be regenerated and re-deployed.
{% endhint %}


---

# 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://wiki.mksdtech.com/license/deployment.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.
