# Overview

<figure><img src="/files/71Ue3ffuSQSPCBKPJT8H" alt="" width="375"><figcaption><p><strong>An Easy-to-use Instruction Processing Framework for Large Language Models.</strong></p></figcaption></figure>

![](https://img.shields.io/badge/version-v0.1.1-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) ![](https://img.shields.io/github/last-commit/zjunlp/EasyInstruct?color=green) ![](https://img.shields.io/badge/PRs-Welcome-red)

EasyInstruct is a Python package which is proposed as an easy-to-use instruction processing framework for Large Language Models(LLMs). EasyInstruct is designed to be easy to use and easy to extend.

<figure><img src="/files/KHyC2iuHUQcVaojI6Mdu" alt=""><figcaption><p><strong>Overview of EasyInstruct.</strong></p></figcaption></figure>


---

# 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://zjunlp.gitbook.io/easyinstruct/readme.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.
