# Functions

| Function Formulas                                                                                                                                                                                                                                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>=API(</strong><a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Interact with any API</p><p><em>=API("<https://www.metaweather.com/api/location/search/?query=london","rawHeaders","/title,/location_type,/latt_long>")</em></p> |
| <p><strong>=cURL("cURL",</strong> <a href="/pages/-Mj_8hkrybUtkpITWTcT"><strong>"options"</strong></a><strong>)</strong></p><p>Interact with any API (<a href="https://curl.se/docs/manpage.html">cURL</a> format)</p>                                                                 |
| <p><strong>=TasksLeft("#")</strong></p><p>Number of <a href="https://sheet.link#pricing">SheetLink tasks</a> left for the current sheet. </p><p><strong>"#"</strong> <strong>(optional)</strong> - any value here will return # tasks left only</p>                                    |

{% hint style="info" %}
Looking for SheetLink [pre-built app formulas](/formulas/apps.md)?
{% endhint %}

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

| Page                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p>🚀 <a href="/pages/-MjtZY-40yRn97o3WpS0"><strong>Quick Start</strong></a>​</p><p>60 second getting started guide.</p>                                           |
| <p><strong>​</strong><a href="/pages/-MjtX5XgEZMTHrXWxuJv"><strong>❓ FAQ</strong></a><strong>​</strong></p><p>Answers to frequently asked SheetLink questions.</p> |
| <p>🔗 <a href="/pages/-Mj_8Ab0W3muPFi_CFmV"><strong>Apps</strong></a><strong>​</strong></p><p>Explore the apps we've already built formulas for.</p>               |
| <p>💪 <a href="/pages/-Mj_8hkrybUtkpITWTcT"><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/formulas/functions.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.
