# Getting started

- [Installation](https://docs.rowsncolumns.app/getting-started/installation.md): Install Spreadsheet 2 using your preferred package manager.
- [Spreadsheet state](https://docs.rowsncolumns.app/getting-started/spreadsheet-state.md): Use hooks to manage spreadsheet state
- [Headless UI](https://docs.rowsncolumns.app/getting-started/headless-ui.md): Use any preferred state management library
- [Formula evaluation](https://docs.rowsncolumns.app/getting-started/formula-evaluation.md): Formula evaluation in Spreadsheet 2 with support for client-side calculation, Excel/Google Sheets compatibility, and custom functions.
- [Imperative Spreadsheet API](https://docs.rowsncolumns.app/getting-started/imperative-spreadsheet-api.md): As an escape hatch, we bundle an imperative API for the Spreadsheet to control spreadsheet states
- [Examples](https://docs.rowsncolumns.app/getting-started/examples.md): Some examples to get your started with Spreadsheet 2
- [Excel compatibility](https://docs.rowsncolumns.app/getting-started/excel-google-sheet-compatibility.md): Feature compatibility comparison between Excel/Google Sheets and Rows n Columns Spreadsheet
- [Roadmap](https://docs.rowsncolumns.app/getting-started/roadmap.md)


---

# 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.rowsncolumns.app/getting-started.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.
