> For the complete documentation index, see [llms.txt](https://docs.talkfurther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talkfurther.com/products/web-data/landing-pages.md).

# Landing Pages

Landing Pages in Further are standalone web pages designed to drive a specific action — such as RSVPing to an event, downloading a resource, or scheduling a tour.&#x20;

They are built using the same drag-and-drop editor as the email builder, so the experience feels familiar and intuitive. They also pull in dynamic content from the Content Hub so just one landing page template can adapt to every community.

***

### How It Helps You

Landing pages allow you to:

* Showcase community events
* Share announcements, updates, or promotions
* Offer downloadable resources (guides, brochures)
* Allow tour scheduling for leads not using conversational forms
* Drive campaign traffic to a focused RSVP page

They centralize your messaging and create a clear path to conversion.

***

### How It Works

#### 1. Build the Page

Use the drag-and-drop builder to add:

* Text
* Images
* Buttons
* Dynamic content
* Forms

You can personalize content to each community using dynamic tags from the Content Hub.

***

#### 2. Name and Assign Communities

* **Landing Page Title** = internal name in Further
* **Landing Page Name** = URL string
* Assign applicable communities

***

#### 5. Add Events or Forms

To display community events:

* Add a **Dynamic Content** block
* Select “Community Events List”

To add a static form:

* Add a **Dynamic Content** block
* Select your form

Both options allow for event-based landing pages and RSVP flows.

***

### In Closing

Landing pages give your marketing campaigns a focused destination. They transform email clicks and website traffic into measurable conversions — whether that’s RSVPs, downloads, or tour requests.


---

# 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.talkfurther.com/products/web-data/landing-pages.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.
