# UI Patterns

- [Simple Dashboard Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/simple-dashboard-page.md): Use this for simple dashboards that require only one-level menu navigation
- [Product Marketplace Dashboard Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/product-marketplace-dashboard-page.md): Use this dashboard for ecommerce or two-sided marketplace apps
- [Labor Marketplace Profile Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/labor-marketplace-profile-page.md): Use this for labor/gig marketplace apps (e.g. Upwork, TaskRabbit, or Dribbble)
- [Social Network Profile Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/social-network-profile-page.md): Use this for social apps (e.g. X or Facebook)
- [Simple Events Search Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/simple-events-search-page.md): Use this for a simple search page like Eventbrite
- [Events Search Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/events-search-page.md): Use this for a mobile-friendly search page with a few filters
- [Ecommerce Search Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/ecommerce-search-page.md): Use this for ecommerce or marketplace apps with complex filtering requirements
- [Labor Marketplace Search Page](https://docs.airdev.co/canvas/canvas-library/ui-patterns/labor-marketplace-search-page.md): Use this for labor/gig marketplace apps (e.g. Upwork, Zocdoc, or Preply/italki)


---

# 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.airdev.co/canvas/canvas-library/ui-patterns.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.
