# Farmer's Market

Farmer's Market is a resource containing pre-built [apps](/reference/apps.md), [themes](/reference/resources/themes.md), and custom UI components that you can add directly to your solution and apps.

<figure><img src="/files/eKnmTP5Kdypa1It67rGo" alt="A screenshot of the Apps view in Farmer&#x27;s Market."><figcaption><p>Apps in Farmer's Market</p></figcaption></figure>

## Usage

Launch and browse Farmer's Market from:

* The top-left menu
* **Apps** > **New App**
* **Themes** > **Browse Market**
* **UI Components** > **Browse Market**

All the items available are free to use and are fully-customizable.

### Apps

Apps range from boilerplates to fully-functional [apps](/reference/apps.md) with a [UI](/reference/apps/ui.md), [actions](/reference/actions.md), [data sources](/reference/apps/data/data-sources.md), and a [data model](/reference/data-model.md). If a data model is included, the object classes are tagged[^1] with the name of the app. When an app is added from Farmer's Market, the accompanying [theme](/reference/resources/themes.md) is also added to your solution.

If you later delete the app, the object classes and theme will remain your solution and must be deleted separately.

### Themes

[Themes](/reference/resources/themes.md) include a color palette, corner styles, and typography settings.

### UI components

UI components in Farmer's Market consist of entire [views](/reference/apps/ui/views.md), [dialogs](/reference/apps/ui/views/dialog.md), and [drawers](/reference/apps/ui/views/drawer.md), as well as smaller components based on [containers](/library/ui-components/container.md). They are built using the standard [library of UI components](/library/ui-components.md).

To add a custom UI component to an app from Farmer's Market you must be in the [UI designer](/reference/apps/ui.md). If the UI component is based on a container, it will be inserted immediately below the current selection.&#x20;

[^1]: Tags are used to categorize [object classes](/reference/data-model/object-classes.md), usually to highlight which apps rely on them.


---

# 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.appfarm.io/reference/appfarm-create/farmers-market.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.
