# Interacting with Resources

Planeobot can perform CRUD operations against your resources

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

You can ask Planeobot to modify settings, such as renaming resources, or deleting specific resources. You can also use Planebot to create new resources and it can help you pick the correct settings.

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

Whenever actions that would modify your applications would be taken, Planeobot will seek confirmation before acting

<figure><img src="/files/cuLDmqAcBnqQnt1NwhHo" alt=""><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://documentation.planeo.dev/using-planeobot/interacting-with-resources.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.
