> For the complete documentation index, see [llms.txt](https://docs.airops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airops.com/actions/grids/review-content-in-the-grid.md).

# Review Content in the Grid

AirOps Grid provides comprehensive tools for reviewing, editing, and collaborating on content directly within the interface. Whether you're working with HTML, Markdown, or comparing content differences, the Grid offers a seamless editing experience.

### Content Editors

* [**Review HTML Content**](/actions/grids/review-content-in-the-grid/review-html-content.md): View and edit HTML content with both rendered and code views
* [**Review Markdown Content**](/actions/grids/review-content-in-the-grid/review-markdown-content.md): Work with formatted Markdown text directly in the Grid
* [**Compare Content Difference**](/actions/grids/review-content-in-the-grid/compare-content-difference.md): Review and accept/reject suggested changes to your content

### Team Collaboration

* [**Real-time Collaboration**](https://github.com/airopshq/airops-docs/blob/main/grids/review-content-in-the-grid/collaboration.md): Work together with comments, suggestion mode, version history, and live presence indicators (Enterprise)


---

# 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.airops.com/actions/grids/review-content-in-the-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.
