> 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/sdk/frontend-modules/site/introduction.md ## Article Content: # About Site The Site API provides information about a site's core configuration, structure, and regional settings. You can use this API to retrieve essential details such as the site's display name, currency, language, and timezone, as well as information about the site's pages and routing. With the Site API you can: - Access site-level settings like [language](https://dev.wix.com/docs/sdk/frontend-modules/site/language.md), [currency](https://dev.wix.com/docs/sdk/frontend-modules/site/currency.md), [timezone](https://dev.wix.com/docs/sdk/frontend-modules/site/timezone.md), and [regional preferences](https://dev.wix.com/docs/sdk/frontend-modules/site/regional-settings.md) - Retrieve the [site structure](https://dev.wix.com/docs/sdk/frontend-modules/site/get-site-structure.md), [current page](https://dev.wix.com/docs/sdk/frontend-modules/site/current-page.md), and [site display name](https://dev.wix.com/docs/sdk/frontend-modules/site/get-site-display-name.md) - Improve performance by [prefetching page resources](https://dev.wix.com/docs/sdk/frontend-modules/site/prefetch-page-resources.md) - Get the [router sitemap](https://dev.wix.com/docs/sdk/frontend-modules/site/router-sitemap.md) for dynamic routing and SEO support ## Terminology - **Currency code**: A short code (for example, `USD`, `EUR`) representing the site's configured currency, as set in the site's Dashboard. - **Regional settings**: Settings that define how numbers, dates, and currencies are formatted on the site, based on regional preferences. - **Site structure**: A flattened representation of all site pages and popups (excluding menu structure), useful for navigation and routing logic. - **Prefetching**: The process of loading page or popup resources in advance to improve performance during navigation. - **Router sitemap**: A list of pages generated from a router or dynamic prefix, used to help search engines index dynamic content.