# Sandbox.Game.Overlay.ShowOrganizationModal

```csharp
static void ShowOrganizationModal(Organization org)
```

Opens a modal for the specified organization. 
This is most likely called from a Package - so get the organization from there.

### Parameters

- `org` (`Organization`)

Declared in [Sandbox.Game.Overlay](/api/Sandbox.Game.Overlay).
Assembly: `Sandbox.Engine`.
