# PRACTICAL

#### &#x20;1. Attaching the volume to different instance

* &#x20;add a new volume to an existing instance -> mount it -> add some content -> unmount -> detach the volume -> attach the volume to another instance -> mount and verify (do not detach the root volume)

#### &#x20;2. It is possible to extend the size of a volume

* &#x20;Select the volume-> action -> modify volume (it may take some time to take effect)


---

# 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://gyansetu-aws.gitbook.io/aws-cloud/practical-1.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.
