# Quick Editor

<figure><img src="/files/XfQ4PCXNyCDQcMIQA7Yw" alt="" width="375"><figcaption></figcaption></figure>

The Quick Editor serves as an efficient tool for editing crucial aspects of any object, providing a streamlined approach to accessing key information within an object.

The Quick Editor has the following sections:

1. **Main section**: this section allows us to edit the name and the namespace of an object with an easy and intuitive form.

<figure><img src="/files/VzzhN8OPdDiQnyPwLjiY" alt="" width="345"><figcaption></figcaption></figure>

2. **Labels**: Allows us to edit the labels of an object:

<figure><img src="/files/a8juHGBSwXAlgnm3OWli" alt="" width="304"><figcaption></figcaption></figure>

3. **Spec**:(only for Workloads): Allows us to edit the different sections of the spec of a workload:

<figure><img src="/files/oAquigQHkz0kK5c4Ugkw" alt="" width="304"><figcaption></figcaption></figure>

4. The number of replicas:  Here we can change the number of replicas requested, also this form has a mini graph showing the status of the pod requested:
5. The Selectors: Here we can edit the workload selector Labels:
6. The Template
   1. The Template Labels:
   2. The containers of a template
      * **Container Editor**: Here we can choose the name of the container and the image. The images also have a Docker registry button that, when pressed, shows us the Docker registry dialog to help us search and find the right image and version.
      * **Container Port:**
      * **Container Volume**:
      * **Container Environment variables:**
      * **Container Command**: arguments to execute by the container

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

4. Volumes: (only for workloads ) Let us edit and display the different volumes "PVC, Config Map, or Secret" attached to an object

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

5. Ports:(only for services) This editor enables users to add pods and target ports to a service. Additionally, it includes a helper to facilitate port forwarding for accessing the service from outside the cluster.

<figure><img src="/files/ldukaOwmZhVCM7Qx68iH" alt="" width="406"><figcaption></figcaption></figure>

5. Rules:(only for ingress)
6. TLS:(only for ingress)
7. Cron Options:(only for CronJobs) Allow and help to set all of the options of a cronJob.

<figure><img src="/files/YfOkRcVCi5EZihRzZoQ4" alt="" width="407"><figcaption></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://doc.k8studio.io/documentation/side-editor/quick-editor.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.
