> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/cloud-computer/cloud-connect/accessing-cloud-connect.md).

# Accessing Cloud Connect

To access the **Cloud Connect** feature:

1. Go to the **Home** page of the platform;
2. In the side menu, select **Cloud Computing**;
3. Then, click on **Cloud Connect**.

<figure><img src="/files/2cDzfhfeLFLVbfNGaLTy" alt=""><figcaption></figcaption></figure>

Once on the **Cloud Connect** page, you'll find information related to connected clients, active licenses, and connection statuses, along with tools for managing and registering new clients.

***

### **Available Features**

On the Cloud Connect home screen, the top panel displays real-time indicators with the following data:

* **Active Clients**: Total number of clients with active connections.
* **Total Licenses**: Total number of licenses contracted by connected companies.
* **Connections**: Current number of connections in use.

<figure><img src="/files/2GMtX0MJOrIaZjh1EG38" alt=""><figcaption></figcaption></figure>

***

### **Client Management Table**

The client management section contains a table displaying data for each client connected to Cloud Connect. The available columns include:

* **Code**: Internal client identifier.
* **Name**: Company or legal entity name.
* **ID**: Unique client identifier.
* **Status**: Current client status (active or inactive).
* **Licenses**: Number of licenses assigned to the client.
* **Server Tag**: Add the server name.

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

***

### **View Filters**

The Cloud Connect interface offers filtering options to simplify data querying and management. Filters are located on the left side of the screen and allow selection of clients by status:

* **Active**
* **Inactive**

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

Filters can be applied either by direct selection or using the toggle button on the left side of the main interface.

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

***

### **Registering a New Client**

To register and connect a new client in Cloud Connect:

1. Click the **Add Client** button on the main interface.
2. A registration form will appear. Fill in the following fields:
   * **Legal Name**
   * **Trade Name**
   * **Identification Type** (e.g., CNPJ, CPF)
   * **Identification Number**
   * **Contact Phone Number**
   * **Contact Email**
   * **Number of Licenses**
   * **Server Tag** (field for server name or public IP address)
   * **Client Status** (Active or Inactive)

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

3. After completing the form, confirm the operation to register the client and activate the connection with Cloud Connect.

<figure><img src="/files/8pOMWh6dkiW6FMujC3cc" alt=""><figcaption></figcaption></figure>

Once registration is complete, a code will be generated for remote server access using the downloaded plugin.


---

# 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.skyone.cloud/english/cloud-computer/cloud-connect/accessing-cloud-connect.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.
