> For the complete documentation index, see [llms.txt](https://doc.k8studio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.k8studio.io/documentation/deployment-view/interacting-with-the-deployment-view.md).

# Interacting with the Deployment View

Here is a demo video on how to interact with the K8studio Deployment view to CRUD objects in a Kubernetes cluster.

{% embed url="<https://www.youtube.com/watch?v=neLQGXQkkbc>" %}

1. **Adding:** Adding an object to a cluster is easily done in the deployment view. Choose an object type in the Object Sidebar, and drag and drop to a namespace or a subgroup of a namespace.

<figure><img src="/files/VXYYE5pC8AWY1Gj3mcl9" alt=""><figcaption><p>Object bar</p></figcaption></figure>

2. **Editing:** Editing objects in the deployment view is done by selecting and object and using the side editor.

{% content-ref url="/spaces/MXXfpTvt6Xe4Y0tCwViA/pages/02Z7x1LG5yfT1Wi24bvs" %}
[Side Editor](/documentation/side-editor.md)
{% endcontent-ref %}

3. **Deletion:** Deletion is accomplished by selecting an object and clicking on 'delete' in the cluster detail toolbar.

{% content-ref url="/spaces/MXXfpTvt6Xe4Y0tCwViA/pages/2zewS0JFwVKoVFkWZdY2" %}
[Cluster Detail Toolbar](/documentation/cluster-detail-toolbar.md)
{% endcontent-ref %}


---

# 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:

```
GET https://doc.k8studio.io/documentation/deployment-view/interacting-with-the-deployment-view.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.
