> For the complete documentation index, see [llms.txt](https://docs.coordinape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coordinape.com/get-started/admin/update-epoch-settings.md).

# 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
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.coordinape.com/get-started/admin/update-epoch-settings.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.
