# Upcoming orders

### 1. Introduction

The **Upcoming Orders** section allows you to manage future billing and delivery cycles for a subscription contract. From here, you can take action on individual upcoming cycles to handle real-world scenarios such as early billing, temporary pauses, or delivery schedule changes.

You can place an order immediately to trigger a billing attempt, skip a cycle when a customer needs to pause temporarily, or reschedule a cycle to a different date and time. These actions help you stay flexible and respond quickly to customer requests while keeping subscription schedules accurate and up to date.

### 2. How to use

{% stepper %}
{% step %}

#### **Place order**

If you want to bill a cycle right now, (for example: ...) you can choose to "Place order" by clicking the icon "..." at the end of a cycle. Here you can see a "Place order" option.

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

The system will then create an automatical billing attempt.
{% endstep %}

{% step %}

#### Skip cycle

When you want to skip a cycle (for example: the customer is away on holiday for a month), please click on the "..." icon at the end of a cycle. Here you can see a "Skip cycle" option.

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

After that, please confirm if you really want to skip the cycle

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

After skipping, the status of the cycle will turn into "Skipped"

<figure><img src="/files/yhHmFBV4bksMGb8vvw7x" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Reschedule cycle

If you want to reschedule a cycle (for example: shipping isn't available on that day), then please click the "Reschedule" option in contract.

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

Then you can see a modal popping up allowing you to choose the date and time for the cycle you wish to reschedule.

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

> **Note:** rescheduling only automatically change the date and time of one single cycle only. If you wish to reschedule from a specific cycle onwards, please tick the box "Reschedule all upcoming orders?" and all subsequent orders will follow the new pattern too.
> {% endstep %}
> {% endstepper %}

*If you need help, feel free to reach out to us via in-app* [***Live chat***](https://go.crisp.chat/chat/embed/?website_id=c4ae10a3-f762-4968-b35a-c931caf62a96)***,*** [***Book a call***](https://calendly.com/ta-subscription-app-support/30min) *or at* [***support@tech-arms.io***](mailto:support@tech-arms.io)***.***


---

# 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://ta-subscriptions-app.easto.io/features/subscriptions/upcoming-orders.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.
