# Add Line

### Full Command

/holograms addline \<hologram> \<text>

### Info About Command

This command adds a line with the specified text to the end of the specified hologram. It is basically an alias for `/holograms insertline <hologram> <last line of hologram>`.

To make multiple lines, type "||" where you want there to be a new line

### API Page

{% content-ref url="/pages/7Pjf3lnETAVOSY1vz9f3" %}
[Holograms\_AddLine()](/custom-holograms/api/hologram-functions/holograms_addline.md)
{% endcontent-ref %}


---

# 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://minecraftman1013.gitbook.io/custom-holograms/introduction/commands-and-permissions/add-line.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.
