> For the complete documentation index, see [llms.txt](https://docs.theiamarkerless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theiamarkerless.com/apollo-v2024/theia3d-documentation/getting-started/system-requirements.md).

# System Requirements

## Overview

Theia3D is an advanced deep learning algorithm-based software which runs and processes data on your local PC. This means that there are specific requirements in order for it to operate properly and perform as intended, which are laid out below.

{% hint style="warning" %}
Although there are laptops available which meet the system requirements and can run Theia software, we generally do not recommend laptops for dedicated processing of markerless data. Their reduced capabilities result in longer processing times, so it is recommended to use a dedicated desktop PC for data processing.&#x20;
{% endhint %}

## GPU

One or more CUDA-capable NVIDIA graphics card(s) with the following:

* At least 8 GB of memory
* Support for [compute capability 7.0 or greater](https://developer.nvidia.com/cuda-gpus)
* Updated [graphics card drivers](https://www.nvidia.com/download/index.aspx). The program will not run if the graphics driver is not up to date.

{% hint style="info" %}
Pre-built engines are provided for NVIDIA RTX 3090 and NVIDIA RTX 4090. Engines for all other graphics cards are built automatically the first time Theia3D is run after installation.
{% endhint %}

## CPU

{% hint style="success" %}
Recommended: octa-core i9 processor or better.
{% endhint %}

{% hint style="info" %}
Minimum: quad-core i7 processor or equivalent.
{% endhint %}

## RAM

{% hint style="success" %}
Recommended: 32 GB or greater.
{% endhint %}

{% hint style="info" %}
Minimum: 24 GB.
{% 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://docs.theiamarkerless.com/apollo-v2024/theia3d-documentation/getting-started/system-requirements.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.
