# 1. The Ideal Workspace

It should consist of the browser, terminal and an editor.

![](/files/-LBPkGgoPjgztQBs8Hq7)

1. The browser is good for following instructions, developing and testing the application.
2. The terminal can use an SSH session with a remote box to workaround low bandwidth.
3. The editor can use rSync or SFTP to edit the code on a remote box.

`TODO for authors`: And then a video on how to set it up


---

# 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://shoppinpal.gitbook.io/docs-shoppinpal-com/1.-the-ideal-workspace.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.
