# Signin / Signup / Subscibe pages

In **Elrond 2.0**, we've made some changes to the **Sign In**, **Sign Up**, and **Subscribe** pages to make them more dynamic.\
The reason was that images, titles, and descriptions on these pages couldn't be easily customized in previous versions.

Now, you can easily customize their content just like any regular page.

### Activate the Signin / Signup / Subscibe Page (Updated for v2.0+)

1. Go to the **"Design & Branding"** tab in the Ghost Admin panel.
2. In the window that opens, click on the **"Theme"** tab at the top right, then find the **"Custom membership"** settings.&#x20;
3. Then **click on the switch.**
4. Go to the **“Pages”** menu in the Ghost Admin panel and click the **“New Page”** button to create a new page.
5. Set the page title to **“Signin”, “Signup” or “Subscibe”** and make sure the URL is set to **`/signin`**, **`/signup`** or **`/subscribe`**.&#x20;
6. Add a **Description** for the page — this will appear as the description text on your pages.
7. Select a **Feature Image** for the pages.
8. Then **save** and **publish** the page.


---

# 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://documentation.hedwik.io/elrond/membership/signin-signup-subscibe-pages.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.
