# Managing Connections

How to confirm and manage your marketplace connections with Nifty.

### Viewing your connection

After connecting, click **View connected account** next to that marketplace to confirm you're connected to the right account. This is especially helpful if you have multiple accounts on the same marketplace.

<figure><img src="/files/opt3atJ4H5oFQCBVW7lk" alt=""><figcaption></figcaption></figure>

### Disconnecting

Click **Disconnect** on Settings → [**Connections**](https://app.nifty.ai/settings/connections) to disconnect at any time. This immediately stops all automations for that marketplace.

<figure><img src="/files/YorvmdbhrIbikus2PdeX" alt=""><figcaption></figcaption></figure>

If you also want to clear your listing data from your **Inventory Manager**, use the [**Danger Zone**](/inventory-management/inventory-manager.md#removing-a-marketplace).

{% hint style="warning" %}
**Important:** The **Danger Zone** only clears data from Nifty — your actual marketplace listings are not affected.
{% endhint %}

### One account per marketplace

To ensure data integrity, each marketplace account can be connected to only one Nifty account at a time. If you connected an account (such as a Poshmark closet) to an older Nifty account in the past, you won't be able to connect the same account to a newer one.

{% hint style="info" %}
**Need to merge accounts?** Email <hello@nifty.ai> with both email addresses (if you remember) or the marketplace and username that's connected to the old account.
{% endhint %}


---

# 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.nifty.ai/connections/managing-connections.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.
