> For the complete documentation index, see [llms.txt](https://docs.mobiusflow.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobiusflow.com/help/mobiusflow-v3/mobiusflow-toolbox-v3/object-profiles/editing-and-deleting-profiles.md).

# Editing and Deleting Profiles

Open the Object Profiles page and click on the profile you want to modify. The Object Profiles sidebar will open on the left of the window.

<figure><img src="/files/77wf3YroyIP2EMZ2FaTp" alt=""><figcaption></figcaption></figure>

At the top of the sidebar is the object profiles settings toolbar. You can use this toolbar to switch between the four sidebar modes and to delete the profile if it is not being used. Use the **X** to the right of the toolbar to close the sidebar.

Below the toolbar are the Undo and Save buttons. Clicking on the **Undo** button will revert any changes and clicking on **Save** will save the changes.

{% hint style="info" %}
The Save button is only enabled if their are changes AND all fields are valid
{% endhint %}

## Sidebar Modes

The four sidebar modes are shown in the table below. Click on the links for more information.

<table><thead><tr><th width="145.0390625"></th><th></th></tr></thead><tbody><tr><td><strong>Profile</strong> <strong>Settings</strong></td><td>General profile settings. The fields are the same as the fields on the Finalise Settings page shown when <a href="/pages/EPpULgKkCdjNhoJpnj6r">creating a new profile</a>.</td></tr><tr><td><a href="/pages/S2z1Nf0JWgqqVQwU7aIm"><strong>Codec</strong></a></td><td>Add, delete, or edit the profile's codec</td></tr><tr><td><a href="/pages/bCF3VmAj8lKGEiCABxdC"><strong>Preprocessor</strong></a></td><td>Add, delete, or edit the profile's preprocessor</td></tr><tr><td><a href="/pages/ztsyxyQkIHS1nS5DHSBh"><strong>UI</strong> <strong>Layout</strong></a></td><td>Add, delete, or edit the profile's UI layout</td></tr></tbody></table>

## Deleting Profiles

{% hint style="info" %}
You can only delete profiles that have not been used. Unused profiles have a greyed out PID and icon in the profile list.
{% endhint %}

Click on the profile you wish to delete. When the sidebar is open click on the **Delete** button, enter the confirmation text and click **Confirm**.

{% hint style="danger" %}
This action is permanent and cannot be undone!
{% endhint %}

## 💥 Interactive Demo

{% embed url="<https://demo.mobiusflow.com/demo/cmig8jes8d398b7b4dtfkt1sg?utm_source=link>" %}


---

# 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://docs.mobiusflow.com/help/mobiusflow-v3/mobiusflow-toolbox-v3/object-profiles/editing-and-deleting-profiles.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.
