# Newsletter/Signup Form Block - Tags

When customers sign up through this form block, you can automatically add tags to their profile in your Shopify customer database. These tags can be used for segmentation, automation with Shopify Flow, and more.

### How to Add Tags

1. In the "Tags" field, enter the tags you want to add, separated by commas
2. Example: `newsletter, summer_2024, landing_page`

### Use Cases

* Track which form/page customers signed up from by adding a specific tag like `homepage_signup`
* Segment customers by interest with tags like `mens_fashion, womens_fashion`
* Create automated workflows in Shopify Flow based on tags
* Group customers for targeted email campaigns

### Tips

* Use lowercase letters and underscores for consistency
* Keep tags short but descriptive
* Avoid spaces in tags (use underscores instead)
* You can add multiple tags at once

### Examples

```
newsletter, vip_list
summer_collection, early_access
blog_subscriber, interests_tech
landing_page_001, promo_signup
```

### Using Tags with Shopify Flow

1. In Shopify Flow, create a new workflow
2. Use the "Customer created" or "Customer updated" trigger
3. Add a condition to check for specific tags
4. Create automated actions based on those tags

Example Flow:

* Trigger: Customer created
* Condition: Customer has tag "vip\_list"
* Action: Add to VIP email list, Send welcome email


---

# 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://design-packs.gitbook.io/docs/fundamentals/block-settings/newsletter-signup-form-block-tags.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.
