# Subscribe Page

## To create Subscribe page:

1. Go to **Pages** from the admin menu
2. Click the **New page** button in the top right corner
3. **Add only title**, because this page has everything ready.&#x20;
4. Click <img src="https://content.gitbook.com/content/6cOeGttqHsGsGDEJ7pUf/blobs/sBrsBzBdOnwHpZhJaoID/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-11-21%20%D0%B2%2011.43.10.png" alt="" data-size="line"> icon in the top right corner to open the **Page settings**
5. Enter **`subscribe`** in **Page URL** setting input!
6. Click the **Template** selector and choose the **Subscribe** option
7. Click **Publish**

## Notice

<figure><img src="https://456903045-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6cOeGttqHsGsGDEJ7pUf%2Fuploads%2FycikTRLBCTn3Z2Zu5lpk%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202024-03-05%20%D0%B2%2011.55.51.png?alt=media&#x26;token=416fd275-496c-4789-9d5d-08a774d6fe8b" alt=""><figcaption></figcaption></figure>

The text inside the notice is the text that you add in the [**Display notice at signup**](https://ghost.org/help/customize-portal/) Portal setting. This feature allows you to include custom text and links to policies that should be displayed at the time of signup, to prompt agreement to your terms of service, or other policies.&#x20;

{% hint style="warning" %}
To ensure the notice is displayed at signup, it's important to set the **Require agreement** setting to `false`. This adjustment is necessary due to the limitations of Ghost forms validation, which does not support adding checkbox fields to custom forms.

If you need to include a checkbox for agreeing to terms of service or other policies at subscribe, you can utilize the Ghost Portal interface instead of custom pages. You can accomplish this by enabling the [**Show portal button**](https://highfivethemes.gitbook.io/digital-nomad-user-documentation/setting-up#to-use-ghost-portal-interface) option in your **Portal** settings.
{% 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://highfivethemes.gitbook.io/digital-nomad-user-documentation/membership/subscribe-page.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.
