> For the complete documentation index, see [llms.txt](https://deeplearning4j.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deeplearning4j.konduit.ai/configuration.md).

# Configuration

- [Maven Setup](https://deeplearning4j.konduit.ai/configuration/maven.md): Maven dependencies for Deeplearning4j — BOM, backend selection, platform classifiers, and version management
- [Build Tools (Gradle, SBT)](https://deeplearning4j.konduit.ai/configuration/build-tools.md): Configuring Deeplearning4j with Gradle, SBT, and other build tools
- [GPU and CPU Setup](https://deeplearning4j.konduit.ai/configuration/gpu-cpu.md): Configuring GPU and CPU backends — CUDA setup, multi-GPU, CPU optimizations, and backend switching
- [cuDNN](https://deeplearning4j.konduit.ai/configuration/cudnn.md): cuDNN integration — installation, configuration, and performance benefits
- [Memory Configuration](https://deeplearning4j.konduit.ai/configuration/memory.md): JVM memory flags, off-heap configuration, and memory management for ND4J and DL4J
- [Workspaces](https://deeplearning4j.konduit.ai/configuration/workspaces.md): WorkspaceMode configuration for training and inference memory management
- [Performance Debugging](https://deeplearning4j.konduit.ai/configuration/performance-debugging.md): Diagnosing and resolving performance issues in DL4J and ND4J — profiling, OpProfiler, ETL bottlenecks, GC overhead, and backend verification.
- [Snapshots and Daily Builds](https://deeplearning4j.konduit.ai/configuration/snapshots.md): Using nightly snapshot builds of Eclipse Deeplearning4j 1.0.0-M2.1 — repository configuration, version identifiers, Maven and Gradle setup.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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