# Glide Data Grid

## Glide Data Grid

- [Welcome to Glide Data Grid](https://docs.grid.glideapps.com/welcome-to-glide-data-grid.md)
- [Extended QuickStart Guide](https://docs.grid.glideapps.com/extended-quickstart-guide.md)
- [Editing Data](https://docs.grid.glideapps.com/extended-quickstart-guide/editing-data.md)
- [Working with selections](https://docs.grid.glideapps.com/extended-quickstart-guide/working-with-selections.md)
- [Grid Columns](https://docs.grid.glideapps.com/extended-quickstart-guide/grid-columns.md)
- [Copy and paste support](https://docs.grid.glideapps.com/extended-quickstart-guide/copy-and-paste-support.md)
- [FAQ](https://docs.grid.glideapps.com/faq.md)
- [API](https://docs.grid.glideapps.com/api.md)
- [DataEditor](https://docs.grid.glideapps.com/api/dataeditor.md)
- [Required Props](https://docs.grid.glideapps.com/api/dataeditor/required-props.md)
- [Important Props](https://docs.grid.glideapps.com/api/dataeditor/important-props.md)
- [Row Markers](https://docs.grid.glideapps.com/api/dataeditor/row-markers.md)
- [Editing](https://docs.grid.glideapps.com/api/dataeditor/editing.md)
- [Input Interaction](https://docs.grid.glideapps.com/api/dataeditor/input-interaction.md)
- [Selection Handling](https://docs.grid.glideapps.com/api/dataeditor/selection-handling.md)
- [Custom Cells](https://docs.grid.glideapps.com/api/dataeditor/custom-cells.md)
- [Drag and Drop](https://docs.grid.glideapps.com/api/dataeditor/drag-and-drop.md)
- [Search](https://docs.grid.glideapps.com/api/dataeditor/search.md)
- [Styling](https://docs.grid.glideapps.com/api/dataeditor/styling.md)
- [DataEditorCore](https://docs.grid.glideapps.com/api/dataeditorcore.md)
- [Cells](https://docs.grid.glideapps.com/api/cells.md)
- [BaseGridCell](https://docs.grid.glideapps.com/api/cells/basegridcell.md)
- [TextCell](https://docs.grid.glideapps.com/api/cells/textcell.md)
- [BooleanCell](https://docs.grid.glideapps.com/api/cells/booleancell.md)
- [NumberCell](https://docs.grid.glideapps.com/api/cells/numbercell.md)
- [UriCell](https://docs.grid.glideapps.com/api/cells/uricell.md)
- [ProtectedCell](https://docs.grid.glideapps.com/api/cells/protectedcell.md)
- [RowIDCell](https://docs.grid.glideapps.com/api/cells/rowidcell.md)
- [LoadingCell](https://docs.grid.glideapps.com/api/cells/loadingcell.md)
- [ImageCell](https://docs.grid.glideapps.com/api/cells/imagecell.md)
- [MarkdownCell](https://docs.grid.glideapps.com/api/cells/markdowncell.md)
- [BubbleCell](https://docs.grid.glideapps.com/api/cells/bubblecell.md)
- [DrilldownCell](https://docs.grid.glideapps.com/api/cells/drilldowncell.md)
- [Common Types](https://docs.grid.glideapps.com/api/common-types.md)
- [DataEditorRef](https://docs.grid.glideapps.com/api/dataeditorref.md): The data editor ref allows imperative interaction with the data editor.
- [Implementing Custom Cells](https://docs.grid.glideapps.com/guides/implementing-custom-cells.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.grid.glideapps.com/welcome-to-glide-data-grid.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.
