# Varbase Demo Content

The **Varbase Demo Content** recipe provides demo content for new Varbase sites, giving site builders and content editors a starting point with pre-populated pages, blog posts, and media to demonstrate the platform's capabilities.

## Drupal.org Project

<https://www.drupal.org/project/varbase_demo_content>

## Overview

Varbase Demo Content creates sample content that showcases the features and content types available in a Varbase installation. This is useful for demonstration purposes, client presentations, and as a reference for content editors learning to use the platform.

## Features

* **Sample Pages**: Pre-built pages demonstrating various content layouts and configurations
* **Demo Blog Posts**: Example blog posts with featured images, tags, and categories
* **Media Content**: Demo media items referenced throughout the sample content
* **Content Relationships**: Demonstrates how content types, taxonomy terms, and media work together within Varbase

## Recipe Dependencies

Depends on the following recipes:

| Recipe                                                                                                | Description                                                        |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [**Varbase Media Assets**](/developers/understanding-varbase/varbase-recipes/varbase-media-assets.md) | Default demo media assets including images, videos, and documents. |

## Installation

Apply the recipe using Drush:

```bash
ddev drush recipe ../recipes/varbase_demo_content
```

## Notes

Demo content is intended for initial site setup and demonstration purposes. On production sites, you may want to remove or replace the demo content with your own content before launch.


---

# 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/developers/understanding-varbase/varbase-recipes/varbase-demo-content.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.
