# GPT Formulas Overview

{% hint style="danger" %}
To follow these docs make sure you have our [Chrome Extension](https://chromewebstore.google.com/detail/ai-copilot-for-sheets-by/icpldamjhggegoohndlphlchjgjkdifd?hl=en\&utm_source=arcwise_docs) installed.
{% endhint %}

{% hint style="info" %}
We highly recommend copying our public template and following the instructions there! [Arcwise - Public Template](https://docs.google.com/spreadsheets/d/15QAnr4uISOVpHHkfT8z1B_d2IOdUaw3r-eeP33da-JA/copy?usp=sharing)
{% endhint %}

{% embed url="<https://youtu.be/1KF27r8_QV0>" %}
Video: Using GPT formulas to analyze hundreds of movie reviews in seconds
{% endembed %}

### Follow the steps below to start using GPT formulas

1\) Install our free [Chrome extension](https://chromewebstore.google.com/detail/ai-copilot-for-sheets-by/icpldamjhggegoohndlphlchjgjkdifd?hl=en) from the Chrome Web Store:

<figure><img src="/files/ICRc3pldwAZfw9SeLD25" alt=""><figcaption><p><a href="https://chromewebstore.google.com/detail/ai-copilot-for-sheets-by/icpldamjhggegoohndlphlchjgjkdifd">Click "Add to Chrome"</a></p></figcaption></figure>

2\) Copy our public tutorial template: [Arcwise - Public Template](https://docs.google.com/spreadsheets/d/15QAnr4uISOVpHHkfT8z1B_d2IOdUaw3r-eeP33da-JA/copy?usp=sharing). This will create a copy of our template google sheet in your account that you can freely play with.

3\) Make sure that you have given Arcwise the proper permissions by clicking the icon in the top right corner of your sheet. You will be prompted to give Arcwise access to your sheets.

<figure><img src="/files/olG9D7iD6y7A6vIOEkuE" alt="" width="375"><figcaption><p>Click the Arcwise icon on the left side</p></figcaption></figure>

4\) You can now use any of the GPT functions by using the `$` symbol after starting a formula.

<figure><img src="/files/OUj5IfatRF7QuyjlMlp8" alt="" width="375"><figcaption><p>Type <code>=$</code> in any cell to get started!</p></figcaption></figure>

Continue to the links below to learn more about how these formulas work.

{% content-ref url="/pages/A6EiEyvQu6pR4JnimLVf" %}
[GPT Formula Basics](/using-arcwise-ai-formulas/gpt-formula-basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/26tv9lw41zN1cg72oOvP" %}
[GPT Formula Reference](/using-arcwise-ai-formulas/gpt-formula-reference.md)
{% endcontent-ref %}


---

# 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.arcwise.app/using-arcwise-ai-formulas/gpt-formulas-overview.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.
