# March Update 2025

Check out what we've been doing at Terra over the month of March 2025!

## Backend 💾

### Bug fixes

* Fixed a bug where Google manual input data was not being tracked correctly
* Fixed a bug for Polar Sleep where HRV is not in the payload in some cases when it is processed late by Polar
*

## Teams API

* FirstBeat integration available
* Add metrics on a per-period basis for Kinexon activity sessions
* Allow Vald API keys which don't give access to all devices, so partial data retrieval can still be achieved
* Various bugfixes and performance improvements across the API<br>

## Blood Biomarkers

* Added enums for each data field to allow more standard processing!

***

## Frontend📺

### Landing Page

* Fixed a bug with Careers page not updating as expected
* Fixed a bug where Podcasts page not updating as expected
* Optimised loading and browsing speed on our blogs page!
* Updated the support page (allowing you to find support easier now!)

### Dashboard

* Agents has been removed! :cry: (It will come back stronger in the future!)
* Added a "no data" explainer in the case for null fields
* Allow sign out while onboarding
* Updated API Key modal


---

# 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.tryterra.co/changelog/2025/readme-2-1.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.
