# Installation & Configuration

- [Production Deployment](https://study-tracker.gitbook.io/documentation/installation-and-configuration/production-deployment.md): Instructions for deploying Study Tracker in a generic production environment
- [Configuration Properties Reference](https://study-tracker.gitbook.io/documentation/installation-and-configuration/configuration-properties-reference.md): This document explains how to configure Study Tracker using Spring Boot-compatible .properties files.
- [Single Sign-On](https://study-tracker.gitbook.io/documentation/installation-and-configuration/single-sign-on.md): Enabling SSO with SAML
- [Events](https://study-tracker.gitbook.io/documentation/installation-and-configuration/events.md): Publishing & listening-for Study Tracker events.
- [Search](https://study-tracker.gitbook.io/documentation/installation-and-configuration/search.md): Enabling power search functionality
- [Email](https://study-tracker.gitbook.io/documentation/installation-and-configuration/email.md): Sending emails from Study Tracker


---

# 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://study-tracker.gitbook.io/documentation/installation-and-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.
