# Netskope

## Connection Requirements

{% stepper %}
{% step %}

### URL

URL address for Netskope.
{% endstep %}

{% step %}

### API TOKEN

To create a new token:

* On the REST API v2 page, click New Token.
* Enter a token name, the token expiration time, and then click Add Endpoint to select the API endpoints to use with the token.
* Specify the privileges for each of the endpoints added. Read privileges include GET, and Read+Write privileges include GET, PUT, POST, PATCH, and DELETE.
* Click Save.

{% hint style="info" %}
You will not be able to view the API Key again after you complete this step so ensure that you copy it before closing the notification.
{% endhint %}
{% endstep %}

{% step %}

### SSL

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

{% step %}

### Proxy

Proxy url. (optional)
{% endstep %}

{% step %}

### Last X Days

Fetch clients seen in the last x days. (optional, default: 0)

{% hint style="info" %}
If value is 0, it fetch all clients.
{% endhint %}
{% 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/netskope.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.
