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

# General Components

- [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.


---

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