> For the complete documentation index, see [llms.txt](https://help.rankability.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rankability.com/copywriter/running-an-editor-review.md).

# Reviewing a draft in the editor

Run the current inline editorial review, work through suggestions, and use the quality gate before exporting or publishing.

## Start a review

1. Open a Copywriter project that contains a draft.
2. Open the editor’s review or suggestions control.
3. Run the review.
4. Keep the page open while the analysis completes.

## Work through suggestions

Review each suggested change in context. Accept a change when it improves the draft, reject it when it does not fit, and use the navigation controls to move between suggestions. Clear the review when you no longer need the inline comparison.

## Use the quality gate

The editor can show a draft score, diagnosis, and publishability state. Use **Preview changes** before applying a larger polish pass. A publishable score is guidance; you are still responsible for facts, sources, brand fit, and the final destination.

## Use Serena

The Serena panel stays available in the editor. Ask about the current document or a selected passage, then review any proposed edit before accepting it.

## Troubleshooting

* An empty draft cannot be reviewed.
* Long drafts can take longer to analyze.
* If the review stops responding, save the draft, refresh, and run it again.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.rankability.com/copywriter/running-an-editor-review.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
