# ShowHelpPage(string)

> Show a help page.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static void ShowHelpPage(string page)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)):&#x20;

### Remarks

page should be the URL of the help page, usually beginning with `file://`. If `page` starts with `file://unity`, then it points to Unity help.

Additional Resources: [Help.ShowHelpForObject](/engine/6000.6/script-reference/unityeditor/help/showhelpforobject.md).
