# Call Settings Policies

Navigation: Administration | Call Setting Policies

The call setting policies are assigned to OU objects and control whether certain call features are enabled for calls that are associated with the OU object.

| Call Setting Policy Name    | Name of call setting policy                                                                                                                                                                               |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Description                 | Description of call setting policy (optional)                                                                                                                                                             |
| Default                     | If enabled, this call setting will be the default policy.                                                                                                                                                 |
| Enable Sentiment            | Determines whether sentiment will be recorded for calls. Sentiment needs to be configured. See [Setup Sentiment Analysis](/setup/set-up-sentiment-analysis.md)                                            |
| Recording Mode              | Determines how or if calls will be recorded. Options: On Demand, Disabled, Always Record (Can Stop), Always Record (Can't Stop). See [Setup Policy Call Recording](/setup/setup-policy-call-recording.md) |
| Recording Options           | This setting will determine if recording is automatically started at the beginning of the specific types of calls. For more information, see [Recording Options Details](#recording-options-details)      |
| Speech Recognition Language | This setting should be the language spoken. This is used for speech to text and to evaluate sentiment.                                                                                                    |

#### Recording Options Details

* Recording Options do not apply when Recording Mode is set to Disabled or On Demand
* Recording Options apply if the recording mode is set to Always Record (Can Stop) or Always Record (Can't stop)
* If recording mode is set to Always Record (Can Stop):
  * Recording will automatically be started at the beginning of the types of calls that are selected.
  * All other calls the agent will have the ability to start the recording manually from the agent panel (On Demand).
* If recording mode is set to Always Record (Can't Stop):&#x20;
  * Recording will automatically be started at the beginning of the types of calls that are selected.
  * All other calls the agent will not have the ability to record (Disabled).
* The type of call is determined at the beginning of each call. If the call type changes during the call, the current recording status will not change.


---

# 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://cc.docs.landis.cloud/administration/call-settings-policies.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.
