> For the complete documentation index, see [llms.txt](https://docs.buildnatively.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildnatively.com/guides/integration/insets-safe-area.md).

# Insets (Safe Area)

```javascript
window.natively.getInsets((resp) => {
        console.log("Resp:", JSON.stringify(resp, null, 2)); 
      });
```
