# Setting up Video Library Connector

## Overview

This tutorial will guide you through the process of installing and running a Video Library Data Consumer. The video library can be found here: [Digital Green Video Library](https://solutions.digitalgreen.org/videos/library).&#x20;

Kindly complete the prerequisites before proceeding with the guide.

{% content-ref url="/pages/-MfdqmhMoJP6ITTt0LFt" %}
[Installing Prerequisites](/deploying-farmstack/installing-prerequisites.md)
{% endcontent-ref %}

## Setting up FarmStack connector

In the terminal window type the following command to run FarmStack setup:

```
python3 setup.py
```

After the setup is complete, in the browser window, open the installer frontend by typing <http://localhost:8000>.

## Running the connector

Click on the <mark style="color:yellow;">Add New +</mark> button, which will open a dialog to setup connector.

![](/files/m65vbOYqYXKeM1BgnVzx)

Select the connector you want to run. Here we'll run the Google Sheets connector.

![](/files/OX3VXFOWGi7wp9MnvxIW)

Click on <mark style="color:yellow;">Next</mark> which will take you to the configure tab.&#x20;

In the configure tab, enter a google email you would like to share the data with. You can also change the sheet title here.

![](/files/LGi4oe0vohV9wqVboYsf)

Clicking <mark style="color:yellow;">Next</mark> will take you to the connect tab.

In the connect tab, you can see the provider connectors available to connect.

![](/files/Nr6tfy9zZ4FSTFFPYq5U)

Select the Video List Provider (DG - Coco) from the list of providers and click <mark style="color:yellow;">Finish.</mark>

![](/files/MGawRiS6SmteE0BrvMoJ)

On the homepage, the table will update to show the currently running connectors.

![](/files/xJ80381DDu12menK07p1)

From this table you can <mark style="color:blue;">open the homepage</mark> of the connector or delete the connector by clicking he <mark style="color:red;">red bin</mark> icon.

## Configuring the connectors

### Google Sheets Connector

Open the homepage of the App and click on the <mark style="color:yellow;">Sync Data</mark> button to fill the data in Google Sheet.

![](/files/PpOpIuydu1RHqDpo3aPu)

### CSV Connector

Open the homepage of the App and click on the <mark style="color:yellow;">Sync Data</mark> button to generate a csv. Once the CSV file is generated you click on <mark style="color:blue;">Download</mark> option to download the CSV file.

![](/files/qeusp7BaaurwQ5GiMAKn)


---

# 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.farmstack.co/deploying-farmstack/setting-up-video-library-connector.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.
