# Email & SMS Verification

### How does verification work?

{% hint style="info" %}
We can also use phone numbers & SMS to verify accounts, the process is similar to the below
{% endhint %}

This plugin does what it says on the tin and will help verify every email address at sign up, whether that is at checkout or on the normal sign up form.

You can also connect it to Abstract API to avoid having customers put in a code to verify their email address.

#### Example of the Popup

On sign up a Popup will appear asking them to verify their email

<figure><img src="/files/07fafRSUs3fcKBoTjW2c" alt=""><figcaption></figcaption></figure>

### Configuration Page

The settings are super simple, you can choose the Popup Form which is free, or you can use a third party API such as Abstract to verify accounts without having the customer enter any codes.

{% hint style="success" %}
This will be configured for you, let us know which option you prefer
{% endhint %}

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


---

# 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://competitions.gitbook.io/competition-docs/other-features/email-and-sms-verification.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.
