# nn\_interaction

#### General information before installing <a href="#general-information-before-installing" id="general-information-before-installing"></a>

nn\_interaction provides a comprehensive framework for creating interactive elements in your FiveM server. Instead of relying on basic text notifications or chat commands, this system displays beautiful, animated interaction prompts directly on the player's screen with progress bars, icons, and customizable styling.

#### Common questions <a href="#common-questions" id="common-questions"></a>

<details>

<summary>Can I change the colors on the interaction?</summary>

Yes, you have full control of the colors of the interaction allowing you to match it perfectly to your server theme.

</details>

<details>

<summary>Can I use it instead of our qb-target or ox_target?</summary>

Yes, you can fully replace your target script with our interaction script to enhance your server and gameplay experience

</details>


---

# 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://nanoscripts.gitbook.io/docs/scripts/nn_interaction.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.
