# Portal

The theme is built to work seamlessly with Ghost’s native membership system using the Portal component. Instead of adding custom pages or extra layers of complexity, it relies on Ghost’s official tools to provide a simpler and faster setup, ideal for users without technical experience.

The Portal is widely used across Ghost sites and works well for the vast majority of membership use cases.

### What is Portal?

**Portal** is Ghost’s native interface for managing memberships and subscriptions. It includes modals for:

* Signing up and logging in
* Upgrading to paid plans
* Managing account details
* Viewing past subscriptions
* Public preview access (for paid-only posts)

These modals are responsive, accessible, and maintained by the Ghost team.

To use Portal effectively, basic knowledge of Ghost memberships is recommended.

If you're new to this feature, check the official Ghost resources:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Setup Members</strong></td><td>Learn how to enable and configure the membership system in Ghost, including access levels, email settings, and subscription options.</td><td><a href="https://ghost.org/help/setup-members/">https://ghost.org/help/setup-members/</a></td></tr><tr><td><strong>Customize Portal</strong></td><td>Find out how to personalize the Portal interface — update colors, icons, and behavior to match your site’s branding.</td><td><a href="https://ghost.org/help/customize-portal/">https://ghost.org/help/customize-portal/</a></td></tr></tbody></table>

### Portal Appearance

You can customize the appearance of Portal using Ghost’s **Brand** settings.

{% stepper %}
{% step %}
Go to the "**Design & branding**" settings in Ghost Admin and click "**Customize**".
{% endstep %}

{% step %}
Choose a new **accent color** to apply to Portal buttons and links.
{% endstep %}

{% step %}
Under "**Publication icon**", upload an image to use in Portal modals. This icon will also be used as your site favicon.
{% endstep %}

{% step %}
Click "**Save**" to apply the changes.
{% endstep %}
{% endstepper %}

### Portal Button

The floating **Portal button** (bottom-right corner) can be disabled if you prefer using the built-in calls to action provided by the **Breeze** theme.

To hide the Portal button:

{% stepper %}
{% step %}
Go to the "**Signup Portal**" settings in Ghost Admin and click "**Customize**".
{% endstep %}

{% step %}
Disable the "**Show portal button**" option.
{% endstep %}

{% step %}
Click "**Save**" to apply the changes.
{% endstep %}
{% endstepper %}

This theme includes sign-up actions in the homepage, so the Portal button is optional.


---

# 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://pinathemes.gitbook.io/docs/breeze/membership/portal.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.
