# Replacement Variables

*Article Topics:* [*Design*](/getting-started/common-topics/design.md)*,* [*Blocks*](/getting-started/common-topics/blocks.md)

## What are Replacement Variables?

Replacement Variables are titled as such because they are variables replaced by data specified by the admin. Using replacement variables, you can display a wide variety of details, including your Tour/Member Area's name, a model's name, categories, and more.

## Using Replacement Variables

Replacement Variables are most prominently used on HTML Blocks, but can also be used on the header of List blocks and even on individual Page settings to change the Page Title.

### Page Titles

Page titles can be dynamically set based on the content presented on that page. Create the page and set the page title once using dynamic variables.

{% content-ref url="/pages/TH0Pl5hefVn2RT98lDTu" %}
[Set a Page's Title Dynamically](/content-management/member-areas-and-tours/customizing-your-theme/replacement-variables/set-a-pages-title-dynamically.md)
{% endcontent-ref %}

### Block Level Replacements

Dynamically set the name of a Set List Block header on a Model's page with their name.

{% content-ref url="/pages/VDTUA2jp9jucvjAKUUPN" %}
[Replacement Variables for Blocks](/content-management/member-areas-and-tours/customizing-your-theme/replacement-variables/replacement-variables-for-blocks.md)
{% endcontent-ref %}

### HTML Blocks Replacement Variables

Include a welcome greeting for logged-in members, showcase the name of your area or more.

{% content-ref url="/pages/iPo5gGW43EUHsnhQNSIl" %}
[Replacement Variables for the HTML Block](/content-management/member-areas-and-tours/customizing-your-theme/replacement-variables/replacement-variables-for-the-html-block.md)
{% 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.toomuchmedia.com/content-management/member-areas-and-tours/customizing-your-theme/replacement-variables.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.
