# Samediff

- [Tutorials](https://deeplearning4j.konduit.ai/samediff/tutorials.md)
- [Quickstart](https://deeplearning4j.konduit.ai/samediff/tutorials/quickstart.md): Samediff Quickstart
- [How To Guides](https://deeplearning4j.konduit.ai/samediff/how-to-guides.md)
- [Importing Tensorflow](https://deeplearning4j.konduit.ai/samediff/how-to-guides/importing-tensorflow.md)
- [Adding Operations](https://deeplearning4j.konduit.ai/samediff/how-to-guides/adding-operations.md): How to add differential functions and other ops to SameDiff graph.
- [codegen](https://deeplearning4j.konduit.ai/samediff/how-to-guides/adding-operations/codegen.md)
- [Reference](https://deeplearning4j.konduit.ai/samediff/reference.md)
- [Operation Namespaces](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces.md)
- [Base Operations](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/base-operations.md)
- [Bitwise](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/bitwise.md)
- [CNN](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/cnn.md)
- [Image](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/image.md)
- [LinAlg](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/linalg.md)
- [Loss](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/loss.md)
- [Math](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/math.md)
- [NN](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/nn.md)
- [Random](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/random.md)
- [RNN](https://deeplearning4j.konduit.ai/samediff/reference/operation-namespaces/rnn.md)
- [Variables](https://deeplearning4j.konduit.ai/samediff/reference/variables.md): What types of variables are used in SameDiff, their properties and how to switch these types.
- [Explanation](https://deeplearning4j.konduit.ai/samediff/explanation.md)
- [Model Import Framework](https://deeplearning4j.konduit.ai/samediff/explanation/model-import-framework.md): Model import framework overview and examples


---

# 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/samediff.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.
