# Call Details

{% hint style="info" %}
The Call Details panel can be enabled under [Layout](/settings/layout.md)
{% endhint %}

The Call Details panel displays information about the current active call.

{% tabs %}
{% tab title="Caller Info" %}

#### Caller Info

Caller information will appear at the top of this panel.

#### Notes

{% hint style="info" %}
Notes can be searched! To enable: [Show Notes Search Result Tab](/settings/contacts-settings.md#show-notes-search-results-tab)
{% endhint %}

Notes about a contact or caller can be added for future reference. By default, these notes are personal, but they also can be shared with multiple users.

Notes can be viewed or edited here or on the [contact card panel](/daily-usage/contact-card.md).

To configure notes, see [Notes](/settings/contacts-settings.md#notes)
{% endtab %}

{% tab title="Closed Captions (Preview)" %}
The transcription of the current call will be displayed in this area in real time.  By default, the Spoken Language setting will match the default language of the application. This setting can be changed anytime mid call and will apply from that point forward.&#x20;

The text can be coped to the clipboard by selecting the clipboard button.

{% hint style="info" %}
Real-time speech to text is required to be enabled for closed captions to function. Settings | Advanced | Call Settings | Enable Real-Time Speech to Text
{% endhint %}
{% endtab %}

{% tab title="AI Prompts (Preview)" %}
{% hint style="info" %}
Real-time speech to text is required to be enabled for AI Prompts to function. Settings | Advanced | Call Settings | Enable Real-Time Speech to Text
{% endhint %}

AI prompts that have been enabled to be displayed on Call Details panel will appear on this tab. The display name of each prompt will be displayed along with a Generate Prompt button. During an active call, you can select the Generate Prompt button to receive the AI response below. The response text can by copied by selecting the clipboard button. For more information, see [AI Prompts](/settings/ai-prompts.md)
{% endtab %}
{% endtabs %}


---

# 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/daily-usage/call-details.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.
