# Where to Find Twilio Account SID and Auth Token

Your Twilio Account SID and Auth Token are available in the Twilio Console. These credentials are required to connect Twilio SMS to apps like Missive.

[Missive](https://missiveapp.com) integrates with Twilio to let you send and receive SMS messages alongside your emails. To set up Twilio SMS in Missive, you'll need your Account SID and Auth Token.

## Find your Twilio credentials

1. Log in to the [Twilio Console](https://www.twilio.com/console)
2. Your **Account SID** and **Auth Token** are displayed on the main dashboard
3. Click the eye icon next to Auth Token to reveal it
4. Copy both values

{% hint style="warning" %}
Keep your Auth Token secret. Anyone with your Account SID and Auth Token can send messages and make calls using your Twilio account.
{% endhint %}

## Connect Twilio to Missive

Once you have your credentials:

1. Go to **Settings** > **Accounts** in Missive
2. Click **Add account**
3. Select **Twilio SMS**
4. Enter your Account SID and Auth Token
5. Select the phone number you want to use
6. Click **Add account**

You can now send and receive SMS messages directly in Missive.

***

**Related:** [Twilio SMS setup](https://missiveapp.com/docs/core-features/connected-accounts/other-channels/sms/twilio-sms) | [SMS FAQ](https://missiveapp.com/docs/core-features/connected-accounts/other-channels/sms/faq)


---

# 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://missiveapp.com/docs/support/twilio-credentials.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.
