# How To Guides

- [Other Framework Interop](https://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides/other-framework-interop.md)
- [Tensorflow](https://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides/other-framework-interop/tensorflow.md): Tensorflow interop Key features and brief samples.
- [TVM](https://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides/other-framework-interop/tvm.md): TVM Key features and brief samples.
- [Onnx](https://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides/other-framework-interop/onnx.md): Onnx interop Key features and brief samples.
- [Matrix Manipulation](https://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides/matrix-manipulation.md)
- [Element wise Operations](https://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides/element-wise-operations.md)
- [Basics](https://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides/basics.md): Elementwise Operations And Basic Usage


---

# 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://deeplearning4j.konduit.ai/1.0.0-m2/nd4j/how-to-guides.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.
