# Article Review

## Requesting a Review

When an article is ready for feedback, you can request a review from reviewers for the knowledge base. Reviewers can be added in **Review & Publish** in the Settings area of the KB. They will receive a notification when their review was requested and can approve the article or request changes.

<figure><img src="/files/hmfL9CBCvdzyQwve8HVM" alt=""><figcaption></figcaption></figure>

You can also add approved reviewers here and enforce review for your knowledge base.

<figure><img src="/files/A1coXCOGSijTpAdTc9Cm" alt=""><figcaption></figcaption></figure>

## Review Actions

Reviewers can take one of three actions:

* **Approve** — marks the article as approved and ready to publish
* **Request Changes** — sends the article back to the author for revisions
* **Comment** — leave inline comments on specific parts of the article for more detailed feedback

<figure><img src="/files/wMbYlCOW0fQbgAq1GmxR" alt=""><figcaption></figcaption></figure>

## Highlight Mode

When a reviewer opens an article that needs review, they'll automatically enter highlight mode — a read-only view that shows exactly what changed:

* **Additions** are highlighted in green
* **Deletions** are shown in red with strikethrough

This makes it easy to scan what's new or modified without accidentally editing the article.

Reviewers can toggle between highlight mode and edit mode at any time using the button in the review banner. Highlight mode is read-only with diff highlighting, while edit mode gives full editing access to make changes directly.

## Comparing Versions

Use the **View changes from** dropdown in the editor header to choose which version to compare against. Options include the last published version, previously approved versions, and older drafts — each labeled with the date, author, and status.


---

# 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.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/article-review.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.
