> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/marketing/mass-email-campaigns-scheduling-a-launch-date.md).

# Mass Email Campaigns: Scheduling a Launch Date

No more sticky notes! Take your Mass Email Marketing a step further by scheduling your launch date and time.

After your [**Mass email**](/marketing/mass-email-campaigns.md) has been perfected, you are ready to set a launch date!

{% stepper %}
{% step %}

## Click Launch

Click the green **Launch** ![Launch Icon](/files/56cc3548e6f207e5320f2233b880d941e07e168a) icon.
{% endstep %}

{% step %}

## Select the launch date and time

You will see a pop-up to select the date and time you wish for this campaign to launch.

*If you would like to launch the campaign immediately, you do not need to adjust the date or time.*

![mass campaign scheduler](/files/68a46ae4b049b1157ac0d21f623e666f2bf09f7f)
{% endstep %}

{% step %}

## Launch the campaign

Once you have chosen the date and time you wish to launch the campaign, click the green **Launch** button.
{% endstep %}

{% step %}

## Confirm the scheduled launch

Once the campaign is successfully set to launch, you will see a blue pop-up at the top of your screen.

![scheduled for launch](/files/25197df15a259768a29650203e2390e7bf00e7b1)

Once launching is complete, you will be able to begin tracking the campaign with our [Campaign Tracking](/marketing/campaign-tracking.md) functionality.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Note:** If your company’s Timezone is not already set, you will have to do so before launching a campaign. If you attempt to launch a campaign before setting your Timezone, you will receive a pop-up directing you to do so. There will be a direct link on that pop-up to your Company Profile. Your Timezone will be set under your *Contact Information*.
{% endhint %}


---

# 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://support.rosysalonsoftware.com/marketing/mass-email-campaigns-scheduling-a-launch-date.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.
