# Advanced Settings

## Filter Settings

Filters can be pre-defined and updated in the [Response Filte](/application-reference/settings/common-system-settings/filter-settings.md)[rs ](/application-reference/settings/common-system-settings/filter-settings.md)section of the platform to enable quick filter selection in campaigns.

## User Settings

User Settings allow you to add an [Administrative User](/application-reference/users/administrative-users.md) with the **User** role to a campaign. This is ideal for including stakeholders in the campaign, ensuring they are bound by their respective [client](/application-reference/settings/clients.md) for data isolation and are given only the necessary permissions to view or make minor changes to the campaign configuration.

{% hint style="success" %}
Administrative users with **Access All Campaigns** will automatically have access to campaigns for their client.
{% endhint %}

### Adding Users

Select **Add User** to add a User to your campaign.

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

### User Permissions

| Permission                                    | Description                                                   |
| --------------------------------------------- | ------------------------------------------------------------- |
| Start/Stop Campaign                           | Start and stop the campaign.                                  |
| Configure Campaign Settings                   | Configure campaign settings.                                  |
| Delete Campaign                               | Delete the campaign                                           |
| Edit Recipients                               | Edit the recipient list(s)                                    |
| Edit Awareness Website                        | Edit the awareness content                                    |
| Edit Schedule                                 | Edit the email schedule                                       |
| Edit Base Scenario Settings                   | Edit the Base scenario settings                               |
| Edit Scenario (Settings/Landing Page/Message) | Edit the settings for each scenario                           |
| Reports (Create/View)                         | Create and download reports                                   |
| Export (File/Group)                           | Export recipients and data                                    |
| Campaign Statistics (Full/Base)               | View individual (full) and/or aggregate (base) campaign stats |
| Reset Stats                                   | Reset campaign stats                                          |
| Message Log                                   | View the campaign email log                                   |
| Supervision Log                               | View the campaign supervision log                             |
| Reminders                                     | Edit/configure reminders                                      |
| Responses                                     | View/manage campaign responses                                |

***

## Custom Fields

Beyond the common statistical data in LUCY, such as link clicks and submitted form data, you might want to track additional custom statistics from a live campaign. These custom statistics can provide deeper insights into user behavior and response to phishing campaigns.

{% hint style="info" %}
Custom Statistics require per-recipient manual intervention, making them ideal for manually tracking specific statistics that do not apply to the general group.
{% endhint %}

#### Examples of custom statistics

* CERT (Computer Emergency Response Team) responses from users.
* Users who replied to the attacker.
* Users who participated in security training programs prior to the phishing campaign.

### Adding Custom Fields

Select **Add** to add a custom field to your campaign.

<figure><img src="/files/2bUcaXhgz4u1gnEsrt1C" alt=""><figcaption></figcaption></figure>

### **Tracking Custom Field Statistics**

Custom statistics must be tracked manually:

* **Go to Campaign Statistics**
  * &#x20;**Campaign Name** → **Statistics** → **Recipients**
* **Select Recipients**
  * Choose the recipient(s) who "Completed Office Security Webinar".
* **Activate Custom Fields**
  * The custom field(s) will appear as a checkbox next to the recipient's information. Activate the checkbox for  "Completed Office Security Webinar".

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

***

## Campaign List Settings

These settings control how the campaign appears and behaves in the campaign dashboard.

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


---

# 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://wiki.lucysecurity.com/application-reference/campaigns/campaign-settings/optional-settings/advanced-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.
