# GetHelpURLForObject(Object)

> Get the URL for this object's documentation.

## Definition

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

```csharp
public static string GetHelpURLForObject(Object obj)
```

### Parameters

**** (\[Object]\(/engine/6000.0/script-reference/unityengine/object)): The object to retrieve documentation for.

### Returns

| Type                                                           | Description                                                                                 |
| -------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The documentation URL for the object. Note that this could use the https: or file: schemas. |

### Remarks

Additional Resources: [Help.HasHelpForObject](/engine/6000.0/script-reference/unityeditor/help/hashelpforobject.md), [Help.ShowHelpForObject](/engine/6000.0/script-reference/unityeditor/help/showhelpforobject.md).
