> 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/functions/function-types/introduction.md ## Article Content: # About the Function Types API The Function Types API allows you to retrieve the available function types on a site. Function types are predefined categories of functions that Wix business solutions provide, defining when and how custom logic can be integrated into Wix workflows. Use this API together with other [Wix Functions APIs](https://dev.wix.com/docs/api-reference/business-management/functions/about-wix-functions-apis.md). With the Function Types API, you can: - Find all the points where you can inject custom logic into Wix business solution workflows. - Understand what function types each installed business solution provides. - Identify which function types are available before building custom functions. ## Function types in the Wix Functions ecosystem Function types are the starting point for all functions. They define the integration point where your function's custom logic runs. Wix business solutions define function types and make them available only on sites with the business solution installed. @sdk_package_setup