# Medley Interlisp for the Newcomer

## Medley Interlisp for the Newcomer

- [Before You Begin](https://primer.interlisp.org/before-you-begin.md)
- [Introduction](https://primer.interlisp.org/introduction.md)
- [Medley Online and Medley Local](https://primer.interlisp.org/medley-online-and-medley-local.md)
- [Understanding and Navigating the Interface](https://primer.interlisp.org/understanding-and-navigating-the-interface.md)
- [Understanding Lisp Syntax](https://primer.interlisp.org/understanding-lisp-syntax.md)
- [Atoms, Functions and Lists](https://primer.interlisp.org/atoms-functions-and-lists.md)
- [Variable Bindings and Scope](https://primer.interlisp.org/variable-bindings-and-scope.md)
- [Iterators and Conditionals](https://primer.interlisp.org/iterators-and-conditionals.md)
- [Build Your First Interactive Program](https://primer.interlisp.org/build-your-first-interactive-program.md)
- [Saving Your Work](https://primer.interlisp.org/saving-your-work.md)
- [Editing functions with SEdit](https://primer.interlisp.org/editing-functions-with-sedit.md)
- [The File Browser](https://primer.interlisp.org/the-file-browser.md)
- [Debugging](https://primer.interlisp.org/debugging.md)
- [TEdit, the WYSIWYG Text Editor](https://primer.interlisp.org/tedit-the-wysiwyg-text-editor.md)
- [Drawing and Displaystreams](https://primer.interlisp.org/drawing-and-displaystreams.md)
- [Making a Graph with Grapher](https://primer.interlisp.org/making-a-graph-with-grapher.md)
- [Additional Resources](https://primer.interlisp.org/additional-resources.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://primer.interlisp.org/before-you-begin.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.
