> 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/pricing-update-and-whats-coming-with-it.md).

# Pricing update, and what's coming with it!

Starting 1st of September this year, [our plans](/sign-up-and-plans/plans.md) are going up by 5%. Here are the new prices per plan.

<table><thead><tr><th width="135"></th><th align="center">Classic</th><th align="center">Plus</th><th align="center">Premium</th><th align="center">Enterprise</th></tr></thead><tbody><tr><td>No. of Seats</td><td align="center">3</td><td align="center">5</td><td align="center">8</td><td align="center">20</td></tr><tr><td>Per Month </td><td align="center">$83</td><td align="center">$209</td><td align="center">$346</td><td align="center">Contact Us</td></tr><tr><td>Additional Team Member Per Month</td><td align="center"> + $28</td><td align="center">+ $42</td><td align="center">+ $44</td><td align="center">Contact Us</td></tr><tr><td>Per Annum (2 months free)</td><td align="center">$830</td><td align="center">$2090</td><td align="center">$3460</td><td align="center">Contact Us</td></tr><tr><td>Additional Team Member Per Annum</td><td align="center">+ $277</td><td align="center">+ $418</td><td align="center">+ $433</td><td align="center">Contact Us</td></tr></tbody></table>

Simply put, the increase applies at your next billing cycle. If you're on a monthly plan, that means it'll hit sooner, likely your very next payment after the 31st. If you're on an annual plan, it won't apply until your subscription renews, whenever that falls in the year ahead.

Nobody enjoys a price increase. So we've tried to make sure it comes with something to show for it.

In September, Classic, Plus, and Premium plans are getting lots of new capability, aimed at expanding what you can do on the architectural and engineering side of environmental design.&#x20;

This includes:

* New approaches to hygrothermal modelling for both walls and roof systems
* 2D thermal bridging analysis
* A batch of daylight studies, including solar reflectivity, internal glare and UTCI assessments
* Climate-based features, including an integrated future climate file projection built directly into the platform, so you no longer need an external process to generate those files

We'll be in touch with more detail on rollout as September approaches. If you've got questions about how the increase affects your specific plan, reach out any time.


---

# 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/pricing-update-and-whats-coming-with-it.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.
