# Unlimited Editing

<figure><img src="/files/1tZt6somjUJj4ubJYldN" alt=""><figcaption><p>Unlimited Timer Option</p></figcaption></figure>

Another popular feature is you can enable unlimited editing for logged-in users.

{% hint style="info" %}
**Unlimited Editing and Anonymous Users**: Unlimited editing is not possible for anonymous (non-logged-in users). Since anonymous users do not have an account, comment editing is cookie based, which limits the editing experience to the user's current session.
{% endhint %}

## Unlimited Editing on the Frontend

With Unlimited Editing enabled, users are shown a "Click to Edit" button with no timer present.

<figure><img src="/files/wLm9A52DLPx5X8kUNwu6" alt=""><figcaption><p>Unlimited Editing on the Frontend</p></figcaption></figure>

Users will be able to edit their comment as long as unlimited editing is enabled.

{% hint style="info" %}
Enable email notifications and comment logging to keep track of edits.
{% endhint %}


---

# 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.dlxplugins.com/comment-edit-pro/features-overview/comment-editing/unlimited-editing.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.
