> For the complete documentation index, see [llms.txt](https://missiveapp.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://missiveapp.com/docs/core-features/connected-accounts/other-channels/sms/quo-sms.md).

# Quo SMS

Connect your Quo phone number to send and receive SMS in Missive.

## Prerequisites

* A [Quo account](https://my.quo.com) with owner or admin privileges
* A phone number in Quo

## How to connect

{% stepper %}
{% step %}
**Get your Quo API key**

1. Log in to your [Quo workspace](https://my.quo.com)
2. Open the **API** tab in your workspace settings
3. Generate an API key

You need owner or admin privileges to create an API key.
{% endstep %}

{% step %}
**Get your phone number**

Copy your Quo phone number including the country code (e.g., +1 555-123-4567).
{% endstep %}

{% step %}
**Add account in Missive**

Go to **Settings** > **Accounts** and click **Add account**.

{% hint style="info" %}
To open Settings, click your avatar in the bottom-left corner of the sidebar, then **Settings** (or press <kbd>⌘,</kbd>).
{% endhint %}
{% endstep %}

{% step %}
**Select Quo SMS**

Click the **Others** tab, then select **SMS by Quo**.
{% endstep %}

{% step %}
**Choose sharing options**

Select if this is a personal or shared account. For team collaboration, choose **Yes, share this account** and select the users or Team Inbox.
{% endstep %}

{% step %}
**Enter credentials**

Fill in your Quo details:

* **API key:** The key you generated in the Quo API tab
* **Phone number:** Your Quo number with country code (e.g., +1 555-123-4567)
  {% endstep %}

{% step %}
**Connect**

Click **Connect** to add your Quo SMS account.
{% endstep %}
{% endstepper %}

## Features

* Send and receive SMS
* Receive images by MMS
* Team collaboration with assignments and comments
* Contact matching with your organization contacts
* Rules and automation support

{% hint style="info" %}
You can receive images by MMS, but you can't send images or other attachments from Missive. Outgoing text messages are capped at 1600 characters.
{% endhint %}

## Billing

Messages sent from Missive use Quo's API and require prepaid credits. Quo currently charges $0.01 per message segment for US and Canadian numbers. This differs from the unlimited US and Canadian messaging included when using Quo directly. See [Quo's API documentation](https://support.quo.com/core-concepts/integrations/api) for current rates and billing details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://missiveapp.com/docs/core-features/connected-accounts/other-channels/sms/quo-sms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
