# Defining an IIP

Illuvium Improvement Proposals (IIPs) serve a similar purpose, ensuring that proposed changes to the Illuvium ecosystem are transparent and well-governed. An IIP is a design document that provides information about a proposed system change to the Illuvium community. The author is responsible for building consensus within the community and documenting dissenting opinions.

Improvements implemented through IIPs may include:

* New contracts
* New systems
* Expansions
* Character sets


---

# 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.illuvium.io/illuvium-whitepaper/dao-governance/defining-an-iip.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.
