# Varbase Media Header

Populates the universal media header style on top of web pages. Which lets site builders activate that for content types.

## Varbase Media Header Module

{% hint style="info" %}
Varbase media header features are bundled through the **Varbase Media Header** module.\
GitHub: <https://github.com/Vardot/varbase_media_header>\
Drupal.org: <https://www.drupal.org/project/varbase_media_header>

After building a project using the `varbase-project` template.

**Install with Composer:** `$ composer require 'drupal/varbase_media_header:~10'`\
[Using Composer to manage Drupal site dependencies](https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies)

The code of the **Varbase Media Header** module will be located in:
{% endhint %}

```
project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_media_header
```

## Required Varbase Modules

This module needs the following Varbase modules in order to function.

### Varbase Media Module

Manages type of media contents and entity browsers in the site.

{% content-ref url="../core-components/varbase-media" %}
[varbase-media](https://docs.varbase.vardot.com/10.0.x/developers/understanding-varbase/core-components/varbase-media)
{% endcontent-ref %}

## Configuring Varbase Media Header

{% content-ref url="../../configuring-a-varbase-site/configuring-varbase-media-header" %}
[configuring-varbase-media-header](https://docs.varbase.vardot.com/10.0.x/developers/configuring-a-varbase-site/configuring-varbase-media-header)
{% endcontent-ref %}


---

# 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/10.0.x/developers/understanding-varbase/external-components/varbase-media-header.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.
