# Uniquery Help Center

## Uniquery Help Center

- [Introduction](https://help.uniquery.io/introduction.md)
- [How Uniquery works?](https://help.uniquery.io/basics/how-uniquery-works.md): Uniquery is a Google Sheets addon that connects Google Sheets with external data sources. By importing data directly into Sheets, it streamlines data management and analysis. The addon can be installe
- [Manage connections](https://help.uniquery.io/basics/manage-connections.md): The Manage Connections feature in Uniquery facilitates seamless integration between Google Sheets and external APIs, supporting custom OAuth 2.0 flows for platforms beyond preset options.
- [New API query](https://help.uniquery.io/new-api-query.md)
- [Queries in current spreadsheet](https://help.uniquery.io/queries-in-current-spreadsheet.md)
- [Saved queries](https://help.uniquery.io/saved-queries.md)
- [AI Summary](https://help.uniquery.io/ai-summary.md)
- [Database connection](https://help.uniquery.io/database-connection.md)
- [All data sources](https://help.uniquery.io/all-data-sources.md)
- [Google Ads](https://help.uniquery.io/data-sources/google-ads.md)
- [Google Analytics](https://help.uniquery.io/data-sources/google-analytics.md)
- [Google Search Console](https://help.uniquery.io/data-sources/google-search-console.md)
- [Facebook Ads](https://help.uniquery.io/data-sources/facebook-ads.md)
- [Notion](https://help.uniquery.io/data-sources/notion.md)
- [LinkedIn Ads](https://help.uniquery.io/data-sources/linkedin-ads.md)
- [Hubspot](https://help.uniquery.io/data-sources/hubspot.md)
- [Shopify](https://help.uniquery.io/data-sources/shopify.md)
- [Airtable](https://help.uniquery.io/data-sources/airtable.md)
- [Pipedrive](https://help.uniquery.io/data-sources/pipedrive.md)
- [PostgreSQL](https://help.uniquery.io/postgresql.md)
- [MySQL](https://help.uniquery.io/mysql.md)
- [Create your first API query](https://help.uniquery.io/guides/create-your-first-api-query.md)
- [Import Facebook Ads data](https://help.uniquery.io/guides/import-facebook-ads-data.md)
- [Connect to Notion](https://help.uniquery.io/guides/connect-to-notion.md)
- [Multiple account issues](https://help.uniquery.io/faqs/multiple-account-issues.md)
- [Account and license](https://help.uniquery.io/faqs/account-and-license.md)
- [Data security](https://help.uniquery.io/faqs/data-security.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.uniquery.io/introduction.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.
