---
title: RelevanceConfiguration
framework: widgetkit
role: symbol
role_heading: Structure
path: widgetkit/relevanceconfiguration
---

# RelevanceConfiguration

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

## Declaration

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

## Mentioned in

Increasing the visibility of widgets in Smart Stacks Creating a widget extension

## Overview

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.

## Topics

### Creating a relevance configuration

- [init(kind:provider:content:)](widgetkit/relevanceconfiguration/init(kind:provider:content:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [WidgetConfiguration](swiftui/widgetconfiguration.md)

## See Also

### Smart Stacks

- [Increasing the visibility of widgets in Smart Stacks](widgetkit/widget-suggestions-in-smart-stacks.md)
- [TimelineEntryRelevance](widgetkit/timelineentryrelevance.md)
- [RelevanceEntriesProvider](widgetkit/relevanceentriesprovider.md)
- [RelevanceEntry](widgetkit/relevanceentry.md)
- [WidgetRelevance](widgetkit/widgetrelevance.md)
- [WidgetRelevanceAttribute](widgetkit/widgetrelevanceattribute.md)
- [WidgetRelevanceGroup](widgetkit/widgetrelevancegroup.md)
- [AppIntentRecommendation](widgetkit/appintentrecommendation.md)
- [IntentConfiguration](widgetkit/intentconfiguration.md)
- [IntentRecommendation](widgetkit/intentrecommendation.md)
