# What is ALEL?

ALEL is one of the first ever “Prompt Frameworks”, which in the most simplest of terms is a standard method of communicating efficiently with ChatGPT. Firstly, it’s incredibly efficient and can be used as a jailbreak with little to no text required! It can also help you return to tasks that can often seem repetitive and unnecessary to repeat. Examples can include creating a tutorial for an application that you want to make in Python or writing a story, however they can range from programming to creative writing to even making it output SVG art! Remember that ALEL doesn’t have to work the way it does here, make it your own and fit it into whatever you want to make!


---

# 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://alel.gitbook.io/alel-v.1.4/introduction-to-alel/what-is-alel.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.
