> For the complete documentation index, see [llms.txt](https://docs.nifty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nifty.ai/connections/managing-connections.md).

# Managing Connections

How to confirm and manage your marketplace connections with Nifty.

### Viewing your connection

Right after you connect, Nifty shows you a preview of your connected account, so you can confirm it's the right one.

You can also click **View connected account** next to that marketplace at any time. 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
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.nifty.ai/connections/managing-connections.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.
