# Deep Links Schema

In TextRP, deep links are tailored to facilitate interactions by directly connecting users to individual chat sessions or group rooms.

**Deep Links to Users:** For personal messaging, the deep link incorporates the recipient's XRPL wallet address, providing a straightforward way to start a conversation:

`https://app.textrp.io/#/user/@{wallet_address}:synapse.textrp.io`

**Deep Links to Rooms:** To join a conversation in a room, the deep link uses the room's unique identifier, allowing users to access group discussions:

`https://app.textrp.io/#/room/!{roomID}:synapse.textrp.io` or `https://app.textrp.io/#/room/#{roomalias}:synapse.textrp.io`

These URLs serve as powerful tools for connecting users seamlessly to the TextRP messaging ecosystem.


---

# Agent Instructions: 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:

```
GET https://help.textrp.io/deeplinks/deep-links-schema.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
