# Options

> Gets the graph configuration options.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public GraphOptions Options { get; }
```

### Remarks

These options define specific behaviors of the graph, such as [GraphOptions.SupportsSubgraphs](/engine/6000.7/script-reference/unity/graphtoolkit/editor/graphoptions/supportssubgraphs.md) or [GraphOptions.DisableAutoInclusionOfNodesFromGraphAssembly](/engine/6000.7/script-reference/unity/graphtoolkit/editor/graphoptions/disableautoinclusionofnodesfromgraphassembly.md).
