> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/monocolor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/monocolor/getting-started/theme-installation-update.md).

# Theme Installation/Update

{% tabs %}
{% tab title="Via the built in Moodle plugin installer" %}

1. Log in to your Moodle site as an admin.
2. **Go to:** `Administration → Site administration → Plugins → Install plugins`.
3. Then upload theme **ZIP** file `monocolor.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:** Monocolor theme
8. Done

**After all clear global cache.**

```
Go to: Dashboard → Site administration → Development → Purge all cache
```

{% endtab %}

{% tab title="Via FTP" %}

1. Log into your Moodle site via FTP client and go to Moodle theme directory located at your-Moodle-site/themes/.
2. **Unzip** the theme file you downloaded from ThemeForest and upload only the extracted theme folder (monocolor`.zip`).
3. Ensure that the new theme folder and its contents are readable by the webserver.
4. Now login to your Moodle site and go to `Administration → Site administration → Notification`, you will see a Notification for theme to be installed. **Click** “Upgrade Moodle Database now” button to continue for the installation procedure.
5. **Go to:** Site administration → Appearance →Themes → Theme selector
6. **Select:** Monocolor theme
7. Done

**After all clear global cache.**

```
Go to: Dashboard → Site administration → Development → Purge all cache
```

{% endtab %}
{% endtabs %}

Learn more on [Moodle Docs](https://docs.moodle.org/400/en/Themes_FAQ)


---

# 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://rosea.gitbook.io/monocolor/getting-started/theme-installation-update.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.
