> For the complete documentation index, see [llms.txt](https://help.vectary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vectary.com/documentation/project-settings/interaction-prompt.md).

# Interaction prompt

This feature adds an animation to the scene, attracting end-users' attention and encouraging interaction with the project, clearly indicating its interactivity.

<figure><img src="/files/bOxeGIpHeCDe05zxflDR" alt="" width="563"><figcaption></figcaption></figure>

`1` - **Custom image**: Upload your own image or animation (PNG, JPG, SVG, GIF, or Lottie)

`2` - **Custom size**: Adjust the image size

`3` - **Vertical offset**: Set the position of the image along the vertical axis

<figure><img src="/files/1vVcK5aJZI9Z70EwDIuS" alt="" width="563"><figcaption></figcaption></figure>

`4` - **Animation**: Activate a ping-pong animation effect for the uploaded image

`5` - **Hide on**: Select the action that hides the interaction prompt:

* **Interaction**: hidden after the first user click
* **Mouse enter**: hidden when the cursor hovers over the scene


---

# 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://help.vectary.com/documentation/project-settings/interaction-prompt.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.
