> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/mobile-app/general-mobile-app/paired-devices.md).

# Paired devices

**Paired devices** shows which phones and tablets are connected to your OutSmart account.

Use it to review device details and disconnect devices when needed.

### What you can see

The overview can show details such as:

* the employee name
* the last used device
* the operating system version
* the app version

This helps you check whether employees are using the expected app version.

### View paired devices

{% stepper %}
{% step %}

### Open Settings

Sign in to the **BackOffice**.

Open **Settings** from the side menu.
{% endstep %}

{% step %}

### Open Paired devices

Search for **Paired devices** and open it.
{% endstep %}

{% step %}

### Review the overview

Check the connected devices and their details.
{% endstep %}
{% endstepper %}

### Disconnect a device

{% stepper %}
{% step %}

### Open the overview

Go to **Settings** → **Paired devices**.
{% endstep %}

{% step %}

### Open the extended list

Click **Open tile listing** at the bottom of the page.
{% endstep %}

{% step %}

### Disconnect the device

Use **Disconnect device** next to the device you want to remove.

Then confirm the action.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Disconnecting a device does not remove the employee or delete work order data.
{% endhint %}

### FAQ

<details>

<summary>How do I check whether an employee uses the latest app version?</summary>

Open **Paired devices** and review the app version for that employee.

If you are unsure, compare it with the version in the App Store or Play Store.

</details>

<details>

<summary>Does disconnecting a device affect work orders?</summary>

No. It only removes the device connection.

The employee and work order data stay in the **BackOffice**.

</details>

<details>

<summary>Can the employee reconnect later?</summary>

Yes. The employee can reconnect by signing in again.

</details>

### Related topics

* [Connect a smartphone or tablet](/mobile-app/general-mobile-app/connect-a-smartphone-or-tablet.md)
* [Replace or reconnect a mobile device](/mobile-app/general-mobile-app/replace-or-reconnect-a-mobile-device.md)
* [What is the OutSmart mobile app?](/mobile-app/general-mobile-app/what-is-the-outsmart-mobile-app.md)
* [Device policies and settings](/mobile-app/general-mobile-app/device-policies-and-settings.md)
* [Settings](/backoffice/backoffice/settings.md)


---

# 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://knowledge.out-smart.com/mobile-app/general-mobile-app/paired-devices.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.
