> For the complete documentation index, see [llms.txt](https://maintainit.imaginitfm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maintainit.imaginitfm.com/system-administration/system-requirements.md).

# System Requirements

MaintainIt is a flexible web-based app that can run in any modern browser on your phone, tablet, or desktop computer. Just go to the your companies link, log in, and you're ready to go.

## Supported Browsers

The MaintainIt app can run on any modern browser and device.

* Google Chrome
* Mozilla Firefox
* Microsoft Edge
* Apple Safari

## Supported Archibus Versions

MaintainIt runs within an existing Archibus installation.  MaintainIt requires an on-premise or cloud hosted implementation of Archibus.  The Archibus SaaS platforms (Commercial and Government) are not currently supported due to limitations for deployment.

**MaintainIt runs in Archibus version 2023.01 or higher.**

{% hint style="info" %}
In order for the device camera functions to work, such as scanning barcodes and QR Codes or taking and attaching a picture, the Archibus installation must have SSL enabled (the site URL will start with https).
{% endhint %}

## Supported Authentication

MaintainIt supports the same authentication as Archibus Web Central. This includes:

* Single Sign-On (SSO) via SAML
* LDAP authentication
* Archibus Authentication


---

# 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:

```
GET https://maintainit.imaginitfm.com/system-administration/system-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.
