# Zscaler Internet Access

## Connection Requirements

{% stepper %}
{% step %}

### Domain

The Domain of the Zscaler Internet Access. Default: zsapi.zscaler.net

{% hint style="info" %}
🔵 Examples:\
zsapi.zscalerbeta.net zsapi.zscalerone.net zsapi.zscalertwo.net zsapi.zscalerthree.net zsapi.zscaler.net zsapi.zscloud.net
{% endhint %}

Common hostnames:

* zsapi.zscalerbeta.net
* zsapi.zscalerone.net
* zsapi.zscalertwo.net
* zsapi.zscalerthree.net
* zsapi.zscaler.net
* zsapi.zscloud.net

Administration > Cloud Service API Key Security:\
To locate your base URL and API key/token:

* Log in to the ZIA Admin Portal using your admin credentials.
* Go to Administration > Cloud Service API Key Security.
* To view the Cloud Service API Key Management page, the admin must be assigned an admin role that includes the Authentication Configuration functional scope.
* For the cloud service API, on the Cloud Service API Key tab, the base URL and key details are displayed within the table.
  {% endstep %}

{% step %}

### Username

A string that contains the email ID of the API admin. This serves as the primary identifier for authentication and must be in a valid email address format.
{% endstep %}

{% step %}

### Password

A string that contains the password for the API admin. The password should meet security requirements and will be used for secure authentication with the authorization server.
{% endstep %}

{% step %}

### API Key

API key — this unique identifier is issued during registration and provides programmatic access.
{% endstep %}

{% step %}

### Proxy (optional)

Proxy URL (optional).
{% endstep %}

{% step %}

### Is Secure?

Indicates whether the IP address is secure or not.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ Attention\
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/zscaler-internet-access.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.
