# FortiNAC

## Connection Requirements

{% stepper %}
{% step %}

### IP

IP address of the FortiNAC.
{% endstep %}

{% step %}

### Port

Port number (optional, default: `8443`).
{% endstep %}

{% step %}

### Username

The username which will be used by OctoXLabs CSAM PLATFORM Asset to fetch data from FortiNAC.

{% hint style="info" %}
This user needs rights and access to hosts on FortiNAC to read details.

Recommended example username: `admin`
{% endhint %}
{% endstep %}

{% step %}

### Password

The password of the provided username.
{% endstep %}

{% step %}

### Use Token

Enable this option when you want to use your API Token. An API token is required for FortiNAC version 7 and above.
{% endstep %}

{% step %}

### API Token

If FortiNAC version 7 or above is used, a token must be created.

{% hint style="info" %}
Login with your username and password. Go to the API tokens page under user admin to generate a token.
{% endhint %}
{% endstep %}

{% step %}

### Fetch Network Devices

Enable this option if you also want to fetch network devices.
{% endstep %}

{% step %}

### SSL

Use SSL for the connection (optional, default: Encrypted).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the 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/fortinac.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.
