# General app configuration

Hypertune is built for all your app configuration. In addition to the use cases covered in detail in the docs, you can use it to manage:

* Forms, wizards, and funnels
* URL redirect maps
* Third-party integration settings
* Error codes and messages
* Templates for your users
* User notifications
* Magic numbers like pool sizes, timeouts, intervals, retry counts, backoffs, delays, sampling rates, TTLs, thresholds, limits, batch sizes, ranges, lookback periods, etc
* Recurring backend jobs with fields like batch sizes, delays, timeouts, etc
* Health checks and alerts
* Search and ranking configuration

Across all these use cases, you can:

* Define logic to return different values for different environments, users, organizations, etc
* Insert experiments like A/B/n tests and multivariate tests
* Automatically tune configuration with AI loops


---

# 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://docs.hypertune.com/other-use-cases/general-app-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.
