# Signalwire

With Signalwire you are able to create voice and SMS Rapidbotts inside of your Rapidbott account. This native integration allows you to connect to your account in just a few steps.

From the main dashboard overview, choose integrations on the left-hand side, then select Signalwire from the list.

You will need 3 kinds of login details in order to connect to your SignalWire account:

* Project id
* App Token
* Space URL

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

### Login to Signalwire <a href="#login-to-signalwire" id="login-to-signalwire"></a>

In order to grab your credentials, you will need to login into your [SignalWire account (opens new window)](https://signalwire.com/).

Once inside you should have a similar overview when being directed to your dashboard

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

From this main dashboard overview, you will be able to directly grab your **Project ID** and **Space URL**.

### Creating or fetching your token <a href="#creating-or-fetching-your-token" id="creating-or-fetching-your-token"></a>

To grab your token go to the **API** menu option on the left-hand side and from there press the **generate a token** button.

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

Fill in the needed credentials and you will get a token in return.

Once done paste all the credentials into your workspace and don’t forget the press the save button.

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

### How to use SignalWire <a href="#how-to-use-signalwire" id="how-to-use-signalwire"></a>

Now that your account has been connected you can start creating voice and or SMS Rapidbotts.

Just go to the left-hand menu, select either the voice or SMS channel and press the **add phone number** button.

From the dropdown select SignalWire, then press the button **find number**.

<figure><img src="/files/iPKZM83LiMhfItm6IRbh" 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://docs.rapidbott.com/help-center/platform/introduction/integrations/signalwire.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.
