---
title: AutomaticSeeAlso
framework: docc
role: symbol
role_heading: Directive
path: docc/automaticseealso
---

# AutomaticSeeAlso

A directive for specifying Swift-DocC’s automatic behavior when generating a page’s See Also section.

## Declaration

```swift
@AutomaticSeeAlso(_ enabledness: Enabledness)
```

## Parameters

- `enabledness`: Whether or not DocC generates automatic See Also sections. (required)

## See Also

### Adjusting Automatic Behaviors

- [AutomaticTitleHeading](docc/automatictitleheading.md)
- [AutomaticArticleSubheading](docc/automaticarticlesubheading.md)
