> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/dashboard-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/dashboard-plugin/api-and-gui/api/getavailableportals.md).

# getAvailablePortals

getAvailablePortals is a helper function that returns all the available registered portals in Dashboard

## How to use

```javascript
import { Plugin } from'@root'

Plugin.getAvailablePortals('OPTIONAL_PLUGIN_BUNDLE')
```

By passing a plugin bundle id as an argument to getAvailablePortal&#x73;**,** Dashboard will check for the registered portals that has been registered with the plugin that matches the same bundle
