# Directory Components

- [Product Card](https://docs.directoryfa.st/directory-components/product-card.md): Your main element, this card will showcase your product with a quick look at its category and options.
- [Collection Card](https://docs.directoryfa.st/directory-components/collection-card.md): A Card to display a product list/collection.
- [Product Note](https://docs.directoryfa.st/directory-components/product-note.md): Display rich notes from a modal that won't disturb users navigation.
- [Search Bar](https://docs.directoryfa.st/directory-components/search-bar.md): Filter products by Name or Owner
- [Tags](https://docs.directoryfa.st/directory-components/tags.md): Filter products by
- [Product Options Toggle](https://docs.directoryfa.st/directory-components/product-options-toggle.md): Filter Products by their options.
- [Combobox](https://docs.directoryfa.st/directory-components/combobox.md): Easily select categories with search and responsive abilities.
- [Multi-Combobox](https://docs.directoryfa.st/directory-components/multi-combobox.md): Select multiple products from a Combobox.
- [Submit Product](https://docs.directoryfa.st/directory-components/submit-product.md): Let your users work for you!
- [Feature Product](https://docs.directoryfa.st/directory-components/feature-product.md): Make your potential customer pay to feature their product in 2 clicks.
- [Manage Note](https://docs.directoryfa.st/directory-components/manage-note.md): Create or edit a Note with a simple modal.
- [Manage Collection](https://docs.directoryfa.st/directory-components/manage-collection.md): Create or edit a Collection with a simple modal.
- [Dashboard Tables](https://docs.directoryfa.st/directory-components/dashboard-tables.md): Dashboard tables made easy with a 2 files config!


---

# 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.directoryfa.st/directory-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.
