# Configuration

<figure><img src="/files/xUG4wM2j1VnrRQ5oDUyA" alt=""><figcaption></figcaption></figure>

Everything you need to configure is inside config.lua, but you can edit css file aswell for things that aren't inside config.

If you need other customizations that arent inside config, open ticket on our discord we will try our best to fulfill your needs.

## Notifications

Basic trigger for notifications:

```lua
TriggerEvent("sigmaHud:Notification", text, type, length, title)
```

text = Text of notification

type = primary,error or done

length = in ms, how long notification is shown

title = Bolded text of notification that is on top

## Announcement

```etlua
TriggerEvent("sigmaHud:announcement", content, sender, time)
```

content = Text of announcement

sender = for example can be player name or server name

time = in ms, how long announcement is shown

## DrawText

<pre class="language-lua"><code class="lang-lua"><strong>exports.sigmaHud:Tick(text, time)
</strong></code></pre>

text = text of a drawtext, if you put something between \[ ] it will be bold and in other color

ime = in ms, how long drawtext is shown


---

# 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://sigma-development.gitbook.io/sigma-development/resources/sigma-hud/configuration.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.
