# Help

> Helper class to access Unity documentation.

## Definition

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

```csharp
public class Help
```

## Static Methods

| Method                                                                                         | Description                                  |
| ---------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [BrowseURL](/engine/6000.7/script-reference/unityeditor/help/browseurl.md)                     | Open `url` in the default web browser.       |
| [GetHelpURLForObject](/engine/6000.7/script-reference/unityeditor/help/gethelpurlforobject.md) | Get the URL for this object's documentation. |
| [HasHelpForObject](/engine/6000.7/script-reference/unityeditor/help/hashelpforobject.md)       | Is there a help page for this object?        |
| [ShowHelpForObject](/engine/6000.7/script-reference/unityeditor/help/showhelpforobject.md)     | Show help page for this object.              |
| [ShowHelpPage](/engine/6000.7/script-reference/unityeditor/help/showhelppage.md)               | Show a help page.                            |
