> 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 # Method name: generalInfo() # Method package: wixSiteBackend # Method menu location: wixSiteBackend --> generalInfo # Method Link: https://dev.wix.com/docs/velo/apis/wix-site-backend/general-info.md # Method Description: The generalInfo API contains functionality for getting [the information about your business](https://support.wix.com/en/article/adding-your-sites-business-info) that has been entered in the **General Info** section of your site's [**Dashboard**](https://support.wix.com/en/article/wix-dashboard-overview). To use the generalInfo API, import `wixSiteBackend` from the `wix-site-backend` module: ```javascript import wixSiteBackend from 'wix-site-backend'; ```