# Contact

## Getting Help

For questions about using SLM Lab:

* **GitHub Issues**: [Report bugs or request features](https://github.com/kengz/SLM-Lab/issues)
* **GitHub Discussions**: [Ask questions, share ideas](https://github.com/kengz/SLM-Lab/discussions)

## Authors

SLM Lab is developed by:

* **Wah Loon Keng** - [GitHub](https://github.com/kengz)
* **Laura Graesser**

For research collaborations, teaching applications, or commercial inquiries, contact the authors via GitHub.

## Book

The companion book [Foundations of Deep Reinforcement Learning](https://www.amazon.com/dp/0135172381) provides in-depth coverage of the algorithms implemented in SLM Lab.


---

# 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://slm-lab.gitbook.io/slm-lab/resources/contacts.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.
