# Sandbox.Game.Overlay.ShowPackageModal

## Overload 1

```csharp
static void ShowPackageModal(string ident)
```

Opens a modal for the specified package

### Parameters

- `ident` (`string`)

## Overload 2

```csharp
static void ShowPackageModal(string ident, string page)
```

Opens a modal for the specified package on the specified page

### Parameters

- `ident` (`string`)
- `page` (`string`)

Declared in [Sandbox.Game.Overlay](/api/Sandbox.Game.Overlay).
Assembly: `Sandbox.Engine`.
