# Add a hosting account

Create a new host within your SiteGround account.

This is simple enough, just ensure that you select "**SKIP & CREATE EMPTY SITE"** when asked to choose between *start new website* and *migrate website*.&#x20;

{% hint style="warning" %}
If you choose to create the site with a temporary domain, you will not be able to create an email account.
{% endhint %}

### PHP Version

You will want to select the same PHP version to run your web content as you have in development.  This is done through the **Devs / PHP Manager** section of the Site Tools sidebar.

In order to switch versions, you will need to first switch to **Change PHP Version Manually** you can then choose the version, ideally 8.1 or 8.2

{% hint style="info" %}
This page, under greyed tabs, you can set PHP variables such as **post\_max\_size** and install any unusual PHP extensions that you need to enable such as **imagick**
{% 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://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/add-a-hosting-account.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.
