# APL 1.0

**APL 1.0 release:** The easiest and most customisable prompt framework for ChatGPT.

Github: <https://github.com/apl-pf/APL-1.0>

Library Presets: <https://github.com/apl-pf/APL-1.0/tree/main/Library%20Presets> (more soon)

Command Presets: <https://github.com/apl-pf/APL-1.0/tree/main/Command%20Presets> (more soon)

Post issues here: <https://github.com/apl-pf/APL-1.0/issues>

Documentation / Wiki: <https://github.com/apl-pf/APL-1.0/wiki>

Known problems:

* ChatGPT doesn't always understand custom parameters for commands and libraries.
* having a lot of words in the "dataset" parameter in a library doesn't necessarily give better responses

Upcoming updates:

* better wiki. (very soon)
* A prompt that can create libraries for you automatically using your inputs.
* Refined logic.

thank you for your patience, enjoy.


---

# 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/apl-testing/apl-1.0.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.
