> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-hardware-specialists/scanners/troubleshooting/navigating-between-user-mode-and-administrative-mode.md).

# Navigating Between 'User Mode' and 'Administrative Mode'

All flaik Scanners are, by default, in User Mode (lockdown). User Mode is the restricted landing page of the device, with a blue background and three applications available to the user (flaik scanner, settings, and flaik.com browser).  This is essentially a simplified version of the full Android offering. &#x20;

Most device issues can be solved remotely by flaik, however, on occasion, an issue will occur that required the user to exit User Mode and enter "Administrative Mode" on the device in hand.  These directions outline how to exit User Mode to Administrative Mode and then how to put the device back into User Mode upon completion.

{% hint style="danger" %}
Exiting lockdown should only be done when requested by someone at flaik, as many troubleshooting items can be done via remote control.  The password to exit lockdown will be provided if flaik requests you follow these steps to troubleshoot a device issue.
{% endhint %}

## Steps to Exit User Mode (Lockdown) to Administrative Mode-

1\. Hold down the back arrow button which appears at the bottom of the screen until an "Actions" menu pops up on the screen.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FmLiAVsS5Z8lQZsOc13BA%2FTC7x%20Exit%20Lockdown_Step%201.png?alt=media&amp;token=8094fd4d-3b35-4889-be10-09d72776f334" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For **MC33 devices**, the screenshot outlined above is also relevant with the exception of finding the back arrow key on some devices.  If the back arrow is not present on the bottom of the lockdown screen, utilize a finger swipe up from the bottom of the screen to access it.
{% endhint %}

2\. Click "Administrator" from the Actions menu

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F2URJIQ5xcG60FTMqav1N%2FTC7x%20Exit%20Lockdown_Step%202.png?alt=media&amp;token=63697f32-231f-4f90-8b64-6554ed434327" alt=""><figcaption></figcaption></figure>

3\. Enter the Administrator Password provided by flaik and click "OK"

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fl1oHPh3tUGwE8rB4qcxr%2FTC7x%20Exit%20Lockdown_Step%203.png?alt=media&amp;token=62dac411-8abd-4557-9293-7d4bb437acda" alt=""><figcaption></figcaption></figure>

4\. The device has now exited User Mode lockdown and has landed within the MobiControl application in unrestricted administrative mode.  The screen will look like the following.  Click the circle button on the bottom of the page to close the Mobicontrol application and navigate around the device to troubleshoot as needed.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F9Icg06u1avkuQMAFgpj0%2FTC7x%20Exit%20Lockdown_Step%204.png?alt=media&amp;token=76111cc3-01a8-43dc-a6cf-7eb912111939" alt=""><figcaption></figcaption></figure>

## Steps to Re-Enable User Mode-

1\. Once troubleshooting is complete and you are ready to put the device back into User Mode (blue lockdown screen), click on the MobiControl application.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fcp1kUQ5iPVV5O2hCtaoS%2FTC7x%20Exit%20Lockdown_Step%205.png?alt=media&amp;token=9cdeaad7-4889-4b8e-b904-90b977045d13" alt=""><figcaption></figcaption></figure>

2\. Once in the MobiControl application, hold down the back arrow at the bottom of the screen until the Actions menu pops up.  Click on "User Mode" and the device will land back into User Mode (blue lockdown screen).

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FKAm5dVeg7f1VHBiFOgBu%2FTC7x%20Exit%20Lockdown_Step%206.png?alt=media&amp;token=dd7ad6cf-a189-44c8-a826-d6d994e82e83" 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.flaik.com/flaik-knowledge-base/for-hardware-specialists/scanners/troubleshooting/navigating-between-user-mode-and-administrative-mode.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.
