# sUNC Introduction

### What is "sUNC"?

[**sUNC** ](https://discord.gg/PsnpZPp4hd)stands for <mark style="background-color:purple;">**senS' Unified Naming Convention**</mark>. It's a tool designed to check if an executor can properly run essential global functions, following the existing [Unified Naming Convention](https://github.com/unified-naming-convention/NamingStandard/tree/main).\
Unlike the original UNC, which is now outdated and prone to spoofing, sUNC ensures that functions actually work as intended, by testing them as if they were to be used in a real scenario.\
However, we are not, in any way calling UNC "bad", we are simply saying people shouldn't be using UNC to deeply test their environment, as that is not its purpose.

***

### How would I know what fails?

We are not gatekeeping function tests, despite the script being obfuscated.\
You are welcome to ask the owner (@sens6222 on Discord) if you are struggling with passing certain tests. We keep it this way for now, due to executors already faking their environments to suit the [original UNC](https://github.com/unified-naming-convention/NamingStandard/tree/main).

Note that it's also possible to see the detailed reason of a function's failure at the top of the `Developer Console` in game.

***

### Will sUNC be discontinued?

Not in the near future, we hope. However, if sUNC would be discontinued, we will open source the project after 1-2 months.

***

### Is this the official sUNC documentation?

No this was made as a rework from Penguin and is not intended to replace the sUNC documentation. It was there because back then the sUNC documentation was just a markdown. But now the official one isn't.

**To see the official one please visit this** [**page**](https://docs.sunc.su/)

***

### Where is the sUNC place?

{% hint style="info" %}
If the place is outdated / locked please look at the [discord ](https://discord.gg/PsnpZPp4hd)to get the current place
{% endhint %}

The sUNC Place where you can test all the functions is [here](https://www.roblox.com/games/101590176937543/DONTPMOMEPLS) with this loadstring&#x20;

```lua
getgenv().sUNCDebug = {
    ["printcheckpoints"] = false,
    ["delaybetweentests"] = 0
}

loadstring(game:HttpGet("https://script.sunc.su/"))()
```


---

# 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://penguins-organization-2.gitbook.io/sunc-docs/sunc-introduction.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.
