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