# Launching the Campaign

Now that we have all the pieces setup, we can launch the campaign!

To create a new campaign, navigate to the Campaigns page and click the "New Campaign" button.

Most of the settings should be self-explanatory. The only thing to look out for is the `URL` field. Since the IP address of our Gophish server is `192.168.1.1`, that's what we'll use:

![settings](http://imgur.com/EvS3VCk.png)

Once all the settings filled, click "Launch Campaign" to start sending the emails!

## Viewing the Results

After launching the campaign, you will be automatically redirected to the campaign results page. This will give you a realtime view as emails are sent, opened, and links are clicked.

![results](http://imgur.com/zs3Wdfx.png)

Congrats on running your first campaign!


---

# 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/launching-the-campaign.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.
