> For the complete documentation index, see [llms.txt](https://competition.docs.getfoundni.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://competition.docs.getfoundni.co.uk/getting-started/install-outside-breezywp.md).

# Install outside Breezywp

### Installing the migration Plugin

Login to the admin section wordpress installation *(yourdomain.com/wp-admin)* and navigate to the plugins section.&#x20;

Download the following plugin using this link: <https://github.com/d0n601/All-In-One-WP-Migration-With-Import/archive/refs/heads/master.zip>

In the plugin section of your wordpress install, click **Add New > Upload Plugin > Install Now & Activate**

<figure><img src="/files/nKx0IuPsKOUiMMCUtApU" alt=""><figcaption></figcaption></figure>

### Uploading the template

Click on the All in one migration tab along the left hand side of your wordpress admin page and select import. Drag the after downloading the purchase from your template on breezywp.com drag drop your file *(diyraffle-v4.wpress)* on to the red box highlighted below.

<figure><img src="/files/IXIUtDaIMVooplNm42wM" alt=""><figcaption></figcaption></figure>

A upload progress bar will appear - this may take a while depending on your internet connection

<figure><img src="/files/bdT8jOPgoinrV3TCL4Dz" alt=""><figcaption></figcaption></figure>

Once uploaded - click proceed to overwrite the current website

<figure><img src="/files/15eriqujrvm1LiGPsDBl" alt=""><figcaption></figcaption></figure>

You can now visit the homepage and view your new competition website!&#x20;

{% hint style="info" %}
To login as an admin after you have uploaded the template the username is "deleteme" and the password is viewable on the breezywp.com My Templates page under Login info.

Please create a new admin user and login as that account and delete the "deleteme" account or your website will be insecure.&#x20;
{% endhint %}

<figure><img src="/files/BuKRrsK6pTDyHs5rzXxy" alt=""><figcaption><p>Delete this account once you have created your admin account. </p></figcaption></figure>


---

# 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://competition.docs.getfoundni.co.uk/getting-started/install-outside-breezywp.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.
