# New Input System

DevTool support old and new input system out if box.

If you use New Input System, you need to add New Input System assemby defenition to DevTool assemby defenition references.

{% hint style="info" %}
After installing New Input System or importing DevTool in project with New Input System, you may have compilation errors, don't worry, this is normal, after performing these simple steps, it will be automatically corrected.&#x20;
{% endhint %}

In Project widnow, in search field write `DevTool` and find two assembly definition file&#x20;

* **DevTool**
* **DevTool.UI**

![](/files/9cx4xS7CtpWO34Ucl469)

Select each of them and in **Assembly Definition References** section add  Unity.InputSystem definition and click Apply.

![](/files/fMFKM7s64yJttwpze9jt)


---

# 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://renownedgames.gitbook.io/devtool/manual/new-input-system.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.
