> ## Documentation Index
> Fetch the complete documentation index at: https://docs.statusmc.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Editing a service/group

**Where to find?** [Log into your account](https://account.statusmc.net/) -> <kbd>Select a Statuspage</kbd> -> <kbd>Services</kbd>

### Editing a service

<Steps>
  <Step title="Click on the blue &#x22;pen&#x22; icon to begin editing">
    Once you're on the "**Services**" page click on the blue pen icon to begin editing as shown in the screenshot below.

    <Frame>
      <img src="https://mintcdn.com/statusmc/I1zG6O1fT5nxD2Gk/images/Screenshot_12.png?fit=max&auto=format&n=I1zG6O1fT5nxD2Gk&q=85&s=74bbe199660ec86f6ff3d888037d5f56" alt="This image shows where to click in order to start editing a group or a service." width="1099" height="298" data-path="images/Screenshot_12.png" />
    </Frame>
  </Step>

  <Step title="After clicking on the &#x22;Edit service&#x22; button you will be presented with the following form if you are editing a Service:">
    <Frame>
      <img src="https://mintcdn.com/statusmc/I1zG6O1fT5nxD2Gk/images/Screenshot_13.png?fit=max&auto=format&n=I1zG6O1fT5nxD2Gk&q=85&s=df111d7d50136296ab469bc92afb6882" alt="This is what the form to edit a service looks like." width="1892" height="1076" data-path="images/Screenshot_13.png" />
    </Frame>

    [*If you are editing a group see below to see what that looks like.*](#editing-a-group)

    **Editing a service (fill out the required fields):**

    * **Title (required)** - enter the title of your service, for example "API", "Queue System" or "Website".
    * **Select Type (required)** -**this value cannot be changed.**  When editing a service you are unable to turn it into a group.
    * **Description (optional) -** this is the best place to describe your service, this description is **only** visible in the dashboard when hovering over the information icon next to a service's name in the services list
    * **Parent (optional) -** in this dropdown you can select whether a service will be a part of a group or not. For example you can place all backend services into a group called "Backend" to keep things organized.
    * **Show Historical Uptime (optional) -** if selected we will calculate the service's historical uptime based on incidents from the last 30 or 90 days. When enabled we will display the service's historical uptime in the dashboard as a percentage and also on your statuspage.
    * **Historical Uptime range (only shown when show historical uptime is enabled) (required) -** choose whether to display the historical uptime of your service from the last 30 or 90 days. 

    <Note>
      90 days historical uptime for services is only available for users on the [Startup](https://statusmc.net/pricing) plan.
    </Note>

    Once you have filled in all of the details click on **Save** to save the changes you made to the service.
  </Step>
</Steps>

### Editing a group

<Steps>
  <Step title="Click on the blue &#x22;pen&#x22; icon to begin editing">
    Once you're on the "**Services**" page click on the blue pen icon to begin editing as shown in the screenshot below.

    <Frame>
      <img src="https://mintcdn.com/statusmc/KBOa9XytclwRN75G/images/Screenshot_14.png?fit=max&auto=format&n=KBOa9XytclwRN75G&q=85&s=f28ad640707860ccaa6fe28890ce09c1" alt="This image shows where to click in order to start editing a group." width="1082" height="180" data-path="images/Screenshot_14.png" />
    </Frame>
  </Step>

  <Step title="After clicking on the &#x22;Edit group&#x22; button you will be presented with the following form if you are editing a Group:">
    <Frame>
      <img src="https://mintcdn.com/statusmc/KBOa9XytclwRN75G/images/Screenshot_16.png?fit=max&auto=format&n=KBOa9XytclwRN75G&q=85&s=49b8c7d47c883137fd945c8ff377348e" alt="This is the form that you will be shown when editing a group." width="1102" height="815" data-path="images/Screenshot_16.png" />
    </Frame>

    **Editing a group (fill out the required fields):**

    * **Title (required)** - enter the title of your group, for example "API services" or "Network".
    * **Select Type (required)** -**this value cannot be changed.**  When editing a group you are unable to turn it into a service.
    * **Description (optional) -** this is the best place to describe your group, this description is **only** visible in the dashboard when hovering over the information icon next to a group's name in the services list

    Once you have filled in all of the details click on **Save** to save the changes you made to the group.
  </Step>
</Steps>
