> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/changelog-and-product-releases/release-web-february-2024-per-area-pricing-units.md).

# Release Web February 2024 (Per area pricing, units)

### Pricing: Unit of Measure Selection

The GeoPard team is thrilled to introduce a new feature that brings added flexibility to our pricing table. With this update, GeoPard users can now seamlessly switch between hectares and acres, empowering them to select the unit of measurement that aligns with their preferences. This enhancement aims to provide a more tailored experience, ensuring our users have the freedom to choose what works best for them.

<figure><img src="/files/XgRAmmlkT1dPJpE7n7Ka" alt=""><figcaption><p>Pricing: Unit of Measure Selection</p></figcaption></figure>

### Pricing: Subscription Management

Understanding the value of a seamless subscription renewal process, we’ve fine-tuned the system to help ensure uninterrupted access to GeoPard. If you are an existing user who has not used Stripe for payments yet, the **Manage My Plan** button takes you directly to the Plan Subscription page. If you already use Stripe, the same button takes you to the Stripe Customer Portal.

<figure><img src="/files/wfD5xhOMGdxM9EC5yHY8" alt="" width="237"><figcaption><p>Pricing: Manage Subscription Plans</p></figcaption></figure>

### Dev improvements:

\[FTR] Fix labels section expanded state

\[FTR] Error handling improvements

\[BUG] Fix user data poller after successful subscription

\[BUG] Fix the field's data loading during zone map creation

\[BUG] Fix the 3D map legend's number view

<figure><img src="/files/BdPMS4vYHST9ERhkoCaJ" alt=""><figcaption><p>3D Map Legend Improvement</p></figcaption></figure>

\[BUG] Disable PDF export for published datasets

\[BUG] Fix the error if the zone map was created successfully

<br>


---

# 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.geopard.tech/geopard-tutorials/changelog-and-product-releases/release-web-february-2024-per-area-pricing-units.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.
