# Edit feature

Our Ai-Microcloud enables the user to change resources such as vCPUs, RAMs, and GPUs that are being utilized by a service running. Along with that, in our edit feature, the user can also attach extra volumes as well as their Object storage, which efficiently integrates the changes into the service without the hassle of respawning or data loss.

Components that can be updated:

* CPUs
* GPUs
* Memory
* Object store bucket
* Additional storage

Simply change the required values and click on the submit button at the end of the pop-up. The service will take in the changes and restart in a few seconds, and it's ready to be used with the updated changes

<figure><img src="/files/ME74J77cvHDTAM3oIWxa" alt="" width="300"><figcaption><p>The edit dialouge box</p></figcaption></figure>


---

# 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://computationaldocs.zeblok.com/info/1.3.7/procedure/workstations/edit-feature.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.
