api-docs/docs/browser-tracker/markdown/browser-tracker.browsertracker.addplugin.md
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [BrowserTracker](./browser-tracker.browsertracker.md) > [addPlugin](./browser-tracker.browsertracker.addplugin.md)
## BrowserTracker.addPlugin property
Add a plugin into the plugin collection after Tracker has already been initialised
<b>Signature:</b>
```typescript
addPlugin: (configuration: BrowserPluginConfiguration) => void;
```