> For the complete documentation index, see [llms.txt](https://docs.virbe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/mac.md).

# Mac

## **Login, security, power management:**

1. system preferences➝security & privacy: turn off "Disable automatic login"
2. system preferences➝security & privacy: turn off "require pasword after sleep or screen saver"
3. system preferences➝security & privacy: keep login/user password (safety reasons)
4. system preferences➝security & privacy: allow app store and identified developers
5. system preferences➝Desktop & Screen saver: turn off screen saver
6. system preferences➝mission control: turn on "when switching to an applicatipon, switch to a Space with open window"
7. system preferences➝battery➝\[laptop only, while on battery]: Turn off display after "never"
8. (laptop only) system preferences➝battery: turn off "automatic graphic switch" + turn off "slightly dim the display" + turn off "Optimise video streaming"
9. system preferences➝battery➝power adapter: Turn off display after "never"
10. system preferences➝security & privacy➝advanced➝turn on "require administrator password to acess system-wide preferences"

## **Touch drivers**

1. For iyama monitors go to [link](https://iiyama.com/f/07e9710dc80e8405c8a3b09d1531296f_mac-os-driver-for-os-version-10-and-11-updd-06-00-729.zip): download and install drivers
2. For other touchscreen providers please follow manufacturers guidelines&#x20;

{% hint style="danger" %}
Not all touchscreens will work seamlessly with Apple devices. Refer to manufacturers guidelines for more details.
{% endhint %}


---

# 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.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/mac.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.
