# Welcome

This is the hub for iNet's UI Utilities - a series of simple Pure Javascript (no jQuery) solutions to some simple interface problems.

Each utility has its own set of files in order to be as modular and lightweight as possible, as you only load the files you need.

Full documentation can be found [here](https://inet.gitbook.io/inet-ui-utils/).

{% hint style="info" %}
Note that this is not supposed to be the most efficient way to do any of these things, but rather an easy way to set something up with minimal knowledge of Javascript and the like.

There are *definitely* more efficient ways to go about writing these if you're into that, but to do so would somewhat sacrifice the "plug-and-play" system I was going for.
{% endhint %}


---

# 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://inet.gitbook.io/inet-ui-utils/master.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.
