> For the complete documentation index, see [llms.txt](https://docs.decisionrules.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decisionrules.io/doc/~/changes/VuchuDyabVa3NSXAKjpZ/decision-tables/input-and-output/simple-editor.md).

# Simple Editor

## Working with the input & output model editor

<figure><img src="/files/D87IBi66IWnNFKcuqSgU" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
After making any changes to the input/output model, please make sure to save it by clicking the save button in the bottom right corner.
{% endhint %}

{% hint style="info" %}
All the changes are made only to the current rule version.
{% endhint %}

{% hint style="info" %}
There are no limitations in creating input/output model. A model can have unlimited number of root objects and children.
{% endhint %}

### Adding a Root object

To create a root object, click on ![](/files/-MQT2spzTHmRZpO8lZLe) button.

### Adding a Child object

To create a child object, click on **+** sign on the parent object.

### Moving an Object to another Parent object (Dragging)

To move an object to another parent object or make it a child, drag the selected object and drop it on the parent object.

To make a child object as parent object, drag the selected child object and drop it on the same level as the parent object.

### Showing Children Objects

To show children objects, click on![](/files/-MQX4IW6e6S5EscoqAp1) next to the parent object.

### Deleting an Object

To delete an object, click on ![](/files/-MQT2dO6ONw50ted6hbx) button on the object.

### Showing all structure

To show all structure and all object, click on ![](/files/-MQT3bAIBAWHNsHgyKw-) button.

### Showing only Parent objects

To show only parent object, click on ![](/files/-MQT3Y4J-AIqgvpah9pQ) button.

### Renaming an Object

To rename an object, click on the **name** of the object. After that, an input is shown. When you are done making the changes, you can click anywhere outside the input box and the input box will disappear.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.decisionrules.io/doc/~/changes/VuchuDyabVa3NSXAKjpZ/decision-tables/input-and-output/simple-editor.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.
