# July

### AI Food Log

* Extended AI Food Log to accept fiber values for more complete tracking.

### API

* [Added GraphQL mutation to update the starting weight in trackers.](/graphql/query/mutations/tracking/weight/update-starting-weight.md)
* Restricted file types for appointment attachments to enhance security.
* [Added "ANYTIME" as a new option for supplement usage time (TimeOfDay).](/graphql/objects/supplement.md)
* Expanded premium recipe translations to Czech and German.

### Console

* Enhanced the Interventions module with support for custom attributes.
* Added support for optional attributes on products and supplements.
* Implemented an option for PII anonymization on AI workflow outputs.

### Telehealth Portal

* Improved symptom tracking by hiding "No symptoms" entries in the Coaching Portal.
* Improved Coaching Portal UX by auto-collapsing the member list when navigating internal tabs.
* Enabled coaches to upload multiple files to appointments.
* Added option to save custom video call preferences.
* Added a Symptom view to the Coaching Portal Progress tab for better member monitoring.


---

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