# How to install our phpBB themes

There are 2 steps to complete in order to install our phpBB themes:

1. Install the theme (front-end design)
2. Install the control panel extension (configures colours and features)

***

### Uploading the theme files:

Here we use our Milk theme as an example

1. Download the theme files
2. Extract to your desktop
3. Open the folder corresponding to the phpBB version you're using
4. Open folder **1. Theme Files**
5. Using a file manager, upload **Milk\_v2.zip** to `yourforum.com/styles/`
6. Extract it in that location. Your file tree should look like this:\
   ![](/files/oFRl2FYC9OCR6Kk3RtNu)\
   Note: Your "styles" folder should contain "Milk\_v2", which contains "theme", "template" and "style.cfg"
7. Delete the Milk\_v2.zip file from your file system

***

### Enabling the theme:

1. Navigate to: ACP (Admin Control Panel) → "Customise" (tab)
2. In the left sidebar, click "Install Styles"
3. Locate the theme
4. Click "Install style"
5. Confirm


---

# 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://docs.planetstyles.net/getting-started/how-to-install-our-phpbb-themes.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.
