# Model View Block

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

## Overview

The Model View Block allows you to display full details of a specific Model, including their thumbnail and banner, a description, related attributes and more.&#x20;

This Block is used alongside the [Model List Block](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/themes/block-types/model-list-block) to create a seamless navigation experience between lists of models and detailed model profiles.&#x20;

{% embed url="<https://youtu.be/h11XU8CqQ0o>" %}

## Model View Settings

### Settings Tab

The **Settings** tab allows you to control which model is displayed in the block. You can filter the model using:

* Specific Model ID(s).
* The model ID or slug passed through the URL.

You can also define which Channels with Content that a Model has been associated with are displayed. Content Sets are published to Channels, and Content Sets can have Models associated with them, so selecting the Channel will limit which Models are displayed.

See the [Channels](https://docs.toomuchmedia.com/content-management/channels) article to learn more.

Using specific Model ID(s) is best used when the block is placed on a special page dedicated to a single mode. For example, setting the ID to "1" will always show the model with ID "1" when a visitor goes the the page with the Model View Block on it.

Setting the filter to ID or Slug in the Page Path (URL) will have the block **dynamically** display a model's details based on what the user clicked to get to the current page the block resides on. This ensures the block displays the relevant model based on how the visitor got to the page, such as from a Model List Block.

### Design Tab

The Design tab allows you to control how the block looks and how visitors or members interact with it.

The **Header Image and Banner** section lets you choose whether to display the model's header image or banner, and where each one is position within the block layout.

The **User Interaction details to display** section gives you the option to enable features for visitors to interact with the model's profile including:

* Rating the model.
* Thumbs up/down.
* Favorite button.

These stats can be used to create a personal list of the user's favorite models on their account page, or help you determine which models to spotlight and more.&#x20;

### Additional Details Tab

The **Additional Details** tab lets you define which model attributes are displayed in the block, and thus on the page. You can select to include attributes such as age, gender, height, and more.&#x20;

Each attribute that is displayed can also include a target link using the **Display Value As** field, giving visitors a navigation option to content that is related to the attribute.&#x20;

## Related Articles

{% content-ref url="" %}
[](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/themes/block-types)
{% endcontent-ref %}

{% content-ref url="model-list-block" %}
[model-list-block](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/themes/block-types/model-list-block)
{% 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/themes/block-types/model-view-block.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.
