> For the complete documentation index, see [llms.txt](https://innowayit-1.gitbook.io/framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innowayit-1.gitbook.io/framework/configure-and-administer/overview.md).

# Overview

InnowayIT application can be modified to suit the unique needs of an organization and its end users . There are three different ways to modify the application:&#x20;

> **1. Administration** is the process by which data is monitored, maintained and managed by a data administrator. Examples of administration are creating new users or user profiles. It is the responsibility of application administrator.&#x20;

> **2. Configuration** is the process to change application behavior by changing metadata. Examples of configuration include modifying the captions in a data table or form, adding new events, modifying menu items. It is the responsibility of application configurator.

> **3. Customization** involves feature extension, or modification that requires custom coding and/or some form of special implementation. Customization is done by InnowayIT engineering team.&#x20;

InnowayIT consulting team, during an implementation, is responsible to analyze customer requirements and decide which of the three approaches is suitable. These approaches are not mutually exclusive and a given requirement may need all three approaches.&#x20;

<figure><img src="/files/MEba9YbOPmRUAusNpgMV" alt=""><figcaption><p>figure 1: different ways to modify InnowayIT application</p></figcaption></figure>

In this section documents how each InnowayIT object is configured or administered.&#x20;

####


---

# 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, and the optional `goal` query parameter:

```
GET https://innowayit-1.gitbook.io/framework/configure-and-administer/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
