# Ivanti Neurons

## Connection Requirements

{% stepper %}
{% step %}

### Domain

Enter the domain of your Ivanti Neurons instance. This specifies the address where the platform is hosted.
{% endstep %}

{% step %}

### Client ID and Client Secret

* In Ivanti Neurons, navigate to Admin > App Registrations.
* Select New registration to open the New app registration panel.
* From the drop-down, select Custom App.
* Click Continue.
* In the Custom App panel, optionally enter a Description for the registration.
* Click Register to generate the authentication settings.
* In the Complete this registration panel, the authentication settings required to complete the registration are provided: Neurons Auth URL, Client ID and Client Secret.
* Copy or record all of the registration settings.

{% hint style="danger" %}
For security reasons, the Client Secret will not be visible again once you close this panel, so make sure you copy it before clicking Finish and close.
{% endhint %}

{% hint style="warning" %}
It is important to perform a connection test to verify that the Ivanti Neurons host can be successfully reached. Once the discovery process is complete, the connection details will be visible on the Assets page.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://docs.octoxlabs.com/adapters/adapters/ivanti-neurons.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.
