> For the complete documentation index, see [llms.txt](https://help.aphex.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aphex.co/docs/diary/web/diary-entries/reviewing-a-diary-entry.md).

# Reviewing a Diary Entry

{% hint style="info" %}
**Who can access this feature?**

Only Reviewers can see Diary Entries that are submitted for review. Any contributor on a Diary can make another user a Reviewer.
{% endhint %}

Diary Reviewers give submitted entries a final check before they’re locked - they can approve an entry if everything looks right, or reopen it if something needs fixing.

If you're configured as a Reviewer, you'll see submitted entries awaiting your approval.

<figure><img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2FJ1hPqBPLvPHmr0mVQiw7%2FReview%20diary.svg?alt=media&amp;token=42141626-7d79-4763-9e4d-541a9a948276" alt=""><figcaption></figcaption></figure>

**To review a submitted entry:**

* Open the submitted entry via the Awaiting Review card on your Diary Homepage or from the Diary Entries list&#x20;
* Review the content in the right panel - check for accuracy and completeness
* If changes are needed, click <img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2FJWeFp6PsrlrCt6V556br%2FRe-open%20%26%20Edit.png?alt=media&amp;token=78498b4c-2105-4151-9e8e-02d205ea9329" alt="" data-size="line"> to reopen the entry
* If the entry is correct, click <img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2FmL8JGjLZXvOKlBGTJuio%2FMark%20as%20Reviewed.png?alt=media&amp;token=1761d787-4f52-4265-ac20-ec732f4a4ab7" alt="" data-size="line"> to approve and finalise it
* The entry will move to a Locked status, preventing any further edits from being made

<details>

<summary>Reviewing Rules</summary>

* Only users named as Reviewers in Diary Settings can mark entries as Reviewed
* Any Reviewer can review a submitted entry - it doesn't require all reviewers to approve
* Marking as Reviewed locks the entry and makes it read-only
* Reviewers can reopen a Locked entry anytime if corrections are needed
* Reopening moves the entry back to Open; it must be resubmitted for review
* All review actions are logged in the entry's activity

</details>


---

# 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.aphex.co/docs/diary/web/diary-entries/reviewing-a-diary-entry.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.
