# How To Guides

- [Import in to your favorite IDE](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/import-in-to-your-favorite-ide.md)
- [Contribute](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/contribute.md): How to contribute to the Eclipse Deeplearning4j source code.
- [Eclipse Contributors](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/contribute/eclipse-contributors.md): IP/Copyright requirements for Eclipse Foundation Projects
- [Developer Docs](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/developer-docs.md)
- [Github Actions/Build Infra](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/developer-docs/github-actions-build-infra.md): Github actions Configuration Overview
- [Javacpp](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/developer-docs/javacpp.md): DL4J and Javacpp
- [Release](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/developer-docs/release.md): How to conduct a release to Maven Central
- [Testing](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/developer-docs/testing.md): How to conduct a release to Maven Central
- [Build From Source](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/build-from-source.md): Instructions to build all DL4J libraries from source.
- [Benchmark](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/benchmark.md): General guidelines for benchmarking in DL4J and ND4J.
- [Beginners](https://deeplearning4j.konduit.ai/1.0.0-m2/multi-project/how-to-guides/beginners.md): Road map for beginners new to deep learning.


---

# 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/1.0.0-m2/multi-project/how-to-guides.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.
