# Modifying IVR Record Profile Settings

**To configure IVR Record settings, do the following:**

\
1- Click IVR Record in the Editing Profile window, to display the customizable options.

<figure><img src="https://docs.telcobridges.com/w/images/7/76/ProfileIvrRecord_0.png" alt=""><figcaption></figcaption></figure>

\
2- Modify settings as required.

* Click Save

<figure><img src="https://docs.telcobridges.com/w/images/7/75/ProfileIvrRecord_1.png" alt=""><figcaption></figcaption></figure>

<details>

<summary>Northbound Interface</summary>

Path

```
/configurations/@[configuration_name]/profiles/@[profile_name]
```

Parameters (text)

```
/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"

/configurations/@[configuration_name]/profiles/@[profile_name]/ivr_record
vad_enabled           = false
vad_noise_floor_level = "-30"

```

Parameters (json)

```
{
 "ivr_record" : {
    "vad_enabled" : false,
    "vad_noise_floor_level" : "-30"
  }
}
```

</details>

### List of Parameters

Voice Activity Detection

* [Voice Activity Detection: Enabled](/configuration-details/configuration-parameters-all.md#parameter-voice-activity-detection-enabled)
* [Voice Activity Detection: Noise Floor Level](/configuration-details/configuration-parameters-all.md#parameter-voice-activity-detection-noise-floor-level)


---

# 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://prosbcdocs.telcobridges.com/configuration-details/configuration-by-use-case/rtp-no-anchoring/creating-profiles/modifying-ivr-record-profile-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.
