> For the complete documentation index, see [llms.txt](https://docs.arcade.software/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcade.software/kb/build/interactive-demo/edit.md).

# Edit

## Basics

### How can I undo an edit?

Although we don't have a physical undo button, you can use Command+Z to remove edits and move back in your version history.

***

{% hint style="info" %}
You need to be on the Growth plan to collaborate on Arcades.&#x20;
{% endhint %}

## Collaborate

### Can I view my teammate's Arcades?

Yes! If an Arcade is placed in a shared workspace, all teammates can:

* View the Arcade
* Share or embed using the share link

### Can I edit my teammate's Arcade?

Yes, but edit access is restricted by default to prevent unintentional changes. Here's how it works:

1. Place the Arcade in the Teams folder
2. Teammates can request edit access
3. The Arcade owner receives an email and must grant access
4. After that, the teammate can edit it freely

You can also have it default to open access. To do so, you can adjust the settings and permissions this way:&#x20;

{% @arcade/embed flowId="ZR0fUykvxXAV1ykk4UaK" url="<https://app.arcade.software/share/ZR0fUykvxXAV1ykk4UaK>" %}

***


---

# 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://docs.arcade.software/kb/build/interactive-demo/edit.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.
