# Fluent Library

### \[📩] Message <a href="#description" id="description"></a>

This stuff took me a long time to find, so please join my Discord server!

Yes, I'm disclosing EVERYTHING I know that is internal.

{% embed url="<https://discord.gg/FBffYFpMKs>" %}
Please join!
{% endembed %}

### Why is my link better? <a href="#description" id="description"></a>

* It fixes the Input bug on mobile, where the text is glitchy.
* It adds a new theme called "Green," also used on NSExpression.

### \[📰] Description <a href="#description" id="description"></a>

Fluent Roblox Library is the ultimate solution for creating stunning user interfaces that are both modern and customizable. With an extensive range of UI elements, you can easily create menus and other interfaces tailored to your specific needs. The library offers a sleek and intuitive design, making it easy for anyone to get started. With its comprehensive documentation, you can create amazing interfaces in no time. Fluent has everything you need to bring your ideas to life.

### \[🔥] Features <a href="#features" id="features"></a>

* Modern design
* Many customization options
* Almost any UI Element you would ever need

### \[🔧] Installation <a href="#installation" id="installation"></a>

You can load Fluent through a GitHub Release

```lua
local Library = loadstring(game:HttpGet("https://github.com/1dontgiveaf/Fluent/releases/latest/download/main.lua"))()
```

### \[📌] Github <a href="#links" id="links"></a>

{% embed url="<https://github.com/1dontgiveaf/Fluent>" %}
The github for everything!
{% endembed %}

{% embed url="<https://github.com/1dontgiveaf/Fluent/blob/main/Example.lua>" %}
An example of how to use Fluent.
{% endembed %}


---

# 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://idontgiveaf.gitbook.io/fluent/fluent-library.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.
