> 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/features/connect-metagraph.md).

# Connect Metagraph

Your device is not connected to the DOR metagraph by default. This process will perform a secure transfer of your DTM public key to your companion app. This transfer will require you to connect to the device via Bluetooth, so you must be near your device.

## Connecting a device to the metagraph

* [ ] Go to “Devices” from the main menu.
* [ ] Select the device you wish to connect.
* [ ] At the top of the screen, there will be a quick action available to connect the device to the Metagraph; click on it.

<figure><img src="https://lh7-us.googleusercontent.com/7R8O6_049b8-fO9ERPGGELi1GDYFvq4fbyXBBRa9cmsqRghqUkObf60AnS71Ey2g_rUwOl0YkGxm9ZucYW_jg7MBSAhsC2eY0UCsYU9Ey0z2_4mYwMEroxQxGBlpSA-DVeSfI_iAEksLCT9Qr-78d9g" alt="" width="188"><figcaption></figcaption></figure>

* [ ] Pair your phone with your device via Bluetooth and follow the in-app wizard instructions.

<figure><img src="https://lh7-us.googleusercontent.com/P8f7WQ2fvwp4XpEMnikaYVmuFRLS4Y-iQbzTM-fdWhB1PGu6bD10LtzFRG_EKZnc9zJtAE7GVivvm-MDoLTZMM_-Zs_9k1ViJHpE8zlxiFo9tpjr1W1A39qhucuPFZDy0S9u_9Bjg1Y8dgx3zmFi6N8" alt="" width="188"><figcaption></figcaption></figure>

* [ ] Once completed, your device should now be connected to the Metagraph. Check your device's public key on the Metagraph & Rewards page.

## Viewing public key

* [ ] Navigate to “Devices” from the main menu.
* [ ] Select the device from which you wish to retrieve the public key.
* [ ] Ensure this device is already connected to the Metagraph.
* [ ] Click on “Metagraph & Rewards.”
* [ ] Locate and copy the public key

<figure><img src="https://lh7-us.googleusercontent.com/0P5qgsm3ONUHT7mY3VSqAvS2-rd52-WA0U689rfrdpYp2MmFvzIoQ_hYRNegXKwgYPXBIHDZ3M9OZeQmMg3hg3T8GmrP-dt6H6AzHEcCxZGwO2VZserdh2Pmhe1HhYhlswJHXY3r_yNmZspLBD4sCOk" alt="" width="188"><figcaption></figcaption></figure>

## Verifying metagraph connection

* [ ] Navigate to the [Dor Metagraph Dashboard](https://explorer.getdor.com)
* [ ] In the search bar, paste your device’s public key.
* [ ] You should now see detailed information regarding your device and all its check-ins with the Metagraph.


---

# 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/features/connect-metagraph.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.
