# App Bridge actions overview

> Install the shoplazza-app-bridge package, initialize it in your Shoplazza App entry file, then trigger admin actions: backlink, contextual save bar, redirect.

Shoplazza App Bridge introduces a new concept of actions. An action provides a way for applications and hosts to trigger events with a payload.

The code examples presented in this section presume the utilization of modular JavaScript patterns.

## Install

```shell
npm install shoplazza-app-bridge --save
```

## Usage

```javascript
// Embed App entry file
import { app } from 'shoplazza-app-bridge';

app.init();
```

## Available actions
