# Automated Deep Learning

- [Auto Image Classification (A\_DL\_IMC)](https://docs.autogon.ai/autogon-engine-studio/automated-deep-learning/auto-image-classification-a_dl_imc.md): This function creates an Automated Image classifying model
- [Auto Image Regression (A\_DL\_IMR)](https://docs.autogon.ai/autogon-engine-studio/automated-deep-learning/auto-image-regression-a_dl_imr.md): This function creates an Automated Image regression model
- [Auto Text Classification (A\_DL\_TXC)](https://docs.autogon.ai/autogon-engine-studio/automated-deep-learning/auto-text-classification-a_dl_txc.md): This function creates an Automated Text classifying model
- [Auto Text Regression (A\_DL\_TXR)](https://docs.autogon.ai/autogon-engine-studio/automated-deep-learning/auto-text-regression-a_dl_txr.md): This function creates an Automated Text regression model
- [Auto Structured Data Classification (A\_DL\_SDC)](https://docs.autogon.ai/autogon-engine-studio/automated-deep-learning/auto-structured-data-classification-a_dl_sdc.md): This function creates an Automated Structured Data classifying model
- [Auto Structured Data Regression (A\_DL\_SDR)](https://docs.autogon.ai/autogon-engine-studio/automated-deep-learning/auto-structured-data-regression-a_dl_sdr.md): This function creates an Automated Structured Data regression model
- [General AutoDL Blocks (A\_DL\_ALL)](https://docs.autogon.ai/autogon-engine-studio/automated-deep-learning/general-autodl-blocks-a_dl_all.md): This function loads and uses pre-trained AutoDL models to perform actions such as model evaluation and value prediction.


---

# 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://docs.autogon.ai/autogon-engine-studio/automated-deep-learning.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.
