> 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/velo/apis/wix-business-tools-v2/introduction.md ## Article Content: # Introduction  
Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
  > **Note:** This module is > [universal](invalid-url). > Functions in this module can run on both the backend and frontend, > unless specified otherwise. The Wix Business Tools API enables you to retrieve and manage business information for a Wix site. With the Wix Business Tools API, you can: + Retrieve, create, modify, and delete [locations](https://www.wix.com/velo/reference/wix-business-tools-v2/locations). + Retrieve and modify [site properties](https://www.wix.com/velo/reference/wix-business-tools-v2/siteproperties). Access and manage your site's [business info](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%2Fsettings/business-info) in the site dashboard. For more information about managing your site's business info, see [Adding Your Site's Business Information](https://support.wix.com/en/article/adding-your-sites-business-information). To use the Business Tools API, import `businessTools` from `wix-business-tools.v2`: ```js import businessTools from 'wix-business-tools.v2'; ``` ## Terminology + **Business schedule:** Describes the location's regular and exceptional opening hours. + **Period:** Regular, weekly opening hours of the location. + **Special hour period:** Exception to the location's regular hours. The location can be either open or closed during the special hour period. + **Default location:** Location reflected in the site properties. This location is used on invoices.