# Ask: Email

{% hint style="info" %}
Cannot be used in voice bots
{% endhint %}

The node type **Ask: Email** will capture an email address in the correct format.

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FgRNVpjgwvVcHEIZDAO6c%2Fimage.png?alt=media&#x26;token=02bffbe5-2bb3-4c86-8860-ad8f01ebb29f" alt=""><figcaption></figcaption></figure>

The email address capturing can be configured using the following properties:

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2F680oCppLmmd405ieGPDM%2Fimage.png?alt=media&#x26;token=d83ac5b9-099b-47b5-86c9-b08d84a8c665" alt=""><figcaption></figcaption></figure>

## Node properties

| Property               | Description                                                 | Explanation |
| ---------------------- | ----------------------------------------------------------- | ----------- |
| Question               | The original question                                       |             |
| Try again (1)          | The repeat question when wrong input is provided            | optional    |
| Try again (2)          | An alternative repeat question when wrong input is provided | optional    |
| After 3rd try          | The Flow to trigger after 3 times of unknown input.         | optional    |
| Assign to              | To assign the result to a variable in the conversation      |             |
| Remember in user.email | To also store the value in `user.email`                     |             |

## Dialog triggers

Special events can trigger another Flow or set of nodes in your existing Flow using Dialog Triggers. See the chapter [Dialog triggers](https://manuals.dialox.ai/studio/links#dialog-triggers) for more details.

## Resources

* [chat-flows](https://manuals.dialox.ai/store/skills/chat-flows "mention")
* [links](https://manuals.dialox.ai/studio/flows/links "mention")
