> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/neue/membership/upgrade-cta.md).

# Upgrade CTA

Ghost provides a native **Upgrade (CTA)** that appears inside posts when access is restricted. The **Neue** theme includes a custom CTA layout featuring a title, description, button, and account label.

This CTA is displayed automatically based on the post’s access settings and encourages visitors to sign up, log in, or upgrade their membership.

### Supported Access Levels

The Upgrade CTA will appear when using one of the following **post access settings**:

* **Members only** - Only logged-in members can view the full content.
* **Paid-members only** - Available only to members with a paid subscription.
* **Specific tiers** - Access limited to selected paid tiers.

You can also enable **Public preview** for private content, allowing non-members to view a portion of the post before seeing the CTA.

### Reference: Protected Content

To learn how to use Ghost’s native content access settings, see the official guide: [Protected Content in Ghost](https://ghost.org/help/protected-content/)

### Customizing Texts

The CTA text (**Title**, **Description**, **Button**, and **Account label**) can be customized using **translation files** in the theme.

To learn how to edit translation files, see: [Translate](/guides/neue/advanced/translate.md)


---

# 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://docs.ektothemes.com/guides/neue/membership/upgrade-cta.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.
