# Single Sends

Sometimes, you may need to send one-time emails to a specific user or a cohort of users. In such cases, Humanic provides **Campaigns**, which can be triggered only once—known as **Single Send**. A **Single Send** can be sent to an individual user or a group of users.

#### Creating a Single Send

To create a Single Send:

1. [**Go to the designated link**](https://dashboard.humanic.ai/dashboard/transition-campaign/?tab=single-sends) and click on **"Create Single Send"**.

   <figure><img src="/files/iFOps1NcB2RJB5Ji6PJH" alt=""><figcaption></figcaption></figure>
2. A modal will appear, allowing you to configure the Single Send with the following properties:

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

   * **Name**: The name of the Single Send (used to differentiate between multiple sends).
   * **Recipients (Who to send)**: Choose a [cohort](/humanic/cohorts.md), [milestone](/humanic/cohorts/how-to-create-a-milestone.md), [stage](/humanic/cohorts/how-to-create-a-stage.md), or leave it empty to manually add emails later.
   * **Content**: Choose whether to generate the email using AI or write it manually.
   * **What to send**: Provide context for the AI to generate an appropriate email.
   * **Content Writer Agent**: Select the [AI agent](/humanic/what-are-agents.md) that will generate the email content.
3. Click `Submit`. The system will either auto-generate an email or create a blank template based on your choices.

#### Editing and Sending

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

* Use the [**Humanic Email Editor**](/humanic/campaigns/email-editor.md) to customize the **subject line** and **email content**.
* Add recipients manually by entering emails in the `To`, `CC`, or `BCC` fields if necessary.
* After reviewing and testing the email, click `Send` to deliver the Single Send to all selected recipients.


---

# 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://humanic.gitbook.io/humanic/single-sends.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.
