# Manage Engine ADManager Plus

## Connection Requirements

{% stepper %}
{% step %}

### IP or Hostname

IP address or hostname of the Manage Engine ADManager Plus server.
{% endstep %}

{% step %}

### Port

Port number (default: **8080**).
{% endstep %}

{% step %}

### Product Name

Product name or module name from which the request is being sent.

This is a **user-defined identifier** for auditing purposes. Common values used in examples: `"MODULE_NAME"`, `"RestAPI"`, or your application name.
{% endstep %}

{% step %}

### Domain Name

Name of the domain in which the search is to be performed.

You can find configured domains in **ADManager Plus** by clicking the **Directory/Application Settings** icon in the top-right corner.
{% endstep %}

{% step %}

### Auth Token

Authentication token that is generated either from the **Delegation** tab (Delegation > Configuration > Technician Authtokens) or from the **My Account** tab (My Account > Active Authtokens) in the top right corner of the product.
{% endstep %}

{% step %}

### SSL

Use SSL for connection (default: **True**).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the Manage Engine ADManager Plus host. When the discovery operation is finalized you will be able to see the details on the Assets page.
{% endhint %}


---

# 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/manage-engine-admanager-plus.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.
