# Using Full Screen Mode

<figure><img src="/files/TsCsRcyivbPV5vjJgD2J" alt=""><figcaption><p>Full Screen Mode</p></figcaption></figure>

Full Screen Mode expands your outline editor window to fill the entire screen. It's great for blocking out distractions and is especially useful combined with [text wrap](/using-bike/using-text-wrap.md), [focus mode](/using-bike/using-focus-mode.md), and [typewriter mode](/using-bike/using-typewriter-mode.md).

#### To enter full screen mode

* View > Enter Full Screen (`Control-Command-F`)
* Alternatively click the green window button and choose "Enter Full Screen"

#### To exit full screen mode

* View > Exit Full Screen (`Control-Command-F`)
* Alternatively click the green window button and choose "Exit Full Screen"


---

# 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://bikeguide.hogbaysoftware.com/using-bike/using-full-screen-mode.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.
