# Comments

Ghost includes a native comments system that allows members to leave comments on your posts. This theme supports comments out of the box — no additional setup or third-party tools are required.

### Setting up comments

You can control who is allowed to comment using Ghost’s global membership settings.

#### Step-by-step:

{% stepper %}
{% step %}
Go to **"Membership"** in Ghost Admin (**Settings** → **Membership**).
{% endstep %}

{% step %}
Under the **"Access"** section, choose who can comment:

* **Nobody**
* **All members**
* **Paid-members only**
  {% endstep %}

{% step %}
Click **"Save"** to apply your settings.
{% endstep %}
{% endstepper %}

### Visibility rules

Comments appear only on posts that the visitor has access to. If a post is restricted (e.g., *Members only*, *Paid-members only*, or *Specific tier*), the comments section will remain hidden until the visitor meets the access requirement.

For more details, refer to the official Ghost guide on [comments](https://ghost.org/help/commenting/).


---

# 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.ektothemes.com/guides/craft/membership/comments.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.
