# Multiple GPUs

{% hint style="warning" %}
This guide is only applicable to LightAct servers and should **not be** read as a general guide about multi-GPU systems.
{% endhint %}

The main goal of a multiple GPU setup in LightAct is to gain more video outputs from a single server and/or to gain more rendering power. Even though LightAct does not offer a native select GPU feature, you can still take advantage of a multiple GPU setup.

A typical multiple GPU reActor configuration consists of:

* 1 x GPU for GUI output.
* 2 x GPU for Video Outputs.

In this kind of setup, the first GPU acts as a GUI Extension Module. The other two GPUs are dedicated for outputting content. These GPUs are usually much more powerful and are meant to carry most of the work. By design, this setup does not take full advantage of all GPUs. To achieve this desired behavior, we will have to go through a some additional steps.

Before starting, we recommend you **Export** and **Load EDIDs** for all of your connected display devices.

{% content-ref url="/pages/FHlfQZejtDnbmnfjFjZq" %}
[Set up Mosaic](/output-setup/output-management/set-up-mosaic.md)
{% endcontent-ref %}

{% content-ref url="/pages/VJ1eaFQJqXrUZYHPw5aN" %}
[Primary Display](/output-setup/output-management/multiple-gpus/primary-display.md)
{% endcontent-ref %}

{% content-ref url="/pages/rxJ9wCUB8xwV6c3jddMh" %}
[Workflow](/output-setup/output-management/multiple-gpus/workflow.md)
{% endcontent-ref %}


---

# 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://docs.lightact.com/output-setup/output-management/multiple-gpus.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.
