> 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: $w ## Namespace: dashboard-text ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/velo-only-apis/$w/dashboard-text/introduction.md ## Article Content: # Introduction Setting the text property sets the plain-text contents of the text element. Any text that the element already contained is replaced. The new text is formatted using the formatting that was used on the first character of the previous text value. The dashboard text element is intended for use on [dashboard pages](https://dev.wix.com/docs/develop-websites/articles/coding-with-velo/frontend-code/dashboard-admin-pages/working-with-dashboard-pages.md) in your Wix site or in [Wix Blocks](https://support.wix.com/en/article/wix-blocks-check-out-our-articles), but you may use it on any page.