> For the complete documentation index, see [llms.txt](https://docs.rowsncolumns.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rowsncolumns.app/configuration/api.md).

# 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
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:

```
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.
