Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
Different parts of Strategy Web are architecturally organised into pages:
https://www2.microstrategy.com/producthelp/Current/WebSDK/Content/topics/pagecontent/The_page_Node.htm
For many page-specific customizations, it's essential to determine the internal name of a page within the architecture of Strategy Web.
There are two methods to finding this:
Most pages contain a reference to the page name in the page source. This can be found via the following process:



Each browser's developer tools feature often includes a javascript console of some form. Refer to your browser's documentation for detailed usage guidance.
The following steps demonstrate how to read the page name using various methods in the javascript console:


