> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/technical-onboarding/recommended-hardware/android-tablet.md).

# Android Tablet

Tablet devices supplied by OI are Lenovo M10 gen3 10”

Some devices will be delivered ready to use or may require some basic setup. You will be informed by OI which phase/s of setup will be required for your tablet.

#### Configure WiFi

1. Turn on tablet, wait for loading sequence to finish
2. Lenovo lock screen will appear, swipe up to unlock

<figure><img src="/files/h4UJ11Cb8fP2921rs6c3" alt="" width="408"><figcaption></figcaption></figure>

3. Black screen will be displayed with 'Waiting for Network Connection...'                                            Swipe inwards from the left of the screen to open menu

<figure><img src="/files/lL3BnR59Ug80T79c3hO1" alt="" width="418"><figcaption></figcaption></figure>

4. Select 'Settings'

<figure><img src="/files/oIg5MPmUo6NCrLVyIloz" alt="" width="420"><figcaption></figcaption></figure>

5. Select 'Device Management'

<figure><img src="/files/kHWXQk2rWy79ODBrPcKM" alt="" width="422"><figcaption></figcaption></figure>

6. Scroll to end of menu and select 'WiFi Settings'

<figure><img src="/files/6xvmMDUgeLl7ASD9ewUc" alt="" width="421"><figcaption></figcaption></figure>

7. Select WiFi network, enter security details and save.

<figure><img src="/files/4035KA2KG5JmEIJmpaIS" alt="" width="423"><figcaption></figcaption></figure>

8. Once WiFi is connected, swipe inwards from left or right of screen to exit all menus. Busroot login screen should be displayed now tablet is connected to network. Enter Access Code supplied by OI to continue.

<figure><img src="/files/tfZ17ELHKrEIDNuHW713" alt="" width="422"><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://docs.output.industries/technical-onboarding/recommended-hardware/android-tablet.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.
