---
title: "setHelpAnchor(_:)"
framework: securityinterface
role: symbol
role_heading: Instance Method
path: "securityinterface/sfcertificatepanel/sethelpanchor(_:)"
---

# setHelpAnchor(_:)

Sets the help anchor string for the sheet or modal panel.

## Declaration

```swift
func setHelpAnchor(_ anchor: String!)
```

## Parameters

- `anchor`: The new help anchor string.

## Discussion

Discussion You may call this function to set a help anchor string if you display a help button in the sheet or modal panel and do not implement the delegate method certificatePanelShowHelp(_:), or if the delegate method returns false. If you display a help button, do not set a help anchor string, and do not implement a delegate, the certificate panel displays a default help page (“Why isn’t a certificate being accepted?”).

## See Also

### Related Documentation

- [helpAnchor()](securityinterface/sfcertificatepanel/helpanchor().md)
- [setShowsHelp(_:)](securityinterface/sfcertificatepanel/setshowshelp(_:).md)
- [certificatePanelShowHelp(_:)](objectivec/nsobject-swift.class/certificatepanelshowhelp(_:).md)

### Providing Help

- [setShowsHelp(_:)](securityinterface/sfcertificatepanel/setshowshelp(_:).md)
- [helpAnchor()](securityinterface/sfcertificatepanel/helpanchor().md)
- [showsHelp()](securityinterface/sfcertificatepanel/showshelp().md)
