# Introduction

[EqualTo Sheets](https://sheets.equalto.com) provides spreadsheets as a service to developers. It's the quickest and easiest way to enhance a product or website with spreadsheet technology.

In summary, you can do the following in the EqualTo Sheets:

* Create a blank workbook.
* Import an existing XLSX workbook.
* Export a workbook to XLSX format.
* Embed a widget in a website or app, so that users can collaboratively edit spreadsheets.
* Create/read/update/delete workbook data using our REST and GraphQL APIs.
* Simulate “what if” scenarios using our REST API (“If cell `Sheet1!A1` is changed to `60`, what value is calculated in `Sheet1!D20`?”).

This documentation provides deatils on all of the above.


---

# 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.equalto.com/introduction.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.
