> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/automations/actions/action-catalog/introduction.md ## Article Content: # About the Action Catalog API The Action Catalog API allows you to retrieve a site’s action catalog. The action catalog contains the [actions](https://dev.wix.com/docs/rest/business-management/automations/actions/about-actions.md) that are available on a site. Wix users can add these actions as building blocks in their automations. The API contains one method, [Resolve Actions](https://dev.wix.com/docs/rest/business-management/automations/actions/action-catalog/resolve-actions.md), that queries the site’s action catalog. Use Resolve Actions to find the actions of a specific Wix app or to retrieve an action key. ## Use case [Retrieve the actions provided by a specific app on a site](https://dev.wix.com/docs/rest/business-management/automations/actions/action-catalog/sample-flow.md#retrieve-the-actions-provided-by-a-specific-app-on-a-site). ## Before you begin It’s important to note the following point before starting to code: - A site's action catalog only contains the actions of apps installed on the site.