# Step 2: Sign up for a Twilio account

{% hint style="info" %}
**Updated 21 March 2024**: We have updated this portion of the guide, where agencies will now have to apply for an account directly with Twilio.&#x20;
{% endhint %}

You will now need to create a Twilio account to continue using Postman to send out your messages

{% hint style="danger" %}
Postman **does not** manage Twilio accounts on behalf of agencies
{% endhint %}

### Before creating a Twilio account

You will need the following before signing up for a Twilio account:

1. Email address: This email address will be associated with the Twilio account that you are signing up for
2. Mobile Number: This number will be receiving security codes required when logging into your Twilio account.&#x20;
3. [Complete your sender ID registration](broken://pages/W7d2QdNp6lZJDWeoXXol)

### Creating a Twilio account

1. Refer to Twilio's documentation on how to [sign up for your free Twilio trial](https://www.twilio.com/docs/messaging/guides/how-to-use-your-free-trial-account#sign-up-for-your-free-twilio-trial) to use their messaging service.
2. Upon signing up for a free account on Twilio, you will be taken to your Twilio Console Dashboard Homepage.&#x20;

<figure><img src="/files/eoSoeRb4hKc9QeFJsTjK" 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://postman-v1.guides.gov.sg/campaign-guide-sms/onboarding-overview/onboarding-step-2-onboarding-form.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.
