# Install

Download the appropriate file for your operating system from the [releases](https://github.com/drankush/voxrad/releases):

* For Mac: Download the .app file
* For Windows: Download the .exe file

{% hint style="warning" %}
**Gatekeeper Bypass:**

Since the VOXRAD macOS application is self-signed, you may encounter a security warning when trying to open the app. To bypass this, please follow these steps:

* Go to System Preferences > Security & Privacy.
* Under the General tab, you may see a message about VOXRAD being blocked.
* Click the Open Anyway button to bypass Gatekeeper and launch the application.
* You will need to enter your password.
  {% endhint %}

Click `⚙️ Settings` button at bottom right corner of the application interface.

* In the first Tab  `🛠 General` click Browse and select your desired working directory.&#x20;
* Here your encrypted keys, templates, and last recorded audio file will be kept.

There is a **Templates** folder that you can open by clicking the button `Open Templates Folder` in the `🛠 General` tab of settings.

* Here you can place `.txt` and `.md` template instruction files for various reports like HRCT Thorax, CECT Abdomen, etc.


---

# 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://voxrad.gitbook.io/voxrad/fundamentals/getting-set-up/install.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.
