> For the complete documentation index, see [llms.txt](https://anticode.gitbook.io/templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anticode.gitbook.io/templates/templates/bubble-startup-landing-page.md).

# Bubble - Startup Landing Page

#### This is a simple Landing Page for your startup/digital agency. In consists of one page only with various sections. The header is built within the page and is not a reusable element. This template is fully responsive and optimised for mobile use.

The following things can be modified:

1\. In the "The Team" section, the icons can be replaced by actual images of your team members.

2\. In the "Our Work" section, we have inserted some projects that we (Anticode) have worked on. You can easily insert your own projects by changing the background image of the groups "project1, project2 and project3" and the destination of the links.

3\. In the "What our customers say" section, the testimonials are displayed via a repeating group. In order to add your own testimonials, you have to add them via Data--> App Data--> All Testimonials--> New Entry. We have inserted two demo testimonials.

4\. In the "Contact Us" Section, when the Send Button is clicked and Email is sent, however you have to specify to which email it is sent by clicking on the Button--> Start/Edit Workflow and change the "To" field

Thank you for using our template. If you require custom development or some other service feel free to contact us via <anticodedev@gmail.com> or visit our website: [https://www.anticode.de](https://www.anticode.de/) . We are a software development agency fully specialised on Nocode/lowcode methods.

{% hint style="info" %}
&#x20;It would be awesome if you could leave the "Made with love by Anticode " Link in the Footer so that other people can find out about us.
{% endhint %}

{% embed url="<https://template-landingpage.bubbleapps.io/>" %}


---

# 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://anticode.gitbook.io/templates/templates/bubble-startup-landing-page.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.
