# Deployment

For on-premise deployment, the following are the hardware requirements.

#### Using pre-trained models

| Service                     | Minimum               | Recommended           |
| --------------------------- | --------------------- | --------------------- |
| **Text Extraction**         | 8 cores, 16-GB memory | 8 cores, 24-GB memory |
| **Layout Analysis**         | 8 cores, 16-GB memory | 8 cores, 24-GB memory |
| **Invoice Data Extraction** | 4 cores, 8-GB memory  | 8 cores, 8-GB memory  |
| **Receipt Data Extraction** | 4 cores, 8-GB memory  | 4 cores, 8-GB memory  |

#### Custom Models

| Service                         | Minimum              | Recommended          |
| ------------------------------- | -------------------- | -------------------- |
| **Custom Serving**              | 2 cores, 1-GB memory | 4 cores, 2-GB memory |
| **Custom Serving and Training** | 4 cores, 2-GB memory | 8 cores, 4-GB memory |
|                                 |                      |                      |


---

# 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.visualyze.ai/visualyze-document-ai/deployment.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.
