# SiteGround Shared Hosting

- [Introduction](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/introduction.md)
- [Prepare your Laravel project](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/prepare-your-laravel-project.md)
- [Add a hosting account](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/add-a-hosting-account.md)
- [SSH access to SiteGround space](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/ssh-access-to-siteground-space.md): Generate a local SSH private / public key pair
- [Setup a mysql database](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/setup-a-mysql-database.md)
- [Adding a mail account](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/adding-a-mail-account.md)
- [The master folder](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/the-master-folder.md)
- [Create a .env file](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/create-a-.env-file.md)
- [Connect your server to git](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/connect-your-server-to-git.md)
- [Create a deployment script](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/create-a-deployment-script.md)
- [Link this site into your webserver](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/link-this-site-into-your-webserver.md)
- [SSL Certificate](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/ssl-certificate.md)
- [Setting up a CRON job](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/setting-up-a-cron-job.md)
- [Running a Queue Worker](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/running-a-queue-worker.md)
- [On-going deployments](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/on-going-deployments.md)
- [Deploy from local development](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/deploy-from-local-development.md): We can trigger remote deployment over SSH
- [Deploy using GitHub Actions](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/deploy-using-github-actions.md): Run our build script from github action such as code release


---

# 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.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.
