> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/integrations-and-data-ingestion/how-to-integrate-with/blip.md).

# Blip

### Overview

Birdie's Blip integration enables users to import chat history from your Blip account. Below are the key steps to set up the integration so Birdie can pull data from your environment.

### Requirements

{% hint style="info" %}
Requirements

Our integration uses the Blip REST API to pull in chat threads from your chat bot.

To get started, you'll need a Blip Environment with a chat bot configured.
{% endhint %}

### Setup in Blip

{% stepper %}
{% step %}

### Access — select the Bot

Head over to your Blip console and find the Bot you want to connect.

![](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/7gq6cb28Ge.png)

You'll be redirected to the Bot management page.
{% endstep %}

{% step %}

### Open configurations

Click the Gear icon on the upper right corner to open the configurations.

On the configurations page, open the connection information on the left hand side.

![](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/84OwmwPQlL.png)
{% endstep %}

{% step %}

### Copy the HTTP endpoint for commands

In the connection information, scroll down to the HTTP endpoint section.

Please copy the URL for commands so you can send it to the Birdie team.

![](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/-48ytcnLlR.png)
{% endstep %}

{% step %}

### Create an API Key

On the left hand side click on the Access Keys section.

Click the button to create a new key and fill in the name for it (e.g., "Birdie integration").

![](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/Bv4zEhakmB.png)

Once created, a page with the secret values for the key will be displayed. Copy the Key for use with HTTP and send it to the Birdie team.

![](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/xiDPM5kO0_.png)
{% endstep %}
{% endstepper %}

### Connect to Birdie

After you've followed the steps above, send the Birdie team the following information:

* HTTP URL for sending commands
* API Key for use with HTTP

### Data in scope

Once configured, Birdie imports chat threads and messages exposed by the Blip REST API for the bot you connected. This allows you to analyze conversations from that bot inside Birdie alongside your other feedback sources.


---

# 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:

```
GET https://ask.birdie.ai/integrations-and-data-ingestion/how-to-integrate-with/blip.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.
