# 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: 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/appendix.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.
