# Update Epoch Settings

### Admin Settings

Once you save the [Epoch](/get-started/epochs.md), you will see the upcoming Epoch in the [Admin](/get-started/admin.md) panel. You can edit Epochs before and after the start time. However, You cannot edit Epochs after they have ended.

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

**Editing an Epoch:**

1. Find A Current or Upcoming Epoch on the Admin Page
2. Set Start Date. Change the date you want the Epoch to start.
3. Choose Epoch Length. Shorten or Lengthen the work period?
4. Epoch Start Time. Move up or push back the time? *Time is in UTC*
5. Should this Epoch repeat? Do you want the Epoch to restart automatically?
6. Save. Are you ready?!

   <figure><img src="/files/5OXK5vrpm5NBD4L9y2qd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.coordinape.com/get-started/admin/update-epoch-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
