# Local Server Infrastructure

Everything in the Prediqt ecosystem runs on **fully-owned, local infrastructure** — no cloud reliance, no rented services. All hardware is owned by the team, and we have **24/7 physical access** to every component powering our systems

We currently operate two high-performance servers, both running on the same local network with **<1ms latency** between them:

**Server 1 – Backend & Tool Engine**

* Intel Xeon E5-2683 v4
* 32 Cores / 64 Threads
* 384GB RAM
* 2TB SSD Storage
* NVIDIA RTX 2070 8GB

**Server 2 – Node & Database Host**

* Intel Xeon E5-2686 v4
* 36 Cores / 72 Threads
* 128GB RAM
* 4TB NVMe Storage
* AMD Radeon RX 5700 XT

This setup ensures **maximum speed, stability, and security**, with direct control over all systems. By avoiding third-party infrastructure, we eliminate external points of failure and keep everything running at full throttle

<div align="left"><figure><img src="/files/BAyTIC3UZ3qeE90LMNui" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/5FH9oNfztukQKpuiH8q8" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.prediqt.xyz/prediqt-technology/local-server-infrastructure.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.
