# Input & Output Model

There are two options on how to define the input and output of the decision table:

* [Simple Editor](https://docs.decisionrules.io/doc/rules/common-rule-features/input-and-output/simple-editor): It is understood that some of our users may not understand JSON objects' structure. Therefore, we allow non-technical users to create input and output objects using our simple tool, which creates the necessary structures.
* [JSON Editor](https://docs.decisionrules.io/doc/rules/common-rule-features/input-and-output/json-editor): This is an editor for users who have experience with JSON objects' structure.


---

# 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.decisionrules.io/doc/rules/common-rule-features/input-and-output.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.
