# Quickstart

This section is brief and lacking information by design. If you need to know more about aspects i cover in this quickstart guide you will find them in this documentation.&#x20;

First you will need a company domain name for example "**big-comps.com"** these can be purchased at [namecheap.com](https://www.namecheap.com/) or any other domain registrar.

### Create a server

You will need a server to host your website. This basically a computer that runs 24/7 that allows your customers to connect to your website from anywhere in the world.

To create a server head over to [breezywp.com](https://breezywp.com/), make an account and then click the blue button to create a server. I recommend SVR2.

<figure><img src="/files/xrpZSw2z3gfA3jgCIcf6" alt=""><figcaption><p>Create Server</p></figcaption></figure>

<figure><img src="/files/yZCOfU6ZxMePXMUUnMhD" alt=""><figcaption><p>Name your server anything you would like, SVR2 is a good starter size and select a location closer to you.</p></figcaption></figure>

### Create your website

Once your website has been built & ready, click into your server and "Create Site".

<figure><img src="/files/GW3xNcNqBcHlr6n6UQOt" alt=""><figcaption><p>Create Site</p></figcaption></figure>

In the popup add your domain name for example **"yourdomain.co.uk"**

**Do not add - "[www](http://www)." or "http" just the above layout, everything else will be added for you.**

Once you create click create website - leave it to work its magic for around 3-5min until clicking on it under "current sites"

### Connecting your domain to your server

In the first step on this quick start guide you purchased a domain name. You will now have to navigate your way to the DNS settings in this domain and create an "A record" that points to the server IP Address, copy your address from the server page on breezywp.com. &#x20;

<figure><img src="/files/cW2sqHmOZjVYCFgjZdcZ" alt=""><figcaption><p>Copy your IP Address</p></figcaption></figure>

Next add the following "A Record"

* Type: "A"
* Host: @
* Value: "Your IP Address"

You can also add another "A Record" for "[www](http://www)." should you want it to redirect to your non [www](http://www). domain.

* Type: "A"
* Host: @&#x20;
* Value

### Test Your Website

Before moving on its time to test your website. Type your domain name into your web browser and if you see the following screen, you are good to go!

<figure><img src="/files/XBIhZE8FqcGRsJlNdJ9B" alt=""><figcaption><p>Default Wordpress Home Screen</p></figcaption></figure>

Login to your website at yourdomain.co.u&#x6B;**/wp-admin** using the login information on your breezywp.com website.

<figure><img src="/files/cogGkt8aZlVw1gQFyYbK" alt=""><figcaption><p>/wp-admin Login details</p></figcaption></figure>

### Installing the Template

Next up is to [purchase the Competition Raffle Template](https://breezywp.com/template/raffle-website-template) and download it onto your website.

<figure><img src="/files/hmWUQA3FSfXSuLvKd67H" alt=""><figcaption><p>Install template and choose Raffle Website Template</p></figcaption></figure>

Once you click download this will send commands of to your server and install the "all in one migration" plugin while also downloading the template for your to click Restore on in the next step.

Now head back over to the admin section of your website (/wp-admin), click on backups and then restore > Proceed.

<figure><img src="/files/KEWz56OR2uyvNqnXuUah" alt=""><figcaption><p>Installing the template on your website. (Restore Button)</p></figcaption></figure>

All being well a success message will appear and now you just need to visit the homepage of your website (yourdomain.co.uk) to see the website live!

<figure><img src="/files/9liOG67NEzPk95poKIvz" alt=""><figcaption><p>Successfully installed!</p></figcaption></figure>

### Finishing up.&#x20;

To finish up, lets quickly secure the website with an SSL certificate, head over to breezywp.com website and click "Install SSL" and choose Automated. This will take a few minutes to complete so give it time before requesting another certificate.

<figure><img src="/files/bkz8s22gwGT1IgOhoix9" alt=""><figcaption><p>Install SSL > Automated</p></figcaption></figure>

Next up is to reinstate the admin username and password since we overwritten it when we installed the template.&#x20;

**Click Actions > Reinstate BreezyWP Admin Login > Run**

<figure><img src="/files/PCL6h12v3h5HMXmneQvG" alt=""><figcaption><p>Actions includes some other changs you can make.</p></figcaption></figure>

You will now need to login again using your admin username and password shown above on breezywp.com


---

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