# API

- [Cell Data](https://docs.rowsncolumns.app/configuration/api/cell-data.md): Defines the data model for a cell
- [Sheets](https://docs.rowsncolumns.app/configuration/api/sheets.md): Supports multiple sheets with cross-references and tables
- [SpreadsheetProvider](https://docs.rowsncolumns.app/configuration/api/spreadsheetprovider.md): Context Provider that isolates Spreadsheet internal state
- [useSpreadsheet](https://docs.rowsncolumns.app/configuration/api/usespreadsheet.md): useSpreadsheet exposes some of the internal API via hooks
- [Hooks](https://docs.rowsncolumns.app/configuration/api/hooks.md): Utility hooks for advanced spreadsheet functionality
- [Modules](https://docs.rowsncolumns.app/configuration/api/modules.md): Spreadsheet 2 comes with various modules to help you compose the spreadsheet that you like.
- [SheetCell](https://docs.rowsncolumns.app/configuration/api/sheetcell.md): Sheet Cell is a primitive to generate CellData object


---

# 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/configuration/api.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.
