> For the complete documentation index, see [llms.txt](https://help.gopaddle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gopaddle.io/overview/kubernetes-ide/editor.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://help.gopaddle.io/overview/kubernetes-ide/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
