---
title: NSSaveOptions.ask
framework: foundation
role: symbol
role_heading: Case
path: foundation/nssaveoptions/ask
---

# NSSaveOptions.ask

Indicates the user should be asked before saving any modified documents on closing. When no option is specified, this is the default.

## Declaration

```swift
case ask
```

## See Also

### Constants

- [NSSaveOptions.yes](foundation/nssaveoptions/yes.md)
- [NSSaveOptions.no](foundation/nssaveoptions/no.md)
