# Configuration

- [Backends](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/backends.md): Hardware setup for Eclipse Deeplearning4j, including GPUs and CUDA.
- [CPU and AVX](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/backends/cpu.md): CPU and AVX support in ND4J/Deeplearning4j
- [cuDNN](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/backends/config-cudnn.md): Using the NVIDIA cuDNN library with DL4J.
- [Performance Issues](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/backends/performance-issues.md): How to Debug Performance Issues
- [Memory Management](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/config-memory.md): Setting available Memory/RAM for a DL4J application
- [Memory Workspaces](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/config-memory/config-workspaces.md): Workspaces are an efficient model for memory paging in DL4J.
- [Snapshots](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/config-snapshots.md): Using daily builds for access to latest Eclipse Deeplearning4j features.
- [Maven](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/maven.md): Configure the Maven build tool for Deeplearning4j.
- [SBT, Gradle, & Others](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/config/buildtools.md): Configure the build tools for 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/config.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.
