> For the complete documentation index, see [llms.txt](https://help.textrp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.textrp.io/deeplinks/appendix.md).

# Appendix

* **Extra Resources**:&#x20;

Here are resources that can provide valuable information about deep linking in the Matrix protocol and general deep linking standards:

1. **Matrix Protocol Specification**: This is the comprehensive documentation for the Matrix protocol, offering detailed insights into various aspects of the protocol, including deep linking.
   * [Matrix Specification](https://spec.matrix.org/latest/)
2. **Matrix.org Documentation**: Matrix.org provides a wealth of information about the Matrix protocol, its features, and how to implement them.
   * [Matrix.org Documentation](https://matrix.org/docs/guides/)
3. **Deep Linking in Messaging Apps**: While not specific to Matrix, this type of resource can offer insights into how deep linking is generally implemented in messaging applications.
   * [Deep Linking in Messaging Apps](https://www.branch.io/glossary/deep-linking/)
4. **Web Technology Documentation on Deep Linking**: Resources like Mozilla Developer Network (MDN) or W3C provide general information on web technologies, including deep linking, which can be useful in understanding how to implement these features in web-based applications.
   * [MDN Web Docs](https://developer.mozilla.org/en-US/)

These resources will provide a solid foundation for understanding deep linking in the context of the Matrix protocol and general web applications.


---

# 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://help.textrp.io/deeplinks/appendix.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.
