> For the complete documentation index, see [llms.txt](https://docs.appfarm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appfarm.io/reference/appfarm-create/farmers-market.md).

# 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 [Help menu](https://docs.appfarm.io/reference/appfarm-create/pages/DstCxzCn4cshCWR2dQmK#id-10.-help-menu)
* **Apps** > **Create app**
* **Themes** > **Browse more Themes**

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