# LispPad Go

### iPhone

LispPad Go is an integrated development environment for writing Scheme code on the go. It consists of two main components: a read-eval-print loop for interacting with the Scheme interpreter, and a text editor for writing Scheme code and documentation in Markdown format.

The left-most button in the navigation bar is used to switch back and forth between the interpreter and the text editor.

<figure><img src="https://1467949168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fna2foeoaXHYkSD3fhs0t%2Fuploads%2FClKhUrVbGHloP9LzSKQI%2FiPhoneLispPadGo.png?alt=media&#x26;token=015e9e52-cace-47ba-accd-5c8656de8ff2" alt=""><figcaption></figcaption></figure>

### iPad

On iPads, split-view mode is enabled by default. In this mode, both interpreter and text editor are shown next to each other. Via the button in the left-most corner, it is possible to switch both sides. The arrow button in the middle of the screen is used to control how the space between the two views is split.

<figure><img src="https://1467949168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fna2foeoaXHYkSD3fhs0t%2Fuploads%2FLxNSFS7PYH3uckFosTqJ%2FiPadLispPadGo.png?alt=media&#x26;token=0a500fcf-7694-4fad-a193-f8a499b8b00a" alt=""><figcaption></figcaption></figure>

Selecting "Close" in the menu which the arrow button in the navigation bar is providing, will switch the user interface into single-view mode. In this mode, the iPad will behave just like an iPhone. There is only one difference: just next to the navigation button, there is a button to re-enable split-view mode again.

<figure><img src="https://1467949168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fna2foeoaXHYkSD3fhs0t%2Fuploads%2FahxWUpLatUWGAvRdQVJf%2FiPadNavigation.png?alt=media&#x26;token=d0122d59-41ee-4d73-a45b-33890d517c89" alt=""><figcaption></figcaption></figure>


---

# 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://www.lisppad.app/applications/lisppad-go.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.
