> 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/connect-a-smartphone-or-tablet.md).

# Connect a smartphone or tablet

A smartphone or tablet connects to OutSmart the first time the employee signs in.

You do not need to pair the device manually.

### Before you start

Create the employee in the **BackOffice** first.

Make sure the employee has login details.

### Connect the device

{% stepper %}
{% step %}

### Open Employees

Go to **Settings**.

Search for **Employees**.
{% endstep %}

{% step %}

### Create or update the employee

Click **Add**, or open an existing employee.

Set the login details on the right side.
{% endstep %}

{% step %}

### Install the app

Install the OutSmart app from the Apple App Store or Google Play Store.
{% endstep %}

{% step %}

### Sign in on the device

Have the employee open the app and sign in.

The connection is created automatically.
{% endstep %}
{% endstepper %}

### What happens next

After the employee signs in and synchronises, assigned work orders can appear in the app.

Any future planning changes also sync to the device.

### FAQ

<details>

<summary>Does the employee need to connect the device manually?</summary>

No. Signing in creates the connection automatically.

</details>

<details>

<summary>What if the employee gets a new device?</summary>

The employee can sign in on the new device with the same account.

That device will connect automatically too.

</details>

<details>

<summary>Can I see which devices are connected?</summary>

Yes. Open **Paired devices** to review connected devices and disconnect them if needed.

</details>

<details>

<summary>Can I disconnect a device?</summary>

Yes. You can disconnect a device in the **Paired devices** overview.

The employee can reconnect later by signing in again.

</details>

### Related topics

* [What is the OutSmart mobile app?](/mobile-app/general-mobile-app/what-is-the-outsmart-mobile-app.md)
* [Replace or reconnect a mobile device](/mobile-app/general-mobile-app/replace-or-reconnect-a-mobile-device.md)
* [Paired devices](/mobile-app/general-mobile-app/paired-devices.md)
* [Device policies and settings](/mobile-app/general-mobile-app/device-policies-and-settings.md)
* [Add an employee](/backoffice/backoffice/users-and-acces/add-an-employee.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/connect-a-smartphone-or-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.
