# Welcome

{% hint style="info" %}
This Wiki is based on version 4.1.0 of UncomplicatedCustomItems any older or newer versions might have changes that are not reflected in this wiki.
{% endhint %}

## Introduction

Welcome to the UncomplicatedCustomItems! This framework is designed to empower server owners to create and CustomItems with ease, without the need for any coding.

### Features

* **No Coding Required:** Design and manage CustomItems through simple YAML configuration files.
* **Highly Customizable:** A wide range of CustomItems are available, including Firearms, Usables, Keycards, Armor, and more.
* **Powerful Action System:** Define actions to be executed when a CustomItem is triggered, such as running commands, giving items, or sending messages.
* **Seamless Integration:** Easily integrates with other plugins like Uncomplicated Custom Roles (UCR).
* **Live Reloading:** Reload all CustomItems without restarting the server.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>Create your first CustomItem</td><td></td><td></td><td><a href="quickstart">quickstart</a></td></tr><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>API Basics</strong></td><td>Learn the basics of the UCI API</td><td></td><td></td><td><a href="../c-customitems/intro">intro</a></td></tr><tr><td><h4><i class="fa-globe-pointer">:globe-pointer:</i></h4></td><td><strong>Troubleshooting</strong></td><td>Basic troubleshooting steps </td><td></td><td></td><td><a href="../troubleshooting/my-customitem-isnt-spawning">my-customitem-isnt-spawning</a></td></tr><tr><td>🛠</td><td><strong>Commands</strong></td><td>All commands in UCI and their respective permissions</td><td></td><td></td><td><a href="../api/commands">commands</a></td></tr><tr><td>📂</td><td><strong>CustomFlags</strong></td><td>All available CustomFlags</td><td></td><td></td><td><a href="../api/customflagsettings">customflagsettings</a></td></tr><tr><td>⚠</td><td>Pre-release Content</td><td>Content available in the current pre-release</td><td></td><td></td><td><a href="../prerelease-content">prerelease-content</a></td></tr></tbody></table>


---

# 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.uci.ucserver.it/getting-started/readme.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.
