# Insert Line

### Full Command

/holograms insertline \<hologram> \<line> \[\<text>]

### Info About Command

This command will insert a line AFTER the specified line. So in other words, the specified line number will become the line number of the new line.

You cannot insert multiple lines at the same time with this command.

### API Page

{% content-ref url="/pages/3hangyCp5q1RkI7b9hYl" %}
[Holograms\_InsertLine()](/custom-holograms/api/hologram-functions/holograms_insertline.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/insert-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.
