> 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-poshmark.md).

# Connecting Poshmark

Connect your Poshmark account to start using Nifty's automation and crosslisting features. You can connect using either our Chrome extension or your Poshmark username and password.

### How to connect

#### Option 1: Chrome extension

Recommended if you have a computer. See [Passwordless Chrome Extension](/connections/passwordless-chrome-extension.md) for more details.

1. Using Google Chrome, open our [Chrome extension](https://chromewebstore.google.com/detail/nifty/ggcfdkgmekpddencdddinlmpekbcohoa) and click **Add to Chrome**.
2. From the same computer, log into your Poshmark account.
3. Go back to Settings → [**Connections**](https://app.nifty.ai/settings/connections) — you'll see a **Connect** button instead of a password field.

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

#### Option 2: Username + password

Best if you don't have access to a computer.

1. Go to Settings → [**Connections**](https://app.nifty.ai/settings/connections).
2. Find Poshmark.
3. Enter your username and password.

{% hint style="success" %}
**Important:** We do not store your Poshmark password. When you connect via username and password, we use your credentials once to establish a session, then discard them.
{% endhint %}

### Troubleshooting

**Have a computer?** We recommend the Chrome extension — it's quick, easy, and generally the most reliable.

**No computer?** Try your closet name instead of your email. Poshmark accepts either as your username.

**Still stuck?** [Reset your Poshmark password](https://support.poshmark.com/s/article/844900083?language=en_US) and try again.

### Reconnecting

Poshmark connections last a few 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-poshmark.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.
