> For the complete documentation index, see [llms.txt](https://docs.probloggertemplates.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probloggertemplates.com/guides/basic/installation.md).

# Installation

In this guide, you'll find all the steps needed to correctly install a Blogger template. From backing up your existing theme to replacing the code with your new template, we'll walk you through each stage to ensure a smooth installation process.

### Installation Steps

After you have downloaded the new template in `.zip` format, extract the file so that you can install it.

#### 1. Back up your old template

**A** – Access your blog **Theme** > and click on the **Expand** button > then click **Backup**.

**Example:**

<div data-full-width="false"><figure><img src="/files/u22ClIdC1tlPX3NweK5d" alt="Backup theme"><figcaption></figcaption></figure></div>

#### 2. Copying the new template code&#x20;

**A** – After you have downloaded and extracted the new template, open the folder and find the template file with the extension `.xml`.

**B** – Open the file with notepad, or other code editor of your choice.

**C** – Click inside the code, select all code `(Ctrl + A)`, and copy the code `(Ctrl + C)`.

**Example:**

<figure><img src="/files/WZf1m98KNylcVg0Rg8tn" alt="Copy new template code"><figcaption></figcaption></figure>

#### 3. Replacing the old code&#x20;

**A** – Access your blog **Theme** > and click on the **Expand** button > then click **Edit HTML**.

**Example:**

<figure><img src="/files/GulFToE6sHZkwODpUInj" alt="Open HTML editor"><figcaption></figcaption></figure>

**B** – Click inside the code, select all code `(Ctrl + A)`, `DELETE` and paste the new code `(Ctrl + V)`.

**C** – After you have replaced the code click on <mark style="color:orange;">**Save Button**</mark>.

**Example:**

<figure><img src="/files/LmyF7ar8WWPPWKlEVKm6" alt="Replace code"><figcaption></figcaption></figure>

**D** – Go back to the previous page to make sure the template has been installed correctly.

**Example:**

<figure><img src="/files/3CSQznEI5cEYziQnNzX7" alt="Installed template"><figcaption></figcaption></figure>

### Video Tutorial

{% embed url="<https://youtu.be/ND4vd-sfoMc>" %}

{% hint style="success" %}
SUCCESS: Your new theme is already installed and ready to be configured.
{% endhint %}


---

# 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.probloggertemplates.com/guides/basic/installation.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.
