<!--
{
  "availability" : [
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/RelevanceConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit22RelevanceConfigurationV"
  },
  "title" : "RelevanceConfiguration"
}
-->

# RelevanceConfiguration

A type that describes the content of a widget that uses relevance clues.

```
@MainActor @preconcurrency struct RelevanceConfiguration<Content> where Content : View
```

## Overview

In watchOS, widgets can provide the system with
relevance clues to indicate that the widget is relevant to a person and should appear prominently
in the Smart Stack. To provide relevance clues to watchOS, use `RelevanceConfiguration` or
implement the `relevance()` requirement in your timeline provider.

For more information, refer to [Increasing the visibility of widgets in Smart Stacks](/documentation/WidgetKit/Widget-Suggestions-In-Smart-Stacks).

## Topics

### Creating a relevance configuration

[`init<Provider>(kind: String, provider: Provider, content: (Provider.Entry) -> Content)`](/documentation/WidgetKit/RelevanceConfiguration/init(kind:provider:content:))

Creates a configuration for a widget that provides relevance clues to the system.

## Relationships

### Conforms To

[`WidgetConfiguration`](/documentation/SwiftUI/WidgetConfiguration)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)