# Quick launch

## General information

This is a manual that helps you to configure Blinger.io and start working with it.

First you need to decide what channels (social networks, instant messengers, email) you plan to add. The geography of messaging apps' popularity is presented below:

![More info here: https://www.messengerpeople.com/global-messenger-usage-statistics/](/files/-Lp2WD8La4aBTxYxTj1B)

Blinger.io provide you to work in 3 different ways:

* using Blinger.io interface
* in the interface of one of helpdesk/CRM solutions that [**we have integrated**](https://help.blinger.io/documentation/integrations)
* in a third-party solution using [**Blinger.io API**](https://help.blinger.io/documentation/api)

depending on this, there are 3 options for “quick starts”

## Using Blinger.io interface

Follow these steps to configure Blinger.io:

1. Add the channels to the "Applications" tab ([**manual**](https://help.blinger.io/documentation/section-apps/adding-accounts))
2. Add operators ([**manual**](https://help.blinger.io/documentation/tab-operators))
3. Place the widget on your website ([**manual**](https://help.blinger.io/documentation/tab-widget))
4. Set up an autoresponder ([**manual**](https://help.blinger.io/documentation/settings/autoresponder))

**You can get to work!**

{% hint style="info" %}
Before starting work, we suggest you look at the following manuals:

* [How to work with "Conversations" tab](https://help.blinger.io/documentation/conversations)?
* [What are the additional settings?](https://help.blinger.io/documentation/settings)
* [How to set up notifications?](https://help.blinger.io/documentation/notifications-for-new-messages)

(links is clickable)
{% endhint %}

## Work through integration

Follow these steps to configure Blinger.io:

1. Add the channels to the "Applications" tab ([**manual**](https://help.blinger.io/documentation/section-apps/adding-accounts))
2. Integrate with one of the helpdesk/CRM solutions ([**manual**](https://help.blinger.io/documentation/integrations))
3. Place the widget on your site ([**manual**](https://help.blinger.io/documentation/tab-widget))

**You can get to work!**

{% hint style="info" %}
Check how you can integrate Blinger.io widgets and:

* [Freshdesk](https://help.blinger.io/documentation/integrations/freshdesk)
* [Zendesk](https://help.blinger.io/documentation/integrations/zendesk)

(links is clickable)
{% endhint %}

## Using Blinger.io API

Follow these steps to configure Blinger.io:

1. Add the channels to the "Applications" tab ([**manual**](https://help.blinger.io/documentation/section-apps/adding-accounts))
2. Get the Blinger.io Token API from Support
3. Integrate with a third-party solution using the API methods from the documentation ([**manual**](https://help.blinger.io/documentation/api))
4. Place the widget on your site ([**manual**](https://help.blinger.io/documentation/tab-widget))

{% hint style="warning" %}
Use Webhooks for incoming messages (from clients), and for outgoing messages (from operators) you need to use "Send message" method
{% endhint %}


---

# 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://help.blinger.io/quick-launch.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.
