ToolJet/docs/versioned_docs/version-2.1.0/data-sources/overview.md
2023-02-16 12:11:20 +05:30

42 lines
1.4 KiB
Markdown

---
id: overview
title: Overview
---
# Datasources : Overview
Datasources pull in and push data to any source including databases, external APIs, or services.
<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/datasource-reference/overview/overview.png" alt="Datasources: Overview" width="600"/>
</div>
## Connecting datasources
1. After logging in to ToolJet, create a new app from the dashboard
2. There are two ways for connecting a datasource. You can connect from:
1. **Left-sidebar**: On the left sidebar, click on the `datasource` icon and then click on the `+ add datasource` button
<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/datasource-reference/overview/ls2.png" alt="Datasources: Overview" width="400"/>
</div>
2. **Query Panel**: Go to the query panel at the bottom, click on the `+Add` button and then click `Add datasource` button
<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/datasource-reference/overview/qp2.png" alt="Datasources: Overview"/>
</div>
3. Follow the steps in the **[Datasource Library](/docs/data-sources/airtable)** specific to the desired datasource
:::info
ToolJet allows you to transform the data returned by datasources using **[Transformations](/docs/tutorial/transformations)**
:::