> For the complete documentation index, see [llms.txt](https://docs.getdor.com/dtm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdor.com/dtm-docs/dtm-app/devices/setup-a-new-device.md).

# Setup a new device

1. Go to the "Device List" page in your app. Click "+Add Device" to add a new device.

<figure><img src="/files/tgxUDWh04nTWwpgl5LzL" alt="" width="188"><figcaption></figcaption></figure>

2. You will be asked to ensure that the device you wish to set up is powered on. Additionally, make sure your mobile phone has its Bluetooth functionality enabled. This will enable the device detection process.
3. With Bluetooth active, use the application to search for available devices in proximity. From the displayed list of detected devices, locate and select the specific device you intend to set up. This action will initiate the device pairing and setup sequence.

<figure><img src="/files/rZ2wUgqowA55VwzSyWpo" alt=""><figcaption></figcaption></figure>

4. At times your device may require a firmware update. If prompted, proceed to update the device's firmware. Once updated, move on to establish an internet connection for your device. To do this, enable your mobile phone's Wi-Fi functionality and enter the credentials to your Wi-Fi network.

<figure><img src="/files/VuxeziJeJDcPum8pkJzc" alt=""><figcaption></figcaption></figure>

5. The next phase involves connecting your device with the Metagraph. Follow the on-screen instructions or prompts to ensure a successful connection.

<figure><img src="/files/xDXaqbH6qqFaI0Fi14vm" alt="" width="375"><figcaption></figcaption></figure>

6. Once all the previous steps are accomplished, the setup process is effectively complete. Your device is now successfully integrated and ready to collect foot traffic data.

<figure><img src="/files/EjLqOsEzY7DYY4M8cQ5b" alt="" width="188"><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.getdor.com/dtm-docs/dtm-app/devices/setup-a-new-device.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.
