> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/elements-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites.md).

# Websites

- [Manage Websites](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites.md): View and manage all your hosted websites in your Elements Hosting account
- [Home](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/home.md): View and perform various functions from your website's Home dashboard
- [Files](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/files.md): View, modify, create, and delete files and folders using Elements Hosting built-in File Manager
- [Databases](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/databases.md): Create and manage MariaDB databases and users
- [Domains](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/domains.md): Add addon domains, subdomains, and domain aliases to your Elements Hosting account
- [Addon Domains](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/domains/addon-domains.md): How to add an addon domain to your Elements Hosting account
- [Subdomains](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/domains/subdomains.md): How to add a subdomain to your Elements Hosting account
- [Domain aliases](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/domains/domain-aliases.md): How to add a domain alias to your Elements Hosting account
- [Analytics](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/analytics.md): View total bandwidth and visitor analytics
- [Backups](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/backups.md): Keep your websites and project files safe with recommended backup options.
- [Security](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/security.md): Secure your websites with automatic Let's Encrypt SSL certificates
- [Redirects](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/redirects.md): Easily set website redirects from the Elements Hosting Reactor Panel
- [Optimization](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/optimization.md): Speed up your PHP pages with Opcode caching
- [FTP Accounts](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/ftp-accounts.md): Publish your RapidWeaver Elements sites at lightning speed with FTP or SFTP
- [How to create an FTP account.](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/ftp-accounts/how-to-create-an-ftp-account..md): Create an FTP user account on Elements Hosting.
- [How to publish your Elements site using FTP](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/ftp-accounts/how-to-publish-your-elements-site-using-ftp.md): Fast, no-hassle publishing from the Elements app to your Elements Hosting account.
- [How to publish your Elements site using SFTP](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/ftp-accounts/how-to-publish-your-elements-site-using-sftp.md): Secure, fast publishing from the Elements app to your Elements Hosting account.
- [Advanced](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/advanced.md): Advanced Tools to manage your Elements hosted sites
- [Developer Tools](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/advanced/developer-tools.md): Advanced settings for websites hosted on Elements Hosting
- [Import Website](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/import-website.md): Import your website(s) from cPanel or Plesk to your Elements Hosting account
- [cPanel Imports](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/import-website/cpanel-imports.md): Migrate your cPanel hosted website to Elements Hosting
- [Plesk Imports](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/import-website/plesk-imports.md): Migrate your Plesk hosted website to Elements Hosting


---

# 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://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites.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.
