> 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: Supported Function Types ## Article: Supported Function Types ## Article Link: https://dev.wix.com/docs/api-reference/business-management/functions/supported-function-types.md ## Article Content: # Supported Function Types Wix business solutions provide predefined slots for functions called function types. Function types define the integration points where you can add custom logic to extend the functionality of Wix apps like Wix Stores, Wix Bookings, and others. You can only create functions from existing function types. Wix is always adding new function types, so there isn't a fixed list available. There are 2 ways to view available function types: - [Programmatically](#view-function-types-programmatically) - [Manually](#view-function-types-manually) ## View function types programmatically Calling [Query Function Types](https://dev.wix.com/docs/api-reference/business-management/functions/function-types/query-function-types.md) returns all the function types available for a specific site. For example, if a site has only Wix Stores installed, the API returns only the function types that Wix Stores defines. You can also filter your call by the business solution that defines the function type. For example, if a site has many apps installed but you want to retrieve only the function types defined by Wix Stores, you can use the Wix Stores app ID to filter the results. ## View function types manually On a site's [**Functions** dashboard page](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Ffunctions/manage) there is a **Functions catalog**. This displays all the available function types based on the apps installed on the site. All sites with the same apps installed can use the same function types. ## See also - [About Wix Functions APIs](https://dev.wix.com/docs/api-reference/business-management/functions/about-wix-functions-apis.md) - [Function Architecture](https://dev.wix.com/docs/api-reference/business-management/functions/function-architecture.md) - [Sample Flows](https://dev.wix.com/docs/api-reference/business-management/functions/sample-flows.md)