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

# Install

* Head on over to the [dashboard ](https://dashboard.prismaio.com/)to download

{% hint style="info" %}
**System Requirements:**

* Memory (RAM)**:** `4 GB`
* Disk Space: `5 GB`
  {% endhint %}

{% tabs %}
{% tab title="Start Here" %}

* Click the tab corresponding to the device you are installing PrismAIO on.
  {% endtab %}

{% tab title="Windows" %}

### **Step 1:**

Click the button below to download the Windows version

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

### **Step 2:**

* Click the `prism-setup.exe` folder to get started. This can be found by heading to `file explorer -> downloads`  and double-clicking the Prism download file.

### Step 3:

* Proceed with the setup by following the on-screen instructions.&#x20;

### Step 4:

* &#x20;Login using the **same email and password that you use to login to the dashboard.** If everything is correct, PrismAIO will open and you will be presented with the bot.

![](/files/-Mjpo8yhPVzmBWqKuvdX)
{% endtab %}

{% tab title="Mac" %}

### **Step 1:**

Click the corresponding button below to download the Mac version

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

### **Step 2:**

* Go ahead and click the `prism-setup.dmg` file to get started. This can be found my heading to `Finder -> Downloads` and double-clicking the Prism download.

### Step 3:

* Drag the PrismAIO icon into the Applications folder. Then, double click the PrismAIO application to open.

### Step 4:

* &#x20;Login using the **same email and password that you use to login to the dashboard.** If everything is correct, PrismAIO will open and you will be presented with the bot.

![](/files/-Mjpo8yhPVzmBWqKuvdX)
{% endtab %}
{% endtabs %}


---

# 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://help.prismaio.com/installation/install.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.
