# Call History

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

This feature is [preview.](/appendix/feature-states.md)

The Call History panel displays information about past calls answered in this instance of Landis Attendant Console. This data is stored locally in the browser or app cache. Missed calls or answered calls in other Teams endpoints will not appear in this panel.&#x20;

The historical call records will appear at the top of this panel and will be sorted from most to least recent.&#x20;

Calls answered in Attendant Console from the last 14 days will appear in this panel.

A call record can be selected, and more detail will appear in the bottom panel. See below:

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

#### Caller Info

Caller information will appear at the top of this panel.

#### Notes

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

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

{% tab title="Closed Captions (Preview)" %}
The historical transcription of this call will be displayed in this area.  The text can be coped to the clipboard by selecting the clipboard button. To enable historical transcription, go to Settings | Advanced | enable Save Transcription to Local Call History.

{% 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)" %}
AI prompt history will appear on this tab. The response text can by copied by selecting the clipboard button. For more information, see [AI Prompts](/settings/ai-prompts.md)

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

{% 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-history.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.
