# Scaling environment instances

When accessing the **Environments** screen, you will be redirected to the **Instances** page.\
\
These instances are resources created to run applications and workloads in the cloud, configurable according to specific needs such as storage, memory, processing, databases, or other computational operations.\
\
The Instances screen will display a table with the following information:

* **Instance**
* **Public IP**
* **Private IP**
* **CPU**
* **Memory (MEM)**
* **Sessions (SES)**
* **Status**

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

#### Actions available on the Instances screen:

* **Perform a startup test.**
* **Manage sessions.**
* **Connect as.**

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

Below is the step-by-step guide for performing each of these actions in **Scaling environments**:

***

### Sessions

In the "Sessions" modal, you can view all users connected to the instance and terminate active connections if necessary.

#### To open the Sessions modal:

1. Click on ‘Sessions’ in the three dots next to the selected instance.
2. The modal will be displayed, showing the active sessions on the instance.<br>

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

### To terminate a session:

1. Click on the red icon next to the user you want to disconnect.

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

### &#x20;Opening Test

The "**Opening Test**" allows operators to test instances safely and without affecting the production environment.

To perform a startup test, follow these steps:&#x20;

1. Click on the three dots next to the desired instance.
2. Select the "**Opening Test**" option.
3. In the modal displayed, choose the client to be tested.
4. Decide whether to use a temporary user or an existing user.
5. Click "**Connect**" to start the test.

### Connect as&#x20;

The "**Connect as**" option allows the operator to access the instance with administrative permissions, enabling the view of applications and performing advanced actions.

To connect as, follow these steps:

1. Click on the three dots next to the desired instance.
2. Select "**Connect as Administrator**".
3. Enter the **Autosky** portal password.
4. Click "**Connect**".

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

{% hint style="info" %}
After connecting, you will be redirected to the user screen, where you can view the applications.
{% 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.skyone.cloud/english/cloud-computer/skyone-autosky/skyone-autosky-platform/environments/scaling-environment/scaling-environment-instances.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.
