> 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/connecting-depop.md).

# Connecting Depop

Connect your Depop account to start using Nifty's automation and crosslisting features.

### How to connect

1. Go to Settings → [**Connections**](https://app.nifty.ai/settings/connections).
2. Find Depop and click **Connect**.
3. You'll be redirected to Depop — log in and grant Nifty permission.
4. If successful, you'll be redirected back to Nifty.

<figure><img src="/files/9WtA6yhTfR3hqE7zITLP" alt="" width="375"><figcaption></figcaption></figure>

### Troubleshooting

If you find yourself stuck on a "Create a Listing" screen when you click "Connect Depop", it means your Depop onboarding is incomplete.

#### How to Fix It

1. Go to Depop Directly: Navigate to [Depop.com](https://www.depop.com), and log into your account.
2. Create a Test Listing: Click on the "List an Item" button.
3. Publish the Item: Fill out the basic requirements, upload a temporary photo, and publish it as a live listing on their platform. *(You can immediately delete or deactivate this item after the connection is established).*
4. Reconnect to Nifty: Once your manual test listing is live, return to your Nifty dashboard under [Settings > Connections](https://app.nifty.ai/settings/connections) and try linking your Depop account again.

### Reconnecting

Depop connections last 12 months. When your connection expires, you'll get an email from Nifty — just follow the same steps above to reconnect.


---

# 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/connecting-depop.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.
