# AI Chat

{% tabs %}
{% tab title="Accessing AI Chat" %}
By opening AI Chat, a pop-up window will appear where you can conversate with our AI.

Unlock endless possibilities by exploring any topic, including complex math problems, and asking for clarifications. You can even use voice chat for a more interactive experience. Enjoy personalized AI responses tailored to your study sets, creating a customized learning experience just for you.

<figure><img src="/files/ZhqtnEuMwy3F4rZII752" alt="" width="271"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Talking To Study Set" %}
For context-aware assistance on your material, click the "Import Study Set" button found in the plus menu at the bottom left of the window. After adding your study set, you can begin interacting with it directly!

<div align="center"><figure><img src="/files/x4ylFqeWweOkoMvVvJrQ" alt="" width="270"><figcaption></figcaption></figure> <figure><img src="/files/0I0ZFo9rqUEx0980p2fW" alt="" width="266"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="AI Voice Chat" %}
Experience a more natural interaction with our AI by using your voice, making it easier and more accessible for those who prefer or need audio communication.

* **Start a Conversation:** Click the **headphones** button and begin speaking.
* **Status Indicator:** The "Listening..." message confirms your voice input is being captured. After you finish speaking, the system will process your input and respond accordingly.
* **Pause or Stop:** Click the **Pause** button in the top left corner to temporarily stop listening. To end the voice input session, click the **X** in the top right corner.
* **Adjust Volume:** Click the **Speaker** icon to adjust the volume as needed.

<figure><img src="/files/817SQMIBFsNoK4s5GcKR" alt="" width="263"><figcaption></figcaption></figure>
{% 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://guides.transcript.study/transcript-extension/home/ai-chat.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.
