# LispPad

Below is a list of all LispPad libraries across macOS and iOS which have dedicated documentation. Since LispPad libraries are typically implemented natively, there is no Scheme source code available. Documentation of all LispPad libraries is also available via the [LispPad libraries reference manual](https://zenger.org/lisppad/assets/LispPad_Reference_1.7.3.pdf).

{% content-ref url="/pages/NewpyAzPeHmqdza1Uc9h" %}
[(lisppad applescript)](/libraries/lisppad/applescript.md)
{% endcontent-ref %}

{% content-ref url="/pages/4Pr2lxgeaYYuUaDsAPIy" %}
[(lisppad location)](/libraries/lisppad/location.md)
{% endcontent-ref %}

{% content-ref url="/pages/OAt2UrC4oDjmF3FezJQW" %}
[(lisppad speech)](/libraries/lisppad/speech.md)
{% endcontent-ref %}

{% content-ref url="/pages/lvepO7UY9D0mqVKhzWHm" %}
[(lisppad system)](/libraries/lisppad/system.md)
{% endcontent-ref %}

{% content-ref url="/pages/Lx4hbUPuoTxytaVTRH32" %}
[(lisppad turtle)](/libraries/lisppad/turtle.md)
{% endcontent-ref %}


---

# 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/libraries/lisppad.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.
