---
title: shared
framework: permissionkit
role: symbol
role_heading: Type Property
path: permissionkit/askcenter/shared
---

# shared

The shared instance you use to send permission requests and receive responses.

## Declaration

```swift
static let shared: AskCenter
```

## Overview

Overview Use this singleton instance to access all AskCenter functionality. The system maintains this shared instance across your app’s lifecycle and ensures consistent handling of permission requests and responses.  let center = AskCenter.shared  try await center.ask(permissionQuestion)
