> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/application-reference/campaigns/wizard-mode/settings/awareness-settings.md).

# Awareness Settings

## Add an Awareness Template (optional)

{% hint style="success" %}
If you selected **Education Awareness** as the campaign type, this was done in the last step.\
If you selected **Attack Simulation**, you may optionally attach an Awareness that will be sent to any recipients that fail the simulation.
{% endhint %}

In the **Awareness Settings**, select **Add Awareness Training**:

<figure><img src="/files/76iIfBx2QXh8nMCtfL73" alt=""><figcaption></figcaption></figure>

The wizard will again open the template gallery where you can preview and select an Awareness template. When you're ready, select a template and select **Next** to return to the settings tab.

<figure><img src="/files/0yGqSnh57liYGWvVKd4R" alt=""><figcaption></figcaption></figure>

## Domain

You can either use the default system domain or send the awareness from a trusted domain.

{% hint style="success" %}
We strongly recommend using the Lucy admin domain for awareness content.\
This way your SSL is already created and your users see a domain they know and trust when receiving training materials.
{% endhint %}

## SSL

If you are using your Lucy domain for awareness content, it is not necessary to enable custom SSL.\
Lucy will use the Lucy domain's SSL certificate by default.

{% hint style="danger" %}
Without an SSL certificate, your recipients will encounter a big <mark style="color:red;">red</mark> warning page, signaling that the site they're trying to access isn't secure. This could deter your users from completing the training material.
{% endhint %}

## Sender Name, Email, and Subject

Here you will define from whom the Awareness is being sent, their email address, and the subject.

{% hint style="success" %}
It's recommended to use a sender email address that matches your Lucy domain. This practice enhances email deliverability by leveraging existing DNS records, reducing the risk of emails being caught by spam filters.
{% endhint %}

## Template Language

Select a default language for the template. Later on you can add additional language configurations.

<figure><img src="/files/CdqYGLfDcVukhZee80Uf" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://wiki.lucysecurity.com/application-reference/campaigns/wizard-mode/settings/awareness-settings.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.
