> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# July 2025

> July 2025 release notes for Suki APIs and SDKs

This release adds personalization preferences and diagnosis context to the iOS SDK.

## What's new

<span id="personalization-and-diagnosis-context" />

<Update label="July 2025 - New" description="Personalization and diagnosis context" tags={["New Features"]}>
  ### New features

  <Badge icon="mobile" size="sm" color="purple">iOS SDK v2.3.0</Badge>

  **Personalization preferences**: We've added `setPersonalizationPreferences(_:completionHandler:)` to configure verbosity levels and note section styles (narrative or bulleted) for supported LOINC sections.

  <Badge icon="mobile" size="sm" color="purple">iOS SDK v2.2.1</Badge>

  **Diagnosis context and structured data**: We've added `SukiAmbientConstant.kDiagnosisInfo` to `setSessionContext` for diagnosis context and `getStructuredData(for:onCompletion:)` for structured output and diagnoses (ICD10, IMO, SNOMED).

  **Why it matters**: Personalization lets you match note style to provider preferences. Diagnosis context and structured data support billing and downstream systems.
</Update>
