# Creating the Landing Page

The Morning Catch corporation has a webmail portal that we will clone for our landing page.

Start by navigating to the "Landing Pages" page and clicking the "New Page" button.

To import a site by URL, click the "Import Site" button. The webmail portal is located at `/mail/`, so I will use `http://192.168.56.101/mail/` as my import URL.

![import site](http://imgur.com/FDsV9K0.png) After the import, you'll see the HTML populated into the editor. Clicking the "Source" button shows a preview of the page.

![Preview](http://imgur.com/e5ro6sQ.png)

Finally, we'll capture submitted data and passwords by checking both options, and we'll redirect users to the webmail portal after they submit credentials.

Finally, click "Save Page" to save the landing 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://docs.getgophish.com/user-guide/building-your-first-campaign/creating-the-landing-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.
