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

# Components

PosherVA contains two part of the user interface:

1. **Popup window** - click on PosherVA icon on browser tab.

   <img src="/files/-M61aNcU5-tQb8hsA2_1" alt="" data-size="original">&#x20;
2. **Poshmark context menu**: context button on specific and relevant pages on [Poshmark.com](http://poshmark.com/) while you navigate the site.

   <img src="/files/-M61asYWOMpOiCSWUZ3R" alt="" data-size="original">&#x20;

Let's review the Popup window interface

{% content-ref url="/pages/-M61cC5Mi7IZkSBJz3h9" %}
[Popup window](/interface-overview/popup-window.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M61cluY3V-EdYzPmezp" %}
[Context menu](/interface-overview/context-menu.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.posherva.com/interface-overview/components.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.
