> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/data-center/data-center-overview/frankfurt-partner-data-centers/aoc-data-center.md).

# AOC data center

***

AOC Data Center (Accent Office Center) is a high-availability colocation facility located in Frankfurt am Main, Germany, with immediate proximity to DE-CIX and major European network routes. The facility is designed for secure enterprise and mission-critical workloads, featuring redundant power supply, advanced fire protection, compartmentalized data halls, and 24/7 monitoring and operations.

### Power

|                               |                                   |
| ----------------------------- | --------------------------------- |
| UPS redundancy                | Yes (N+1)                         |
| UPS type                      | Central UPS systems               |
| Backup power type             | Diesel generators                 |
| Backup power redundancy       | Yes (2 independent generators)    |
| Utility connection redundancy | Yes (two independent substations) |
| Power distribution            | Redundant A- and B-feeds to racks |

### Cooling

|                    |                                   |
| ------------------ | --------------------------------- |
| Temperature        | Controlled (data center standard) |
| Humidity           | Controlled                        |
| Cooling redundancy | Yes                               |
| Cooling type       | Raised floor cold air supply      |
| Airflow concept    | Cold aisle / hot aisle separation |
| Free cooling       | Yes (indirect free cooling)       |

### Fire prevention & suppression

|                         |                                                                                       |
| ----------------------- | ------------------------------------------------------------------------------------- |
| Detection system        | Early smoke detection (VESDA / RAS)                                                   |
| Fire suppression        | <ul><li>Inert gas (Argon)</li><li>FM200 / Novec 1230 (depending on section)</li></ul> |
| Fire compartments       | Yes (separate sections R1, R2, R3)                                                    |
| Fire protection concept | Room-based gas extinguishing with pressure relief                                     |

### Security

|                        |                                  |
| ---------------------- | -------------------------------- |
| 24/7 guarded access    | Yes                              |
| CCTV                   | Yes (all critical areas)         |
| Alarm system           | Yes                              |
| Security personnel     | Yes (on-site)                    |
| Access control         | Electronic access control system |
| Authentication factors | Access cards                     |

### Amenities

|                      |     |
| -------------------- | --- |
| Parking              | Yes |
| 24/7 customer access | Yes |
| Remote hands 24/7    | Yes |

### Services

|                        |     |
| ---------------------- | --- |
| Colocation             | Yes |
| Full rack colocation   | Yes |
| Shared rack colocation | Yes |
| Private cages          | Yes |
| Remote hands           | Yes |
| Managed services       | Yes |
| Cross connects         | Yes |

### Colocation

|                              |     |
| ---------------------------- | --- |
| Private cages                | Yes |
| Lockable racks               | Yes |
| Fiber patch panels           | Yes |
| Copper patch panels          | Yes |
| Customer-specific build-outs | Yes |

### Network connectivity

|                       |           |
| --------------------- | --------- |
| Carrier neutral       | Yes       |
| DE-CIX connectivity   | Yes       |
| Multiple carriers     | Yes       |
| Dark fiber            | Available |
| Redundant fiber paths | Yes       |

### Building

|                       |                                    |
| --------------------- | ---------------------------------- |
| Building type         | Multi-section data center facility |
| Raised floor          | Yes                                |
| Loading docks         | Yes                                |
| Goods elevator        | Yes                                |
| Total colocation area | 1200 m²                            |
| Number of racks       | 1000                               |

### Sustainability

|                              |     |
| ---------------------------- | --- |
| Renewable electricity supply | Yes |

### Certification

|          |                                                                     |
| -------- | ------------------------------------------------------------------- |
| ISO9001  | International standard for quality management systems.              |
| ISO27001 | International standard for information security management systems. |


---

# 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.glesys.com/data-center/data-center-overview/frankfurt-partner-data-centers/aoc-data-center.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.
