# Fabricate requirements

The server or cluster that you deploy Fabricate to must at a minimum have access to the following resources:

<table><thead><tr><th width="165" valign="top">Resource</th><th valign="top">Requirement</th></tr></thead><tbody><tr><td valign="top">CPUs</td><td valign="top"><strong>Minimum:</strong> 2 vCPUs<br><br><strong>Supported architectures:</strong> <code>AMD64 (x86-64)</code>, <code>ARM64 (aarch64)</code></td></tr><tr><td valign="top">Memory</td><td valign="top"><strong>Minimum:</strong> 4 GiB<br><br><strong>Recommended:</strong> 16 GiB</td></tr><tr><td valign="top">Disk space</td><td valign="top"><strong>Minimum:</strong> 32 GiB (for Database, Redis, Docker images)<br><br>For best performance, recommend NVMe SSD storage with high IOPS.</td></tr><tr><td valign="top">SMTP server</td><td valign="top"><p>An external SMTP server is required.</p><p><br><strong>Supported protocols:</strong> <code>STARTTLS (587), TLS / SSL (465)</code></p></td></tr><tr><td valign="top">LLM Provider</td><td valign="top">An external LLM provider is required for AI features.<br><br><strong>Supported providers:</strong> Amazon Bedrock, Anthropic, Azure AI Foundry</td></tr><tr><td valign="top">Access to quay.io</td><td valign="top"><p>Fabricate images are available for Enterprise customers on the quay.io registry.</p><p></p><p>To access the images, you must authenticate using credentials provided to you by Tonic.ai.</p><p></p><p>For details, contact sales@tonic.ai.</p></td></tr></tbody></table>


---

# 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.tonic.ai/fabricate/self-hosting-fabricate/fabricate-requirements.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.
