# Appfarm Create

The Appfarm Create user interface consists of a collection of menus, toolbars, panes, lists, and editors. This overview is to help you become familiar with the names we use for these elements as they are used throughout the documentation.

<figure><img src="/files/vtnbWtQ7n3tCFkYL1VF6" alt=""><figcaption><p>An overview of Appfarm Create</p></figcaption></figure>

### **1. Top-left menu**

A menu for accessing [Appfarm Commander](/reference/appfarm-create/appfarm-commander.md), available [keyboard shortcuts](/reference/appfarm-create/keyboard-shortcuts.md), setting [user preferences](/reference/appfarm-create/user-preferences.md) and accessing information about Appfarm Create.&#x20;

### 2. Solution menu

If you have access to multiple solutions, you can use the solution menu to switch between them. Otherwise, the name of your solution will be shown.

### 3. App menu

A menu to switch between the apps in your solution. A similar menu is available for [services](/reference/services.md).

### **4. Main menu**

The primary menu used to navigate around a solution.

### 5. Tabs submenu

Contextual tabs for navigation within the active section, for example within apps, services, or permissions. For the above screenshot, where the Apps section is selected from the main manu, the submenu contains the tabs [UI](/reference/apps/ui.md), [Data](/reference/apps/data.md) and [Actions](/reference/actions.md).

### 6-8. Workspace

Section 6, 7 and 8 is dependent on the main manu. In this example (the Apps workspace, submenu UI), we have the following sections

6\) UI Components: List of all available UI building blocks

7\) Tree view: List of all views, dialogs and drawers, with a tree-view of the UI Components of each of them.

8\) UI Designer: This is where you design a view, dialog or drawer visually.&#x20;

### 9. Properties pane

A dedicated area containing the properties of the selected component, action node, or other customizable element. In the above example, we see the properties for the UI Component *Table*.


---

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