# April

### Console&#x20;

* Added AI support for auto-refreshing content from scraped sitemaps in the console.
* Provided API support to add or modify tracker goals via the Console.

### API

* Enabled mutations to update and delete chat threads.
* Added a new “family size” field to user profiles to support personalized meal planning.
* [Introduced serving-size filtering for popular recipes.](/graphql/query/queries/recipes/popular-recipes.md)
* Introduced serving filters for simple meal plans based on minimum and maximum servings.
* Enabled the persistence of tracker source preferences per user.
* Ensured favorite recipes are now consistently shown in recipe search and popular results.

### Assessments

* Improved visual clarity for selected answers in assessment questions.
* Updated the weight input component for clarity and consistency.
* Improved the calendar input experience by preventing keyboard appearance.
* Disabled auto-advance behavior on final assessment questions.

### Mobile

* Improved chat thread creation by ensuring the correct participant name displays.
* Enable users to manage threads, access history, and start new conversations.
* Enhanced appointment handling by supporting external meeting links and contextual call-to-actions.
* Added a serving-size filter to the swap recipe query.


---

# 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/april.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.
