# Minimum Supported Specifications

| Platform | Specifications                                                                                                                                                                                  |
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| iPhone   | <ul><li>OS: iOS 12</li><li>CPU: A10+</li><li>GPU: Vulkan</li><li>Memory: 1GB RAM</li><li>Disk: 500MB</li></ul>                                                                                  |
| Android  | <ul><li>OS: Android 6.0 Marshmallow</li><li>CPU: ARMv7 with Neon Support (32-bit), ARM64</li><li>GPU: OpenGL ES 3.0+, Vulkan</li><li>Memory: 1GB RAM</li><li>Disk: 500MB</li></ul>              |
| PC       | <ul><li>OS: Windows 7 (SP1+), Windows 10 and Windows 11</li><li>CPU: x86, x64 architecture with SSE2 instruction set support.</li><li>GPU: DX10, DX11, DX12 capable.</li><li>RAM: 1GB</li></ul> |
| Mac      | <ul><li>OS: High Sierra 10.13+</li><li>CPU: Apple Silicon, x64 architecture with SSE2.</li><li>GPU: Metal capable Intel and AMD GPUs</li><li>RAM: 1GB</li></ul>                                 |


---

# 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://fundimension.gitbook.io/blast-royale/technology/minimum-supported-specifications.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.
