---
title: Options
framework: docc
role: symbol
role_heading: Directive
path: docc/options
---

# Options

A directive to adjust Swift-DocC’s default behaviors when rendering a page.

## Declaration

```swift
@Options(scope: Scope = local) {
    ...
}
```

## Parameters

- `scope`: Whether the options in this Options directive should apply locally to the page or globally to the DocC catalog. (optional)

## Topics

### Adjusting Automatic Behaviors

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

### Adjusting Visual Style

- [TopicsVisualStyle](docc/topicsvisualstyle.md)

## See Also

### Configuring Documentation Behavior

- [Metadata](docc/metadata.md)
- [TechnologyRoot](docc/technologyroot.md)
- [Redirected](docc/redirected.md)
