> For the complete documentation index, see [llms.txt](https://docs.objkt.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.objkt.com/product/product-guides/collections-contracts/editing-a-non-objkt-collection.md).

# Editing a non-objkt collection

objkt.com automatically indexes all FA2 token contracts as collections.

When an FA2 contract is automatically indexed, the address that deployed this contract is set as **manager** of this collection.\
Only managers can edit collections and add/remove other managers.

To **Add/remove managers**, see "Add Manager" in the screenshot below.

### Step 1 - Click Edit Collection on the collection page

<figure><img src="/files/vgqcogN5tGRX8FXoKTkB" alt=""><figcaption><p>click on <em>Edit Collection</em></p></figcaption></figure>

### Step 2 - Edit your collection

Update your collection data. Here is what the form looks like:

<figure><img src="/files/tobOX1IpSk9ERADD9rVn" alt=""><figcaption><p><em>Edit Collection</em> form</p></figcaption></figure>

<table><thead><tr><th width="197">Field</th><th>Notes</th></tr></thead><tbody><tr><td>Collection Image</td><td>Must be the direct URL to an image file. (Not the address of a webpage.)</td></tr><tr><td>Token link</td><td>(Optional) On each token of this collection there will be a link leading to this address.<br>Two (optional) parameters will get replaced in this address: <code>:id</code> will be replaced with the token ID, <code>:contract</code> will be replaced with the contract address <code>(KT1….)</code></td></tr><tr><td>Twitter</td><td>The collection page will show a twitter logo linked to this twitter account.<br>The dropdown contains the twitter accounts verified on tzprofiles.com by the manager currently editing the collection.</td></tr><tr><td>Website</td><td>The collection page will show a link to this website.<br>The domain of this URL must have been verified on tzprofiles.com by the manager currently editing the collection.</td></tr></tbody></table>

### Step 3 - Submit the form

The information you submitted will be stored on objkt.com and should show the updated values after a couple of minutes.


---

# 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.objkt.com/product/product-guides/collections-contracts/editing-a-non-objkt-collection.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.
