# Deeplinks: Introduction

* **Purpose and Scope**: This documentation aims to detail the deep link schema and its symbiotic relationship with TextRP's platform, focusing on creating a seamless, secure, and inclusive communication experience.
* **Overview**: Deep links in the TextRP context are URLs that direct users to specific locations or actions within the messaging platform. These links are integral for seamless interaction, allowing users to jump directly to chats, rooms, or perform certain actions.


---

# 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/deeplinks-introduction.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.
