> 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 (Inputs) ## Article Link: https://dev.wix.com/docs/sdk/host-modules/editor/inputs/introduction.md ## Article Content: # Introduction The Inputs API enables you to request various types of inputs from a site owner working in the editor, such as opening a color picker panel in the editor and prompting the user to select a color. This API is intended for use in the settings panel of a [site widget](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions.md) or [site plugin](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-plugins/about-site-plugin-extensions.md) implemented with a custom element. To use the Inputs API, follow the [setup instructions for the Editor API](https://dev.wix.com/docs/sdk/host-modules/editor/introduction.md#setup).