# Integration

**Pre-installation requirements:**

1\. [Register to SaleAssist Dashboard](https://my.saleassist.ai)

2\. Make sure you have access to your website's admin panel. You’ll need it to get the JS script code to integrate in your website HTML Header section.

**Installation steps:**

1. After you register, go to the "**Assets**" tab.

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

2. Click on “**Widgets**” tab and then click on “**Add Source**” to add new widget as per your use case.

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

3. Now here in the “**Integration**” tab, copy the script by clicking the “**Copy Code**” button for respective mode of integration as we have 2 modes like  Widget and Button.

&#x20;           &#x20;

<figure><img src="https://lh7-us.googleusercontent.com/CcrmYVnbhDWqMx8Z0456-1t5BtVi3BIr-TTNgtmVJ8IknuI5Eb36k3trnv0Y6-uh6ICOSIvdkaMz4RKsnoB8PsURGy1QbNRY9WjHQCJB2pvNk4qOBSTAXGN4H4D4wRteF77JpUsZ54Jg" alt=""><figcaption><p><em><strong>Widget View</strong></em></p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/EkzOe0g64pZX5-3kP_nAQGNZsPC3iCA2RKxHIEPvHE0Cs9M8B1ax0B-VtIcZmz7JCaa5NethKz-UAxevQj2QkPaYYtsPib6viUNPQHQLJE8gVoqjNSzcPAZJi-9XBmp_lS6NIyvR7QN-" alt=""><figcaption><p><em><strong>Button View</strong></em></p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/z53iGNwIM76t-lCua8N50UlRH1YV5exJgbvgIwYsKFcVelP5eaB2KMBkz11w4DDqZU7wdTwrB8D5LRgP1ZYWTjoQ1e97J3WBX3x74DvpNiW2_cQVVNbvvED7oF2yvEpGCXTfwHcUlLQ4TH4SvZBodQ" alt=""><figcaption><p><em><strong>Code Sample</strong></em></p></figcaption></figure>

**Code sample:-**&#x20;

```javascript
<script src="https://static.saleassist.ai/widgets/widget.js"></script>
<script>EmbeddableWidget.mount({source_key: "xxxx-xxxx-xxxxxxxxxx-xxxxxxx"});</script> 
```

4. &#x20;Paste the first line of the code into **\<head>** and next line of the code into **\</body>** of your website.
5. That’s it! We did say it was simple… Now check out your website to verify that everything's working properly :)

<br>

**Questions?**

Please feel free to reach out via <mark style="color:blue;"><support@saleassist.ai></mark> if you need any help:)<br>


---

# 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.saleassist.ai/features-overview/live-video-calling/inbound-calls/integration.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.
