> For the complete documentation index, see [llms.txt](https://docs.sheet.link/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sheet.link/quickstart.md).

# Quickstart

{% hint style="success" %}
Prefer video tutorials? Skip [here](/quickstart.md#video-tutorial)
{% endhint %}

### **Step 1**

**Create a new** [**Google Sheet**](https://sheets.google.com) **✅**

### **Step 2**

**Find & install the** [**SheetLink add-on**](https://workspace.google.com/marketplace/app/sheetlink_api_app_formulas/308627233175) **🔎**

![](/files/-MjtkN4MRzLPcL0E9fUy)

### **Step 3**

**You are ready to try your first** [**App formula**](/formulas/apps.md) **🎉**

*You can start by getting live weather from any major city using this MetaWeather formula in your Google Sheet!*

```
=MetaWeather_Location("New York")
```

![](/files/-MjuHA5xnUHKt23S8DtZ)

{% hint style="info" %}
The MetaWeather App does not require an API key. Check out the **key=** ["options"](/formulas/options.md) for apps that do require authentication.
{% endhint %}

#### Video Tutorial

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

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

| Page                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <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/-MjdlTO1gwme--tVTlRW"><strong>Functions</strong></a><strong>​</strong></p><p>Powerful functions unique to SheetLink.</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
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 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, and the optional `goal` query parameter:

```
GET https://docs.sheet.link/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
