# # Direct Docs Queries I’ll search for information about these specific Redocly features to provide you with accurate answers. Based on the Redocly documentation search results, here are the answers to your questions: **1. Protecting pages with role-based access:** Redocly provides access control functionality through the Settings > Access control tab, where people with Owner roles can manage what organization users can access in the Workflows app. However, specific documentation for protecting individual pages like “debrief.md” with custom roles like “pearl” was not found in the search results. [Source](https://redocly.com/docs-legacy/settings/access-control) **2. Creating code walkthroughs:** The search results did not return specific documentation about creating code walkthroughs in Redocly. The available guides focus on CLI tools and deployment options rather than interactive code walkthrough features. [Source](https://redocly.com/docs/cli/guides) **3. Showing only mock server in Try it console:** You can configure the Try it console to show only mock servers by using the `mockServer` configuration object. This allows you to add mock server URLs to the Try it console servers list and control their position. The mock server can be enabled for all branches through Settings > Mock servers. [Source](https://redocly.com/docs-legacy/api-registry/settings/mock-servers) [Source](https://redocly.com/docs-legacy/api-reference-docs/configuration/functionality) **4. Running API monitoring on a regular schedule:** Redocly offers Respect Monitoring, which leverages Arazzo Descriptions with Redocly’s Respect command to track APIs’ health and quality. This feature allows automated monitoring of API performance and quality metrics. [Source](https://redocly.com/docs/realm/setup/respect-monitoring) **5. Making headings purple colored:** You can customize heading colors by overriding CSS variables in your theme. Use `--heading-text-color: var(--color-purple-7)` in your CSS to make headings purple. The core theme is built using CSS variables that can be overridden for customization. [^1](https://redocly.com/docs/realm/style/how-to/customize-styles) [^2](https://redocly.com/docs/realm/get-started/migrate-api-reference)