---
title: "showContextHelp(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsresponder/showcontexthelp(_:)"
---

# showContextHelp(_:)

Implemented by subclasses to invoke the help system, displaying information relevant to the receiver and its current state.

## Declaration

```swift
func showContextHelp(_ sender: Any?)
```

## Parameters

- `sender`: Typically the object that invoked this method.

## See Also

### Related Documentation

- [helpRequested(_:)](appkit/nsresponder/helprequested(_:).md)
