# Uploading a theme

Here we go! In this section, you will learn how to install the Elrond theme.

1. To install the theme, click on the ⚙️ **Settings icon** in the Ghost admin panel. Then, go to the **"Theme"** tab on the opened page. Afterward, click on the **"Change Theme"** option in the bottom right corner of the window.
2. Next, click on the **"Upload theme"** button in the top right corner. Drag and drop your "**elrond-v2.0.0.zip"** theme into this area or manually select the **elrond-v2.0.0.zip** file from among the **theme files.**
3. After the theme is uploaded, click on the **"Activate"** button.&#x20;
4. Afterwards, locate and open the **'Labs'** menu in **Ghost Admin**.
5. Find the **"Routes"** setting under the **"Beta Features"** section. *(It's located at the bottom.)*
6. Click on the **'Upload Routes File'** button and upload the **routes.yaml** file from the theme folder.\
   That's it! 🎉

{% hint style="info" %}
If you can't find the **routes.yaml** file, please extract the **elrond.zip** file from the downloaded theme folder into a separate folder, and locate the **routes.yaml** file in this way.
{% endhint %}

#### If you encounter any issues, please don't hesitate to reach out to us. ⬇️

<mark style="color:purple;background-color:purple;">**Contact:**</mark>  [<mark style="color:purple;background-color:purple;">**https://hedwik.io/contact/**</mark>](https://hedwik.io/contact/)


---

# 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://documentation.hedwik.io/elrond/getting-started/uploading-a-theme.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.
