> For the complete documentation index, see [llms.txt](https://vinipistudios.gitbook.io/cip_documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vinipistudios.gitbook.io/cip_documentation/welcome.md).

# Welcome!

## Welcome to CIP!

Thank you for purchasing my Customizable Interaction Plugin! Your support means a lot. If you have any questions or need assistance, feel free to reach out.

## Want to jump right in?

Our guide to a quick start

{% content-ref url="/pages/E44tC1NfGmPZSO0lAvtl" %}
[Initial Settings](/cip_documentation/welcome/initial-settings.md)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our documentation to get an idea of everything that's possible

{% content-ref url="/pages/815mscqEY3SKZpCqJKsU" %}
[Advanced Info](/cip_documentation/reference/advanced-info.md)
{% endcontent-ref %}

If you have any questions, check [Common Questions](/cip_documentation/welcome/common-questions.md). If your question is not there, please join the discord server. <https://discord.gg/Gmu7ZsHt8Y>

{% content-ref url="/pages/Cvv8ur0RTem2A9XbBvKc" %}
[Patch Notes](/cip_documentation/reference/advanced-info/patch-notes.md)
{% endcontent-ref %}

***

## Features:

* Easy Customizable - All Options Can Be Customized via Data Tables
* Interactor And Interactable Components - Used to Easily Integrate the Interaction System in Your Own Blueprints or C++ Classes.
* Multi Detection Modes - Proximity From Screen Center and Proximity From Character.&#x20;
* Multiple Interaction Modes - Single Press, Hold.
* Hover, Overlap And Interaction Sounds - All of the sounds can be Customized.&#x20;
* Physics Simulated Interactables - Interaction Supports Physics Simulated Objects.&#x20;
* Customizable Widget - Easily Customizable Widget including different shapes, different Shortcuts and more.

## Technical information

* Number of Blueprints: 12
* Number of C++ Classes: 5
* Network Replicated: Yes
* Supported Development Platforms: All
* Supported Target Build Platforms: All


---

# 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:

```
GET https://vinipistudios.gitbook.io/cip_documentation/welcome.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.
