# Welcome page

This allows you to configure the landing page individual members see when they click your shared URL.

**Catch phrase**: This will be shown below the event name if a page has the event name as the header.

**More information**: This will be shown when the user is not a member and is looking at the event page.

{% hint style="success" %}
This text area supports [formatting](/event/misc/text-formatting.md).
{% endhint %}

**Join text**: This text will be shown right above the button to join the event. The text will be centered.

{% hint style="success" %}
This text area supports [formatting](/event/misc/text-formatting.md).
{% endhint %}

**Join button title**: The button that is displayed to start the registration process.


---

# 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.eventication.com/event/planning/settings/members/welcome-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.
