# Updates

The Launch Stack is regularly maintained with consistent updates, including new features and bug fixes.

Updates are delivered in the private github repository.

It's recommended to integrate the Github repository into your workflow so that you can easily merge updates into your modified codebase.

### Releases

{% hint style="warning" %}
We recommend only using releases, do not start your project using any branch like main, development and etc.

Only use stable releases allowed in Github.
{% endhint %}


---

# 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.launchstack.app/updates.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.
