> For the complete documentation index, see [llms.txt](https://docs.cusna.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cusna.io/cloud-identity-platforms-integrations/coworking-management-platforms/nexudus.md).

# Nexudus

Nexudus integration allow co-working customers to self provision their WiFi access.

Customers can visit the WiFi Portal - which URL is different per Location - and enter the email address associated with their account in Nexudus.

If the email matches with the email associated to a CoWorker in Nexudus, Cusna sends a magic link to the provided email to login into the WiFi portal. At this point the user will be able to see and change its own private WiFi passphrase.

When coworkers are removed from Nexudus, they are also deleted form Cusna automatically and their WiFi access suspended.

#### Teams

If the CoWorker belongs to a Team, Cusna creates automatically a Group matching the Team (if not existing already), and assign to the team member the same VLAN as the one of the other team members.

Go to Setup, General and select None in the VLAN settings to turn off automatic VLAN assignment.

#### Global Communities

Each Coworker can be associated only to one account in Cusna. If you want users to roam across your locations with the same WiFi passphrase, you need to enable the Global Communities option and configure your network accordingly.

{% hint style="info" %}
**Coming soon**

* Create an account for Visitors
  {% endhint %}

## Setup

Nexudus integration relies on an access token that is generated one time using your account email and password.&#x20;

{% hint style="success" %}
Cusna does not store your credentials, they are used at runtime the first time only to generate the first access token.
{% endhint %}

In your Cusna account, go to **Setting** and scroll to the **Integrations** section. Click **New Integration**. Select **Nexudus**.

Enter your Nexudus account email and password and click **Setup**.

<figure><img src="/files/Xss5nrfYnyuMpF4ifZRH" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cusna.io/cloud-identity-platforms-integrations/coworking-management-platforms/nexudus.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
