> For the complete documentation index, see [llms.txt](https://docs.toomuchmedia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toomuchmedia.com/content-management/member-areas-and-tours/customizing-your-theme/sharing-blocks-across-pages.md).

# Sharing Blocks across Pages

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

When a Base Block is added and edited on your Page, it is automatically added to your Block Library. Any changes made to your Block will update the settings for that edited block in your Library.

This means that changes to a block on your Home page will affect any other page that uses the same block. This feature saves a tremendous amount of time, as you only need to edit a block once, and the changes will be reflected throughout your site.

This enables you to share blocks, like a Navigation Block, across multiple pages.

Let's look at an example of a Navigation Block to further explain.

<figure><img src="/files/iaNNm1HZkzgZ9kMPOJG6" alt=""><figcaption></figcaption></figure>

The following Home page has a Navigation block titled "Top Logo & Navigation Bar" that adds a [Navigation Bar Block](/content-management/member-areas-and-tours/themes/block-types/navigation-bar-block.md) to the page.

<figure><img src="/files/mYMPiCvLpHAid1sac9L2" alt="" width="563"><figcaption></figcaption></figure>

Clicking "Configure Block" in the Block Details, then navigating to the Pages tab will display all the pages this block is currently being used on. Meaning, all of these pages are currently using the same "Top Logo & Navigation Bar" block.

<figure><img src="/files/k6JJi5d8u5GNF8dbR1NO" alt="" width="563"><figcaption></figcaption></figure>

## Adding an existing Block to a new Page

If you would like to reuse an already existing Block within your Block Library on a new page, follow these instructions.

1\) Navigate to the **Theme** tab of your desired Member Area or Tour.

2\) Click the **Add Page** button to the top-right of the page.

3\) Enter a **name** and **path** for your new page.

4\) Select the **Add New Block** butto&#x6E;**.**

5\) Navigate to the **Your Library** tab and select the block you wish to share across pages.

{% hint style="success" %}
**TMM Tip:** The total number of pages each block is used on will be displayed on the selection card.
{% endhint %}

<figure><img src="/files/EpW3vo7URV6jwzMWerEk" alt=""><figcaption></figcaption></figure>

6\) Your block will now be added to the page.

{% hint style="danger" %}
**Important:** Keep in mind that any changes made to the block on this or any pages using the block will be reflected on **every** page using the same block.
{% endhint %}

## Related Articles

{% content-ref url="/pages/7lUwaSI9yImefB8h0Fa6" %}
[Using the Page Builder](/content-management/member-areas-and-tours/customizing-your-theme/using-the-page-builder.md)
{% endcontent-ref %}

{% content-ref url="/pages/J6Pe6MmfmWL8KMam8usM" %}
[Block Types](/content-management/member-areas-and-tours/themes/block-types.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.toomuchmedia.com/content-management/member-areas-and-tours/customizing-your-theme/sharing-blocks-across-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
