> For the complete documentation index, see [llms.txt](https://docs.potlock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.potlock.io/user-guides/lists/edit-list.md).

# Edit List

<figure><img src="/files/KUvEtHj0Rlp5gCcbpGQx" alt=""><figcaption><p>List details page</p></figcaption></figure>

### Access the List Details Page

**Navigate to Your List**: Start by going to the POTLOCK website and locating the specific list you wish to edit. Ensure you are logged in with the account that owns the list.

### Click on the Three Dots

**Locate the Options Menu**: On the list details page, find the three dots (•••) located beside the “Apply to List” button. Clicking on these dots will reveal additional options related to list management.

<figure><img src="/files/9c7qBlU3auQal1Yh4nZY" alt=""><figcaption><p>Edit List Settings</p></figcaption></figure>

### Choose Your Editing Option

From the options displayed, you can perform several actions:

### Option 1: Edit List Details

* **Access Editing Page**: Click on “Edit List Details.” This will take you to a page where you can modify various aspects of your list.
* **Make Changes**: Here, you can update:
  * **List Name**: Change the title of your list to better reflect its purpose.
  * **Description**: Revise the overview of your list to provide clearer context or updated information.
  * **Permissions**: Adjust who can apply to or manage the list.
* **Transfer Ownership**: If you wish to transfer ownership of the list, this option is also available on this page.

<figure><img src="/files/r3nHB7vm9RalBiV9Ddnw" alt=""><figcaption><p>Confirm Transfer ownership</p></figcaption></figure>

### Option 2: Transfer List Ownership

* **Changing Ownership**: If you need to step down as the owner or transfer ownership to another user:
  * Click on “Edit List Details” and scroll down to find the “Transfer Ownership” section.
  * Enter the recipient’s address (NEAR account ID) and save your changes.
* **Example Scenario**: For instance, if you were previously a vegan and created a list for vegan projects but now wish to withdraw from that community, transferring ownership allows someone else to take over while you become an ordinary member or administrator.

<figure><img src="/files/kYDG0AYrHuHCuEBJgjSq" alt=""><figcaption><p>Edit Accounts</p></figcaption></figure>

### Option 3: Add/Remove Accounts (Projects)

* **Manage Project Membership**: Click on “Add/Remove Account.” This feature allows you to manage which projects are included in your list.
* **Select Accounts**: Choose the account(s) (projects) you want to remove from the list.
* **Remove Selected Accounts**: After making your selections, click “Remove Selected Accounts” and submit your changes.

### Option 4: Delete List

* **Permanently Remove Your List**: If you decide that you no longer need the list:

  Click on “Delete List.”

  You will be prompted to confirm this action. To proceed, click “Yes, I do.” This action is irreversible, so ensure that you truly wish to delete the list before confirming.


---

# 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.potlock.io/user-guides/lists/edit-list.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.
