# Mobile (Android)

- [Setup](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/android/setup.md): Setting up and configuring Android Studio for DL4J.
- [Tutorial: First Steps](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/android/first-steps.md): Using Deep Learning and Neural Networks in Android Applications
- [Tutorial: Classifier](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/android/linear-classifier.md): How to create an IRIS classifier on Android using Eclipse Deeplearning4j.
- [Tutorial: Image Classifier](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/android/image-classification.md): How to create an Android Image Classification app with Eclipse Deeplearning4j.


---

# 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/en-1.0.0-beta6/android.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.
