> For the complete documentation index, see [llms.txt](https://snpc.docs.snake.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snpc.docs.snake.rip/holograms/holographics-display.md).

# Holograms Usage

## Getting Started

First, see how to setup the hologram system!

{% content-ref url="/pages/-MZYavNOrOFtMaQ8dErf" %}
[Holograms Installation](/holograms/holograms-installation.md)
{% endcontent-ref %}

Once everything is installed, let's continue!

## Create your first hologram

Use the command below to set your first hologram into your npc.

{% tabs %}
{% tab title="ADD COMMAND" %}

```yaml
COMMAND:
/npc holo {npc name} add {message}

EXAMPLE:
/npc holo npc1 add Hello! I'm a hologram :D
```

{% endtab %}

{% tab title="REMOVE COMMAND" %}

```
COMMAND:
/npc holo {npc name} remove {id}

EXAMPLE:
/npc holo npc1 remove 1
```

{% endtab %}

{% tab title="LIST HOLOS" %}

```
/npc holo {npcName} list
```

{% endtab %}
{% endtabs %}

![See the beautiful NPC](/files/-M4Y07_L6h5i6TbpPiGc)

### Add placeholder to Holograms

To update placeholders you need this placeholders before the message.

* {fastest} - 0.1 seconds.&#x20;
* {fast} - 0.5 seconds&#x20;
* {medium} - 1 seconds&#x20;
* {slow} - 5 seconds&#x20;
* {slowest} - 10 seconds.

In this case, i'm using the **{medium}** placeholder.

{% tabs %}
{% tab title="COMMAND" %}

```yaml
COMMAND:
/npc holo {npc name} add {medium}{message}

EXAMPLE:
/npc holo npc1 add {medium}Hello &e%player_name%
```

{% endtab %}
{% endtabs %}

![/npc holo npc1 add {medium}Hello \&e%player\_name%](/files/-M4Y41lEBe0dzA67bDW7)

![And here ya go.](/files/-M4Y4p7gAjeF3FAqq05z)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://snpc.docs.snake.rip/holograms/holographics-display.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
