> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Display No-Code Screen - Capacitor

Make sure both the Qonversion SDK and the No-Codes SDK are initialized first — see [Getting Started with No-Code Screens](getting-started-with-no-code-screens) for the full setup. Once initialization is complete, display a published screen by its **Context Key**:

```javascript theme={null}
NoCodes.getSharedInstance().showScreen('yourContextKey');
```
