# PlaceholderAPI Variables

**Interactions** provides you some PlaceholderAPI variables you can use on other plugins.

| Placeholder                                                                   | Description                                                                                                                                                                                                                                                                                                                                                       |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `%interactions_has_dialogue_<conversation entity>.<conversation>.<dialogue>%` | <p>Returns <strong>true</strong> if the player has reached to that specific dialogue and <strong>false</strong> if not. <br>Example:<br><code>%interactions\_has\_dialogue\_guard1.conversation1.dialogue1%</code><br>Requires that the dialogue has the <a href="/pages/-MQieU0xgerMCmQYqJTb#save-dialogue-option"><strong>save option</strong></a> enabled.</p> |
|                                                                               |                                                                                                                                                                                                                                                                                                                                                                   |
| `%interactions_influence_<conversation_entity>%`                              | <p>Returns the total amount of influence the player has with the conversation entity.<br>Example:<br><code>%interactions\_influence\_guard1%</code></p>                                                                                                                                                                                                           |
| `%interactions_current_conversation_text_<line>%`                             | Returns the current dialogue text line starting from line 1.                                                                                                                                                                                                                                                                                                      |
| `%interactions_current_conversation_name%`                                    | Returns the current conversation name.                                                                                                                                                                                                                                                                                                                            |


---

# 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://ajneb97.gitbook.io/interactions/placeholderapi-variables.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.
