# Configuring a Varbase Site

- [Navigation](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/navigation.md)
- [Defining Active Menu Trail Using Menu Position](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/navigation/defining-active-menu-trail-using-menu-position.md)
- [Using View Modes Inventory](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/using-view-modes-inventory.md)
- [Content Moderation and Workflows](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/content-moderation-and-workflows.md)
- [URL Aliases in Varbase/Drupal](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/url-aliases-in-varbase-drupal.md): URL is an abbreviation of "Uniform Resource Locator" and it is the page's address on the web.
- [Configuring URL Aliases](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/url-aliases-in-varbase-drupal/configuring-url-aliases.md)
- [Managing URL Aliases](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/url-aliases-in-varbase-drupal/managing-url-aliases.md)
- [Managing URL Patterns for Multilingual Websites](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/managing-url-patterns-for-multilingual-websites.md)
- [Managing Date and Time Formats to Display Across the Site](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/managing-date-and-time-formats-to-display-across-the-site.md)
- [Using Varbase Layout Builder](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/using-varbase-layout-builder.md)
- [Creating a Landing Page With Varbase Layout Builder](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/using-varbase-layout-builder/creating-a-landing-page-with-layout-builder.md)
- [Activating Varbase Layout Builder for Content Types](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/using-varbase-layout-builder/activate-varbase-layout-builder-for-content-types.md)
- [Configuring Pathologic When Going Live](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-pathologic-when-going-live.md)
- [Configuring SEO Features](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-seo-features.md)
- [Disallow Oembed Media Links](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-seo-features/disallow-oembed-media-links.md)
- [Configuring Security Features](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/security-features.md): Varbase Security is part of Varbase Core.
- [Spam Protection](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/security-features/spam-protection.md)
- [Password Policies](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/security-features/password-policies.md)
- [Other Security Kits](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/security-features/other-security-kits.md): Security Kit for XSS, CSRF, SSL/TLS, Expect-CT, and More
- [Flood Contorl](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/security-features/flood-contorl.md)
- [Enable HTTP Password Authentication](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/security-features/enable-http-password-authentication.md)
- [Configuring JSON:API Features](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-json-api-features.md)
- [Configure Varbase Media Hero Slider](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configure-varbase-media-hero-slider.md)
- [Configuring Varbase Media Header](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-varbase-media-header.md)
- [Configuring Varbase Mailer Settings](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-varbase-mailer-settings.md)
- [Configure Symfony Mailer](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-varbase-mailer-settings/configure-symfony-mailer.md)
- [Configure Swift Mailer](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-varbase-mailer-settings/configure-swift-mailer.md)
- [Switch From Swift Mailer to Symfony Mailer](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/configuring-varbase-mailer-settings/switch-from-swift-mailer-to-symfony-mailer.md)
- [Entity Definition Update Manager Class](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/entity-definition-update-manager-class.md)
- [Module Installer Factory Class](https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site/module-installer-factory-class.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.varbase.vardot.com/9.0.x/developers/configuring-a-varbase-site.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
