# Full/Split Screen

{% tabs %}
{% tab title="Full Screen" %}

#### Expanding to Full Screen for Focused Study

To create a more focused and distraction-free environment while studying, you can expand any material screen to full screen. Simply click the button in the top right corner of the screen. This will maximize the content, allowing you to work without interruptions and fully concentrate on your material.

<figure><img src="/files/JNBMpfxIlfKyWo0EFn1w" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Split Screen" %}

### Using Split Screen for AI Chat

To enhance your study sessions by interacting with the AI while viewing your materials, you can use the split screen feature. Here’s how:

1. **Click the Button in the Top Right Corner:**
   * Select the button in the top right corner of the screen.
2. **Choose a Split Screen Option:**
   * **Pin Left:** Move the AI chat to the left side of your screen.
   * **Pin Right:** Move the AI chat to the right side of your screen.
   * **Full Screen:** Expand the content you are working on to full screen and hide the AI chat.
3. **Adjust the Screen Split:**
   * After the screen is split, you can adjust the size of each section by dragging the black bar between the AI chat and your materials to the left or right.

<figure><img src="/files/dpoglhqo81OtirgnizrD" alt="" width="512"><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-notebook/guides/full-split-screen.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.
