# What is Lot.sh

Lot.sh means `Less obsessive typing for shell` is a complete solution to manage snippet of scripts tested and secured allowing to import any of them using your preferred [interpreted language](https://en.wikipedia.org/wiki/Interpreted_language) to learn more in deep follow the [summary](https://github.com/lot-sh/docs/tree/201f5ea06f1a3ad085e00964a2e30fde817aa57f/SUMMARY.md)

## Papers

A complete list of papers with all the detailed design patterns, arquitecture and technologies used in this project.

* [Data model definition](https://docs.lot.sh/papers/data-model-definition)
* [Data encoding](https://github.com/lot-sh/papers/tree/675e58811a5783a57a77f9c7802c5e21f4612099/data-encoding.md)

## References

* [Markdown cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)


---

# 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://docs.lot.sh/master.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.
