# Create An Epoch

### Circle Admins

A [Circle Admin](/get-started/admin.md) needs to start an [Epoch](/get-started/epochs.md) to get your projects started. Epochs allow admins to frame a date range you would like your team to work within. Like traditional pay periods, members complete work within the Epoch time frame, submit contributions, then get paid after the Epoch ends.

Best practice is for the [Circle Admin](/get-started/admin.md) to add all team members to the Circle before starting the Epoch. For tips on how to add members see [Add Team Members](/get-started/get-started/new-coordinape-admins/add-team-members.md)

**Starting an Epoch:**

{% tabs %}
{% tab title="Repeating Epoch" %}
Details of a a repeating Epoch

#### Cycles

* Full Month

  * Epochs will start on day 1 of the month and end at the end of the month, you only need to choose the month it starts.

  <figure><img src="/files/JvQTjCY4Yr2C8a98GSzK" alt=""><figcaption></figcaption></figure>
* Custom
  * You can determine the frequency and length of each epoch
  * You will need to choose:
    * Start Date
    * Length (Number of days, weeks, months the Epoch will be active)
    * Frequency (How many days/weeks/months between Epochs)&#x20;

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

{% endtab %}

{% tab title="Non-Repeating Epoch" %}

#### Non-Repeating Epochs

To Schedule a non-repeating Epoch you only need to enter the start date, end date, and the start time.&#x20;

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

{% hint style="info" %}
Epochs cannot overlap so you will need to schedule an Epoch during a time when no recurring Epochs are scheduled
{% endhint %}
{% endtab %}
{% endtabs %}

### Admin Settings

Once you save the Epoch, you will see the upcoming Epoch in the Admin panel. You can edit Epochs before and after the start time. However, you cannot edit epochs after they have ended.

![](/files/vGKG8OV6qY0pDb7Iqvan)

### **How long should your Epoch be?**

What length you choose will depend on the type of projects your team is working on and how often you prefer to pay your team.

#### Things to consider:

> **Recency Bias:** Members tend to allocate based on their recent experiences. If your Epochs are too long, members may forget about work completed at the beginning of the Epoch.

> **Process Fatigue:** Every Epoch requires your team to record contributions and allocate them to team members. If you have a large circle, the frequent allocation could lead to burnout.


---

# 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/epochs/create-an-epoch.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.
