> 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-templates/introduction.md ## Article Content: # About the Function Templates API The Function Templates API allows you to retrieve the function templates available for a site. Function templates are drafts of functions that you can use as a starting point when creating a new function. Use this API together with other [Wix Functions APIs](https://dev.wix.com/docs/api-reference/business-management/functions/about-wix-functions-apis.md). ## Function templates in the Wix Functions ecosystem You can use templates for [basic function creation](https://dev.wix.com/docs/api-reference/business-management/functions/about-function-creation-and-activation.md#basic-creation-and-configuration) or for [builderless function creation](https://dev.wix.com/docs/api-reference/business-management/functions/about-function-creation-and-activation.md#builderless-creation-and-configuration). You can only create builderless functions from templates that contain a `formTemplateExtensionId`. @sdk_package_setup