> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyberpunk-2077-modding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/getting-started.md).

# Getting Started

## Creating Project

* All interactions are organized intro projects, you usually have one project per mod
* To create a new project, go to the `Projects` tab
* Enter a name, then hit the save icon to create and load a new project

<figure><img src="/files/3WndjZKRHdnSidn8yyuG" alt="" width="563"><figcaption><p>Creating, managing and editing existing projects</p></figcaption></figure>

{% hint style="success" %}
In this guide, "loading" a project means loading it to edit, as any project installed will be active by default
{% endhint %}

## Adding Interactions

* To add an interaction, make sure you have loaded a project by pressing the "Load" icon to the left of it's name in the `Projects` tab
* Switch to the `Edit Project` Tab
* Now select the type of interaction from the dropdown, add a name, and hit the plus icon to add it
  * New interactions will be placed at the player's feet

<figure><img src="/files/JZ6M0Q5yZu3MCyyhJARN" alt="" width="267"><figcaption><p>Add a new interaction</p></figcaption></figure>

## Edit Interactions

* Information on how to edit an interaction and what it's properties do, can be found here:
  * [Interaction Settings](/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/interaction-settings.md)

## Sharing Creations

* For each project, an equally named `.json` file is created in the mod's folder:
* `Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\nativeInteractions\projects\projectName.json`
* To publish your mod, simply include the project's JSON file, and add NIF as requirement

{% hint style="success" %}
Project files for sharing can be found in

`Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\nativeInteractions\projects`
{% endhint %}


---

# 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://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/getting-started.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.
