# Components

- [AccountMenu](https://docs.shipped.club/components/accountmenu.md): Show a menu button for the authenticated users
- [CtaBox](https://docs.shipped.club/components/ctabox.md): Call to Action box
- [DarkModeSwitch](https://docs.shipped.club/components/darkmodeswitch.md)
- [Explainer video](https://docs.shipped.club/components/explainer-video.md)
- [FAQ](https://docs.shipped.club/components/faq.md): Frequently Asked Questions
- [Features](https://docs.shipped.club/components/features.md): Show the features of your product
- [Footer](https://docs.shipped.club/components/footer.md)
- [Header](https://docs.shipped.club/components/header.md): The header of the website
- [Hero](https://docs.shipped.club/components/hero.md): The hero section of your landing page
- [Lifetime](https://docs.shipped.club/components/lifetime.md): Lifetime deal component
- [Pricing](https://docs.shipped.club/components/pricing.md)
- [Sales Notification](https://docs.shipped.club/components/sales-notification.md)
- [Secondary Sidebar Pages](https://docs.shipped.club/components/secondary-sidebar-pages.md)
- [Sidebar](https://docs.shipped.club/components/sidebar.md): Help the users navigate through your product
- [Tabs](https://docs.shipped.club/components/tabs.md): A set of content sections—tab panels— displayed one at a time
- [Testimonials](https://docs.shipped.club/components/testimonials.md): Show the testimonial messages from your customers
- [Waitlist](https://docs.shipped.club/components/waitlist.md): Collect emails for wait list of newsletter.
- [WebAppPage](https://docs.shipped.club/components/webapppage.md): Easily render the pages of your Micro SaaS web app.


---

# 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.shipped.club/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.
