> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/sign-up-and-plans/news-and-updates/2026/weekend-maintenance-updates-coming.md).

# Weekend Maintenance Updates Coming

<figure><img src="/files/ck8Be80tV5CS6EzgPUTk" alt=""><figcaption></figcaption></figure>

You've probably noticed we've been shipping a lot of new features lately. New [climate features](/sign-up-and-plans/news-and-updates/2026/new-climate-feature.md) and a [new solver for moisture](/sign-up-and-plans/news-and-updates/2026/we-built-our-own-hygrothermal-solver.md)!

Some that are visible, new features, tweaks, the usual. But there's also a chunk of work happening under the hood for security, stability, data management that you won't see directly.

Starting Friday evening AEST, we're deploying a set of backend upgrades. These won't add anything new on their own, but they lay the groundwork for future features we're not ready to talk about yet.&#x20;

{% hint style="warning" %}
**While this overdue migration occurs, we suggest you avoid using Better Building as we would like to remove any risk of data loss that may occur.**&#x20;
{% endhint %}

Our upgrade work runs from **Friday evening through Sunday evening AEST**. If everything goes to plan, you won't notice anything at all. If something looks off early next week, please get in touch and we'll sort it out. Migrations like this occasionally leave a bug or two behind!

Thanks for your patience with us while we get this done.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.betterbuilding.io/sign-up-and-plans/news-and-updates/2026/weekend-maintenance-updates-coming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
