# March

### AI Widget

* Introduced a new option to collect data and request user consent before widget use.
* Added the ability to deactivate the AI Widget when needed.

### Console

* Enabled auto-refresh intervals for knowledge base elements across web pages and sitemaps.
* Expanded the AI Analytics dashboard with new data fields.
* Added export-to-Excel functionality from the AI Analytics dashboard.

### Telehealth Portal

* Added the ability to customize user attributes directly from the interface.

### API

* [Enabled support for setting personalized goals for trackers at the individual user level.](/graphql/query/mutations/tracking/user-tracker-goals.md)
* [Added support for displaying selected trackers at the individual user level.](/graphql/query/mutations/user-profile/update-profile.md#example-display-selected-trackers)
* Introduced a new filter for Ingredients and Tags in `recipeSearch` queries.

### Assessments

* Added an option to trigger wearable device connections based from an assessment screen.

### Integrations

* Added an integration with [Customer.io](http://customer.io/) for analytics and mobile engagement for our white label apps.
* Added a new integration for SSO and authentication via Auth0 by Okta.

### Mobile

* Launched a new progress widget for the daily mood tracking experience.
* Introduced the ability to neutralize biomarker ranges in visualizations for selected markers.


---

# 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.suggestic.com/graphql/changelog/2025/march.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.
