# Grant access to your Twilio account

A Twilio account is needed to send SMS in your bubble app. This guide will show you how to set up your Twilio account for a new client and grant access to your Airdev developer so they can integrate your account with your app. If you already have a Twilio Account you can skip to step 4.

1. Visit <https://www.twilio.com/try-twilio> to create an account.
2. Fill out the form with your name, email address, and password.
3. Check your email for a confirmation link and click it to verify your account.
4. Log into your Twilio account. Create a new account from <https://www.twilio.com/console/projects/summary> and title it properly with the Client's name. Fill in the required fields.
5. To add a team member, go to Account, then Manage Users, and add a new user. You can add the developer and client from here.
6. To get your API keys, go to account console dashboard, and scroll down to Account info. You will see the Account SID, Auth Token, and Phone number (for new accounts, click "Get a Twilio Phone number" from the dashboard)


---

# 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://docs.airdev.co/functionality-reference/grant-access-to-your-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.
