# Overview

## Welcome

This is the documentation for the script SkLib. You can use any of these functions in your next script! You can join the discord for help!

## List of All Functions

```csharp
# Create a Hologram
sklib_createHologram(id, lines, location, inverse)

# Delete Hologram
sklib_deleteHologram(id)

# Capitalize First Letter
sklib_capitalizeFirstLetter(text)

# Capitalize First Letter in Every Word
sklib_capitalizeFirstSentence(text)

# Location to Text
sklib_locationToText(location, world)

# Text to Location
sklib_textToLocation(text)

# Text Animation Flash
sklib_animationFlash(text, color, color, color, bold)

# Text Animation Scroll
sklib_animationFlash(text, color, color, color, bold)

# Button Click Sound Effect
sklib_soundPageTurn(player)

# Page Turn Sound Effect
sklib_soundPageTurn(player)

# Bass Sound Effect
sklib_soundBass(player)

# Harp Sound Effect
sklib_soundHarp(player)

# Pling Sound Effect
sklib_soundPling(player)

# Bit Sound Effect
sklib_soundBit(player)
```


---

# 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://baezor.gitbook.io/sklib/master.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.
