# Stable and Nightly Builds

[Tread.fi](http://Tread.fi) provides both stable and nightly builds to provide early access to new features and functionality while maintaining stability for production environments.

#### Stable Builds

Stable builds undergo user testing in addition to automated testing, and are intended for production use in the broadest use cases. Stable builds can be downloaded via `curl -d '{"version" : "stable", "market_access_version": "stable", "license_key" : "LICENSE_KEY"}' https://........`

#### Nightly Builds

Nightly builds undergo automated testing as part of the build process, and contain the latest features and functionality. They have not been tested to the degree that stable builds have, and novel functionality in nightly builds may not appear in stable builds for some time, if at all. Nightly builds can be downloaded by *not* setting the `version` parameter, via `curl -d '{"license_key" : "LICENSE_KEY"}' https://........`.


---

# 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.tread.fi/enterprise/self-hosted-service/on-premise-setup/stable-and-nightly-builds.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.
