> 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: Pre-installed Automations FAQ ## Article: Pre-installed Automations FAQ ## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/automations/pre-installed-automations/pre-installed-automations-faq.md ## Article Content: # Pre-installed Automations FAQ Below is a list of commonly asked questions about pre-installed automations. We recommend also reviewing the following articles for more information: + [About Pre-installed Automations](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/automations/pre-installed-automations/about-pre-installed-automations.md) + [Add a Pre-installed Automation to your App](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/automations/pre-installed-automations/add-a-pre-installed-automation-to-your-app.md) ## Can I use any trigger? Currently, **Schedule trigger** is not available for use in preinstalled automations. Otherwise, you can use [any trigger](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/automations/pre-installed-automations/about-pre-installed-automations.md#how-to-create-pre-installed-automations) that belongs to a Wix or 3rd-party app, as long as the app is installed on your site. ## Can I use any action? Currently, you can [only use the following actions](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/automations/pre-installed-automations/about-pre-installed-automations.md#how-to-create-pre-installed-automations) in a pre-installed automation: * **Send an email**. * **Send a push notification**. * **Give loyalty points**. * **Issue a receipt**. * Any actions that belong to the app you are creating the pre-installed automation for. ## Can I use triggers with filter fields in pre-installed automations? Yes, all types of [filter fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/automations/triggers/filter-fields.md) can be used. Take note that adding specific items might cause the automation not to work unless these items will be added to sites upon app installation. ## Can app users change the trigger or edit its configuration? No, in [pre-installed automations](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/automations/pre-installed-automations/about-pre-installed-automations.md#how-users-interact-with-your-pre-installed-automations) users can’t change the trigger or edit its configuration. They also can't change the action. However, users can edit action configurations. ## If I make changes to the original automation I used as a template, will it affect the pre-installed automation? No, it’s only used as an initial template and is completely disconnected from the pre-installed automation created in the app dashboard.