# Accessible files

<details>

<summary>config.lua</summary>

```lua
----------------------------------------------------------------------------------------------
------------------------------------| BRUTAL TEXT UI :) |-------------------------------------
----------------------------------------------------------------------------------------------

--[[
Hi, thank you for buying our script, We are very grateful!

For help join our Discord server:     https://discord.gg/85u2u5c8q9
More informations about the script:   https://docs.brutalscripts.com
--]]

Config = {
    Sound = true,
    
    TextMaxLenght = 22,
    DefaultPosition = 'right', -- left / right
    DefaultThema = 3, -- Between 1-4
    DefaultColor = 'blue',
    Colors = {
        ['blue'] = 'rgb(83, 141, 250)',
        ['red'] = 'rgb(232, 56, 56)',
        ['green'] = 'rgb(0, 199, 66)',
        ['yellow'] = 'rgb(232, 212, 0)',
        ['gray'] = 'rgb(100, 100, 100)',
        ['purple'] = 'rgb(126, 58, 194)',
        ['orange'] = 'rgb(240, 107, 7)',
    }
}
```

</details>


---

# 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.brutalscripts.com/site/scripts/text-ui/accessible-files.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.
