> For the complete documentation index, see [llms.txt](https://abdulkadir-aktas.gitbook.io/qadr_docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdulkadir-aktas.gitbook.io/qadr_docs/qadr_ui/prompt-blip-for-entities.md).

# Prompt Blip For Entities

### Image

![](/files/4w4lDvO323qShk0tA8iJ)

### Video

{% embed url="<https://youtu.be/oOAbV1gaZK4>" %}

### Example

```lua
RegisterCommand("createPromptBlipToEntity",function(src,args,raw)
    local data = {
        entity = tonumber(args[1]),
        blip = args[2]
    }
    exports["qadr_ui"]:createPromptBlipToEntity(data)
end)

-- Example
-- createPromptBlipToEntity 3062275 blip_ambient_herd
```
