# Editor

Only resources can be viewed and edited. Events can only be viewed but not edited. gopaddle offers 2 types of editors:

1. **YAML Editor:** Click on the view icon<img src="https://lh7-us.googleusercontent.com/wBAKNMpI990XUJjgUnfffwnZUKdPRXcDcRY9LWTRqgx-2fnwRL3mqm1G0d2Ra2MFAddoYZdUTnE-1R9pjFID9fVd902PgEdAHXUzXLdsF8JfLb63-kKArg8Fkb1psovRuyYmkGYlRx2R285faKG6ijk" alt="" data-size="line"> to view and edit the YAML specification of the resource.

<figure><img src="/files/0g6iTSx5tWaTrJv6pOSB" alt=""><figcaption><p>YAML Editor</p></figcaption></figure>

2. **OpenAPI Schema Form:** Click on the editor icon<img src="https://lh7-us.googleusercontent.com/dBsrlx3-nsBp8PYa7L9XsZDOyC2jrDC0IvVjki5SzXBJQKwk3LnAYa3qSu6Yk7_P9i9z9yJNtP3SjT7xtc3rpX6JEp6Ntvf7WmwBFYy6yVB4sH26V82FNVkoi7ED10DdYjYWaaQCAf1fuA8CJKmi73U" alt="" data-size="line"> to view and edit the resource using an OpenAPI schema form based editor.

<figure><img src="/files/SpYB8tnDfByLaZpDUTcF" alt=""><figcaption><p>OpenAPI Schema Editor</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://help.gopaddle.io/overview/kubernetes-ide/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.
