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

# Products

- [GPT for Google Sheets](https://support.gpt.space/products/gpt-for-google-sheets.md): GPT for Sheets is an AI tool for Google Sheets. With this add-on, Google Sheets can take advantage of the power of OpenAI GPT-3.5 and GPT-4.
- [Formulas](https://support.gpt.space/products/gpt-for-google-sheets/formulas.md)
- [GPT formula](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt-formula.md)
- [GPT\_WEB formula](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_web-formula.md)
- [GPT\_LIST formula](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_list-formula.md)
- [GPT\_TABLE formula](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_table-formula.md)
- [GPT\_IMAGE formula](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_image-formula.md)
- [GPT\_TRANSLATE formula](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_translate-formula.md)
- [GPT\_COMPLETE formula](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_complete-formula.md)
- [Default Model, Temperature and Output size for GPT Formulas](https://support.gpt.space/products/gpt-for-google-sheets/default-model-temperature-and-output-size-for-gpt-formulas.md)
- [Refresh or Freeze GPT cells](https://support.gpt.space/products/gpt-for-google-sheets/refresh-or-freeze-gpt-cells.md)
- [GPT for Google Docs](https://support.gpt.space/products/gpt-for-google-docs.md): Empower your writing with GPT for Docs, the ultimate AI assistant for Google Docs. Seamlessly integrate the robust capabilities of OpenAI most Advanced models.
- [GPT for Google Slides](https://support.gpt.space/products/gpt-for-google-slides.md): Elevate your presentations with GPT for Slides, the ultimate AI assistant for Google Slides. The unrivaled power of OpenAI gpt-4o integrated directly into Google Slides.
- [GPT for Gmail](https://support.gpt.space/products/gpt-for-gmail.md): Use Chat GPT in Gmail and write emails 10x faster
- [GPT for Google Forms](https://support.gpt.space/products/gpt-for-google-forms.md): Create smarter forms. Analyze responses instantly. Automate feedback workflows - directly inside Google Forms.


---

# 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://support.gpt.space/products.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.
