Open the menu
    ```html

    Standard Page Manager

    Allows you to add, edit, and remove standard pages.

    As is known, in a portal it is possible to build various solutions. Imagine a portal that contains several solutions corresponding to a company's websites.

    Each of them must contain a main standard page and a login standard page. When the solution's URL is accessed, it will be redirected to the main standard page. In turn, when the user accesses a page to which they do not have access, the login standard page will be displayed.

    Nothing prevents all solutions from pointing to the same main standard page and the same login standard page. Or also that all solutions point to the same main standard page and a different login standard page, or vice-versa. Within the same solution, each area can also have its own login page.

    Ultimately, the way such pages will be registered depends on the architecture of the solutions.

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.
    • Edit service instance content: Allows managing all data of this service instance with publisher profile.
    • View service instance: Allows viewing public data of this service instance.

    Interfaces

    ```