# Formulas

- [Apps](https://docs.sheet.link/formulas/apps.md): Explore the apps we've already built formulas for.
- [Webflow](https://docs.sheet.link/formulas/apps/webflow.md): Interact with your Webflow CMS Collections to view, add, update, and delete items easily with SheetLink formulas in Google Sheets.
- [HubSpot](https://docs.sheet.link/formulas/apps/hubspot.md): The HubSpot APIs are designed to enable teams of any shape or size to interact with their HubSpot data.
- [OpenAI](https://docs.sheet.link/formulas/apps/openai.md): The OpenAI API can be applied to virtually any task that involves understanding or generating natural language or code. GPT3 is one of OpenAI's most popular AI models.
- [Memberstack](https://docs.sheet.link/formulas/apps/memberstack.md)
- [Slack](https://docs.sheet.link/formulas/apps/slack.md)
- [Twitter](https://docs.sheet.link/formulas/apps/twitter.md)
- [Gmail](https://docs.sheet.link/formulas/apps/gmail.md)
- [Respond.io](https://docs.sheet.link/formulas/apps/respond.io.md): The Respond.io API allows you to add, edit and retrieve contact information.
- [Airtable](https://docs.sheet.link/formulas/apps/airtable.md): Use the Airtable API to create, read, update, and destroy records in your Airtable Base.
- [bit.io](https://docs.sheet.link/formulas/apps/bit.io.md): The fastest way to get a database
- [MetaWeather](https://docs.sheet.link/formulas/apps/metaweather.md): MetaWeather provides an API that delivers JSON over HTTPS for access to live weather data.
- [CoinMarketCap](https://docs.sheet.link/formulas/apps/coinmarketcap.md): Showcasing the crypto revolution to +270M monthly visitors!
- [Bannerbear](https://docs.sheet.link/formulas/apps/bannerbear.md): A service that auto generates images and videos.
- [NFTPort](https://docs.sheet.link/formulas/apps/nftport.md): The Stripe for NFTs: One-Stop & Simple NFT Infrastructure & APIs for Developers
- [OpenSea](https://docs.sheet.link/formulas/apps/opensea.md): The world's first and largest NFT marketplace
- [Stripe](https://docs.sheet.link/formulas/apps/stripe.md): Stripe is a suite of payment APIs that powers commerce for online businesses of all sizes.
- [Moralis](https://docs.sheet.link/formulas/apps/moralis.md): The Web3 Operating System: Build & scale their dApps without the cost & complexity.
- [Functions](https://docs.sheet.link/formulas/functions.md): Powerful functions unique to SheetLink.
- ["options"](https://docs.sheet.link/formulas/options.md): Control the request to and response from any application.


---

# 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.sheet.link/formulas.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.
