> 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/manage-websites/home.md).

# Home

<figure><img src="/files/R3Uroy9sYGD1I5BM0HsW" alt=""><figcaption></figcaption></figure>

From your website’s Home dashboard in the [Elements Hosting Reactor Panel](https://reactor.elementshosting.io/), you can view the following information and perform the following actions:

1. Refresh the dashboard screenshot if your website’s home page has changed. This screenshot is for visual reference only and does not affect site functionality.
2. Click `Visit site` to open your website’s URL in a new browser tab or window.
3. Upload and restore a website backup by selecting `Upload backup`, if you have a backup file available.
4. Click `Backups` to open the Backups section, where you can view existing backups, create a new backup, or restore from a previous backup.
5. Click `File manager` to open the [Files](/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/files.md) page and manage your website’s files and folders.
6. Click `FTP` to open the [FTP](/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/ftp-accounts.md) page, where you can create, manage, or delete FTP user accounts.
7. Click `See all analytics` to open the [Analytics](/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/analytics.md) page, where you can view total bandwidth usage and visitor statistics.
8. Review the At a Glance section, which displays:\
   a. The web server in use on your hosting account\
   b. The active PHP version for your website, which can be changed from this section\
   c. Any collaborators who have access to your hosting account\
   d. Your website and database IP addresses\
   e. The date your website was added to your hosting account
9. View the hosting package your website is subscribed to, along with current package usage and resource information.


---

# 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/manage-websites/home.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.
