> 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/office-rnd.md).

# Office RnD

Office RnD integration allow co-working members to self-provision their secure WiFi access.

Members can visit the WiFi Portal - which URL is different per Location - login with their credentials to access and/or change their personal WiFi passphrase.

If the user belongs to a Team, Cusna creates a matching Group and assign a static VLAN that will be assigned to all members of the same team, so their traffic is segregated from other teams and users.

When users are removed from office RnD, they are also autaotmically removed from Cusna and their WiFi access is disabled.

## Office RnD setup

in Office RnD, go to **Settings**, **Developer Tools**. Click **Add application**. \
The **Add Application** dialog appears.

![](/files/rDiMvNsXsnWvEHIhHHZW)

Enter a **Name** and select **Read** and **Write** in the Permission section. Click Add to save the application.

In the main page, you'll the app you've just created in the table. Click **View**. The **View Application** dialog appears.

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

Copy the **Client ID** and **Client secret** values.

Go to Setting, Account and open the tab General.&#x20;

&#x20;

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

Take note of the value you see in the input **Admin Site**.

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

## Setting up the integration in Cusna

Go to **Setting** and scroll to the **Integrations** section. Click **New Integration**. Select **Office RnD**.

Enter the following values:

* Client ID
* Client Secret
* Slug

Click **Setup**.

<figure><img src="/files/0qLo3Qgxs1J8mACYkgV1" 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/office-rnd.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.
