# DirectoryFast

## DirectoryFast

- [Get Started](https://docs.directoryfa.st/get-started.md): Be ready to ship directories fast.
- [Bring me to life!](https://docs.directoryfa.st/tutorials/bring-me-to-life.md): We'll set up everything to get a fully fonctional directory in under 10min
- [How it's structured?](https://docs.directoryfa.st/tutorials/how-its-structured.md): Understand the app structure so you don't waste time finding what you need.
- [Make it yours](https://docs.directoryfa.st/tutorials/make-it-yours.md): How to customize and add the data to build the directory of your dreams
- [Bonus](https://docs.directoryfa.st/tutorials/bonus.md): Beta or totally optional features
- [AI](https://docs.directoryfa.st/features/ai.md): DirectoryFast implements various AI features to make your life easier!
- [AI URL Scanner & Scan Jobs](https://docs.directoryfa.st/features/ai/ai-url-scanner-and-scan-jobs.md): Scan any product webpage to automatically extract information and create products in your directory.
- [Analytics](https://docs.directoryfa.st/features/analytics.md): Collect all the analytics you want and showcase them with PostHog
- [Authentication](https://docs.directoryfa.st/features/authentication.md): Unlock interactive features for your users with Better Auth.
- [API](https://docs.directoryfa.st/features/api.md): DirectoryFast is built on the latest NextJs features, including the App router.
- [Protected Endpoints](https://docs.directoryfa.st/features/api/protected-endpoints.md): Sometimes you may need to restrict access to a page to authenticated users only.
- [Blog](https://docs.directoryfa.st/features/blog.md): Build authority and SEO with quality posts about your niche
- [Database](https://docs.directoryfa.st/features/database.md): Prisma will allow you to query the database with ease using Javascript/Typescript
- [Emails](https://docs.directoryfa.st/features/emails.md): Email mechanics are a pillar for creating engagement with your users.
- [Error Pages](https://docs.directoryfa.st/features/error-pages.md): Feedback is essential to users, especially when something wrong is going on.
- [Icons](https://docs.directoryfa.st/features/icons.md): Having heterogeneous icons contributes greatly to the aesthetics of your application.
- [Payments](https://docs.directoryfa.st/features/payments.md): Directories are a wonderful way to earn money, so it comes with afull payment process built-in.
- [Monetization](https://docs.directoryfa.st/features/monetization.md): Start earning money.
- [Private Pages](https://docs.directoryfa.st/features/private-pages.md): Pages like Dashboard need authentication checks, learn how to protect them.
- [SEO](https://docs.directoryfa.st/features/seo.md): Directories are a true cheat code for SEO, don't sleep on it!
- [Shadcn/ui Components](https://docs.directoryfa.st/general-components/shadcn-ui-components.md): DirectoryFast is built on Shadcn/ui to offer a slick design and functionality.
- [Navbar](https://docs.directoryfa.st/general-components/navbar.md): The main navigation bar.
- [Footer](https://docs.directoryfa.st/general-components/footer.md): Gather all your information and links in one place.
- [SignIn Modal](https://docs.directoryfa.st/general-components/signin-modal.md): A popup windows to make your user log in from everywhere.
- [Hero Section](https://docs.directoryfa.st/general-components/hero-section.md): The hero section serves as the first impression for visitors, craft it with care!
- [Social Proof](https://docs.directoryfa.st/general-components/social-proof.md): Show visitors people are actually using your app.
- [Collections Social Proof](https://docs.directoryfa.st/general-components/collections-social-proof.md): Show visitors people are actually creating collections and sharing them!
- [Featured Section](https://docs.directoryfa.st/general-components/featured-section.md): Display your featured products and appeal customers with a large CTA Card
- [Latest Collections Section](https://docs.directoryfa.st/general-components/latest-collections-section.md): Showcase the latest Collections added.
- [Latest Products Section](https://docs.directoryfa.st/general-components/latest-products-section.md): Showcase the latest Products added.
- [Recommended Section](https://docs.directoryfa.st/general-components/recommended-section.md): Showcase the most recommended products according to their appearance in Collections.
- [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
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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.directoryfa.st/get-started.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.
