# Advanced

Settings | Advanced

### Logging Level

Logging level determines what level of logs are collected. If enabled, only the previous 15 min of logs are collected and can be exported.

### Import/Export Settings

These options allow a user to import and export the current settings applied in attendant console.

### Number Normalization Rules

Normalization rules are applied when a user enters a number in the search field. For example, if the user enters 7177330793, a normalization rule can translate the number to +17177330793. Regular expressions are used to match and translate a number.

| Option                    | Description                                                                                       |
| ------------------------- | ------------------------------------------------------------------------------------------------- |
| Description               | Description or name of normalization rule.                                                        |
| Pattern                   | Pattern to match                                                                                  |
| Translation               | Translation of number after it has matched the pattern.                                           |
| Normalize Contact Numbers | When a number is selected on a contact, the number will be normalized when the call is initiated. |

{% hint style="info" %}
Normalization rules are also used in Teams tenant dial plans. Typically, the same rules apply to Landis Attendant Console. To view the normalization rules applied to a user in Teams, see: [https://docs.microsoft.com/en-us/powershell/module/skype/get-cseffectivetenantdialplan](https://docs.microsoft.com/en-us/powershell/module/skype/get-cseffectivetenantdialplan?view=skype-ps)
{% endhint %}

### Custom Settings

Custom settings can be enabled by adding specific JSON objects to this field.

After adding a custom setting, a restart or refresh of the application is required for the custom setting to be applied.

### Enable Experimental Features

{% hint style="warning" %}
Experimental features may change, break, or disappear at any time. Landis Technologies and Microsoft cannot guarantee support for experimental features. Our technical support teams may not be able to help you with issues that may appear. See [Feature States](/appendix/feature-states.md)
{% endhint %}

These features can be enabled by selecting the checkbox beside the experimental feature.

| Experimental Feature | Description |
| -------------------- | ----------- |
|                      |             |

### Call Settings

Reset Selected Delegator to Myself after 1 Call. See [Call as Delegate](/daily-usage/call-as-delegate-or-queue.md)

#### End of Call Webhook

End of call webhook will send call data in the body of an HTTP POST to a URL. The call data can include transcription, AI prompt responses, participant info and call times.

| Option                  | Description                          |
| ----------------------- | ------------------------------------ |
| End of Call Webhook URL | URL of where the HTTP POST is sent   |
| Header Key and Value    | HTTP Post custom headers. (optional) |

{% hint style="info" %}

### End of call webhooks can be used to send call data to an external database for basic reporting purposes or to save transcriptions and/or summaries of calls.

{% endhint %}

### External Site URL

The external site URL is the website that is shown on the External Site panel. This panel can be enabled in the Layout tab in the settings. This website is required to be iframe compatible.


---

# 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://ac.docs.landis.cloud/settings/advanced.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.
