> For the complete documentation index, see [llms.txt](https://laravelsharedhosting.novate.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting.md).

# 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
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://laravelsharedhosting.novate.co.uk/siteground-shared-hosting.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.
