# Welcome

We built [SheetLink](https://sheet.link) to enable non-coders to interact with their apps using easy formulas in Google Sheets.

{% hint style="success" %}
Prefer learning by watching? Skip to [to the quick start tutorial](#video-tutorial)
{% endhint %}

### Where to?

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

#### Video Tutorial

{% embed url="<https://youtu.be/_pPq9Bq0HQM>" %}

## 🚑 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/master.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.
