# Theme Installation and Update

### Theme Installation

1. Log in to your Moodle site as an admin.
2. **Go to:** `Administration → Site administration → Plugins → Install plugins`.
3. Then upload the theme **ZIP** file `themename.zip`. You should only be prompted to add extra details (in the Show more section) if your plugin is not automatically detected.
4. Check the plugin validation report
5. Done
6. Go to the `Site administration → Appearance → Themes → Theme selector`
7. **Select** a new theme
8. Done

### Theme Update

To download the most recent theme version, please log in to ThemeForest and navigate to Profile -> Downloads.

* Log in to your Moodle site as an admin.
* **Go to:** `Administration → Site administration → Plugins → Install plugins`.
* Then upload the theme **ZIP** file `themename.zip`. You should only be prompted to add extra details (in the Show more section) if your plugin is not automatically detected.
* Check the plugin validation report
* Done
* Go to the `Site administration → Appearance → Themes → Theme selector`
* **Select** a new theme
* Done

{% hint style="danger" %}
**Please remember to clear the global cache when you are finished.**
{% endhint %}


---

# 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://rosea.gitbook.io/alpha-moodle-theme/theme-installation-and-update.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.
