---
title: "Edit Grav Pages"
description: "After installing Grav, one of the first things you'll want to do is edit your Grav site. Those familiar with Github, Mattermost, and Slack will understand much of the Markdown markup language used in..."
url: https://www.inmotionhosting.com/support/website/website-design/edit-grav-pages/
date: 2019-05-29
modified: 2021-08-16
author: "InMotion Hosting Contributor"
categories: ["Website Design"]
type: post
lang: en
---

# Edit Grav Pages

After installing Grav, one of the first things you’ll want to do is edit your Grav site. Those familiar with Github, Mattermost, and Slack will understand much of the [Markdown markup language](/support/website/website-design/understanding-markdown/) used in Grav. Below we cover **how to edit Grav pages via Admin plugin, cPanel File Manager, or FTP**.

[Admin](#admin)
[Manual](#manual)
Here is the default homepage with the Grav + Admin Plugin package.

[![Grav homepage](https://www.inmotionhosting.com/support/images/stories/grav/grav-3-install-without-admin-plugin.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-3-install-without-admin-plugin.png)

## Edit Page with Admin Plugin

1. Log into Grav.
2. Select **Pages** on the left.
3. Select **Home** to edit the page. [![Grav manage pages section](https://www.inmotionhosting.com/support/images/stories/grav/grav-21-manage-pages.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-21-manage-pages.png) Create a page, folder, or [modular page](https://learn.getgrav.org/content/modular) at the upper-right. Preview or delete a page from the right.
4. You’ll see the *Normal* **Options** tab. The menu bar includes Undo, insert links, Image, view Preview, Fullscreen mode, media insert options and more. [![normal content tab](https://www.inmotionhosting.com/support/images/stories/grav/grav-11-edit-page-normal-content.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-11-edit-page-normal-content.png) **Expert** mode shows a *[Frontmatter](https://learn.getgrav.org/content/headers)* above the editor replacing parts from the Normal **Options** tab. [![expert content tab](https://www.inmotionhosting.com/support/images/stories/grav/grav-14-edit-page-expert-content.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-14-edit-page-expert-content.png)
5. On the **Options** tab, you can change the publishing status and duration, metadata, and category settings. [![normal content tab](https://www.inmotionhosting.com/support/images/stories/grav/grav-12-edit-page-normal-options.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-12-edit-page-normal-options.png) **Expert** mode combines normal *Options* and *Advanced* fields. [![expert content tab](https://www.inmotionhosting.com/support/images/stories/grav/grav-15-edit-page-expert-options.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-15-edit-page-expert-options.png)
6. In the Normal **Advanced** tab, you can edit the file and system settings. [![normal advanced tab](https://www.inmotionhosting.com/support/images/stories/grav/grav-13-edit-page-normal-advanced.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-13-edit-page-normal-advanced.png)

## Edit Page Manually

1. Login with [SSH](/support/server/ssh/do-you-provide-ssh-access/), [cPanel File Manager, or FTP](/support/website/how-to-edit-a-file/).
2. Navigate to the Grav directory.
3. Edit the homepage located at user/pages/01.home/default.md.
4. Save your changes.

Learn how to install additional Grav [themes](https://getgrav.org/downloads/themes) and [plugins](https://getgrav.org/downloads/plugins) to enhance your website. Learn more about Grav in our [Support Center](/support/website/grav-backups/).
