# FAQ

### What can the SheetLink add-on do?

The SheetLink add-on enables you to interact with any API from Google Sheets. Sending an email, listing members, or updating a website are just some of the SheetLink formula capabilities.

### What does SheetLink cost?

500 Tasks (successful API requests) per month are free with your account! Please review the [SheetLink pricing page](https://www.sheet.link/#pricing) for our latest power-user pricing.

### What if I don't see my App listed?

Thankfully the SheetLink [=API](https://docs.sheet.link/formulas/functions) formula allows you to interact with any API that returns data in JSON format using only ["options"](https://docs.sheet.link/formulas/options). Please [contact us](#need-help) if you need any assistance!

{% hint style="success" %}
Missing a formula? [Suggest one here](https://www.sheet.link/suggest) 💡
{% endhint %}

## Errors

SheetLink is still in beta testing, so errors may occur.

#### "Loading..."

If this error continues after refreshing the formula, please [contact us](#need-help) for assistance and we will do our best to help!

#### "#NAME"

This indicates that the formula you attempted to use is not recognized. Ensure you have installed SheetLink in accordance with the [Quickstart](https://docs.sheet.link/quickstart) and have typed the [app formula](https://docs.sheet.link/formulas/apps) properly.

#### Another error?

Please [contact us](#need-help) for assistance and we will do our best to help!

### Navigation <a href="#where-to" id="where-to"></a>

| Page                                                                                                                                                  |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>🚀 <a href="quickstart"><strong>Quick Start</strong></a>​</p><p>60 second getting started guide.</p>                                               |
| <p>🔗 <a href="formulas/apps"><strong>Apps</strong></a><strong>​</strong></p><p>Explore the apps we've already built formulas for.</p>                |
| <p>🛠️ <a href="formulas/functions"><strong>Functions</strong></a><strong>​</strong></p><p>Powerful functions unique to SheetLink.</p>                |
| <p>💪 <a href="formulas/options"><strong>"options"</strong></a><strong>​</strong></p><p>Control the request to and response from any application.</p> |

## 🚑 Need Help?

You can always contact us via <support@sheet.link> or by messaging us on Twitter [@SheetLink](https://twitter.com/SheetLink)


---

# 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/faq.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.
