> For the complete documentation index, see [llms.txt](https://docs.angle3d.co/angle3d-configurator-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angle3d.co/angle3d-configurator-documentation/app-ready.md).

# App Ready

## ⚙️ App Ready Event Listener

This event is triggered **when the configurator is displayed on the product page**, but the **3D model has not fully loaded yet**.

```javascript
window.addEventListener("Angle3DCustomizerReady", function(event) {
  // Your logic here
});
```

⚠️ **Please use these event listeners responsibly**. Custom scripts should not interfere with the core functionality of the Angle3D Configurator. Improper use may lead to unexpected behavior, and we cannot provide support for issues caused by external scripts.
