# Spintax in DitLead

**Spintax** is a method of creating dynamic content by using multiple variations of words, phrases, or entire sentences. DitLead supports spintax formatting to help you craft unique emails and messages, ensuring each recipient receives a slightly different version. This technique improves deliverability, reduces spam triggers, and enhances engagement by making your outreach appear more natural.

***

### What is Spintax?

Spintax uses curly brackets `{}` and the pipe `|` symbol to define variations. Each option within the brackets is separated by the pipe. When sending emails or messages, DitLead randomly selects one of the variations.

#### Spintax Format:

```plaintext
{option1|option2|option3}
```

#### Example:

```plaintext
Hi {John|Jane|Alex},  
I wanted to {reach out|connect|touch base} regarding {your company|the work you do at {{ company_name }}|your recent projects}.
```

***

### Benefits of Using Spintax in DitLead

* **Improved Deliverability**: Reduces the likelihood of emails being flagged as spam by varying content.
* **Unique Messages**: Creates diverse messages for each recipient, making your outreach feel personalized.
* **Time Efficiency**: Generate multiple versions of a message without manually rewriting.

***

### How to Use Spintax in DitLead

#### Step 1: Create a Message

1. Go to the **Automation** section of your campaign.
2. Choose an **Email Step** or **LinkedIn Step**.
3. In the message editor, insert your spintax wherever you want variations.

#### Step 2: Write Variations

1. Use curly braces `{}` and pipes `|` to define your variations.
2. Combine spintax with **merge tags** for advanced personalization.

**Example Email:**

```plaintext
Subject: {Exciting Opportunity|Quick Question|Let’s Connect}, {{ first_name }}  

Hi {{ first_name }},  

I noticed you’re {leading|managing|heading up} the team at {{ company_name }}. We specialize in helping {companies like yours|teams such as yours|businesses like {{ company_name }}} achieve {growth|efficiency|better results}.  

Would you be open to {a brief call|a quick chat|exploring this further}?  

Looking forward to your thoughts!  

Best regards,  
[Your Name]  
```

#### Step 3: Preview and Test

1. Use **preview mode** to see how the spintax resolves for different leads.
2. Send test emails to ensure variations render correctly.

***

### Best Practices for Spintax

* **Keep Variations Natural**: Make sure each option reads smoothly.
* **Use with Personalization**: Combine spintax with merge tags and Liquid for maximum impact.
* **Limit Complexity**: Avoid overly complex spintax that may confuse recipients.
* **Test Thoroughly**: Always preview and test your messages to ensure accuracy.

***

By incorporating **spintax** in your DitLead campaigns, you can craft dynamic, engaging content that stands out in crowded inboxes. This simple yet effective tool helps you scale outreach efforts while maintaining a personal touch. 🎯


---

# 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://help.ditlead.com/email-and-linkedin-outreach/spintax-in-ditlead.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.
