# `GSDocument startObservingFile`

*Instance Method*

Starts observing the document file for external changes.

## Declaration

```swift
func startObservingFile()
```

```objc
- (void) startObservingFile;
```

```python
startObservingFile()
```

