> 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/settings.md).

# MaintainIt Settings

MaintainIt has many settings that allow you to dial in the user experience and business requirements to best serve your organization.  Administrators can access the MaintainIt Settings by going to System > Mobile Apps Manager > MaintainIt Settings.

<figure><img src="/files/xPDCWMgCMHzBDu0O3PBx" alt=""><figcaption><p>Navigate to the MaintainIt Settings</p></figcaption></figure>

MaintainIt recognizes some Archibus settings that also apply to the Maintenance Console in Web Central, such as the *ShowPartsInWrDetails* and *ShowProblemTypesOnReportProblem* parameters.  The MaintainIt Settings view lets you update these all in one place.  Settings specific only to MaintainIt will have Setting IDs that start with "MaintainIt\_".

Select a setting on the left.  You will see a description of what the setting does along with what values are valid (if applicable).  Most settings use the number "1" to indicate Yes/On/Enabled and the number "0" to indicate No/Off/Disabled.  Click the "Save" button to save your setting change and automatically reload the settings for immediate use. &#x20;

{% hint style="info" %}
Note that any actively logged in users will need to refresh to see the effects of the updated setting.
{% endhint %}

<figure><img src="/files/07y58agV0tiFxf2NIe93" alt=""><figcaption></figcaption></figure>


---

# 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/settings.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.
