# Creating a Twilio account

**Step 1:** Head over to <https://www.twilio.com/try-twilio>.&#x20;

**Step 2:** We recommend signing up for an account using a group email so that team members can access the console.&#x20;

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

**Step 3:** When you see this page, check your email and click the red button saying <mark style="color:red;">`Verify your Email`</mark>.

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

**Step 4:** After you have successfully verified your email, log in again and follow the three steps on the screen to set up your Two-Factor Authentication. You can choose to set it up at a later time as well.

**Step 5:** When you arrive at this page, choose these options for the following questions:

{% tabs %}
{% tab title="Screenshot of page" %}
![](/files/qPGZFJqvlwnd6wgLVCfp)
{% endtab %}

{% tab title="Options to select" %}

1. *Which Twilio product are you here to use?*

   <mark style="background-color:yellow;">SMS</mark>
2. *What do you plan to build with Twilio?*

   <mark style="background-color:yellow;">Identity & Verification</mark>
3. *How do you want to build with Twilio?*

   <mark style="background-color:yellow;">With code</mark>
4. *What is your preferred coding language?*

   <mark style="background-color:yellow;">Java Script</mark>
5. *Would you like Twilio to host your code?*

   <mark style="background-color:yellow;">No, I want to use my own hosting service</mark>
   {% endtab %}
   {% endtabs %}

**Step 6:** Click <mark style="color:red;">`Get Started with Twilio`</mark> at the bottom of the screen to access your account. Once done, move on to the next page to set up a Messaging Service.


---

# 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://guide.redeem.gov.sg/phase-2-before-starting-out/setting-up-an-sms-account/creating-a-twilio-account.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.
