# Appfarm Fundamentals

This is the entry-level Learning Path to Appfarm Create. You will learn to master the basics of Appfarm, in order to create your first App, or participate in an ongoing Appfarm project.

Appfarm Fundamentals contains the following **Modules**. Each module finishes with a short multiple-choice quiz so you can test your knowledge.

### Intro Course

This Module contains a series of videos as a basis for the Appfarm Fundamentals Intro Course. The series of videos has 2 parts: Part 1 is the General Introduction to Appfarm Create, and Part 2 is a practical walkthrough of several use cases.

{% content-ref url="/pages/-MiRJNgSltJwCW0zr9Oj" %}
[Intro Course](/appcademy/appfarm-fundamentals/intro-course.md)
{% endcontent-ref %}

### User Interface Fundamentals

This Module covers some important features and UI Components frequently used in Appfarm Apps.

{% content-ref url="/pages/Jdyy4RA3SGyPZYtVvH03" %}
[User Interface Fundamentals](/appcademy/appfarm-fundamentals/user-interface-fundamentals.md)
{% endcontent-ref %}

### App Data Fundamentals

This Module covers some important features of Data Sources and other App Data.

{% content-ref url="/pages/bv9DFfNGNKaz5c5TbCGS" %}
[App Data Fundamentals](/appcademy/appfarm-fundamentals/app-data-fundamentals.md)
{% endcontent-ref %}

### Actions and Logic Fundamentals

This Module covers some important features of Action and Logic.

{% content-ref url="/pages/q0qVnuC6Dh675sD1xu5j" %}
[Actions & Logic Fundamentals](/appcademy/appfarm-fundamentals/actions-and-logic-fundamentals.md)
{% endcontent-ref %}

### Services Fundamentals

This Module covers the basic concepts of Services and Schedules.

{% content-ref url="/pages/2PJTE9HrSRm2FxS4RLKQ" %}
[Services Fundamentals](/appcademy/appfarm-fundamentals/services-fundamentals.md)
{% endcontent-ref %}

### Integration Fundamentals

This Module covers the basic use cases for integrating with external systems.

{% content-ref url="/pages/Pz7JKPPSiOWQQbd43SgP" %}
[Integration Fundamentals](/appcademy/appfarm-fundamentals/integration-fundamentals.md)
{% endcontent-ref %}

### User handling and permissions

This Module covers user management within Appfarm Create and apps, as well as the configuration of roles and permissions.

{% content-ref url="/pages/Ko9OwkQOuMlLYhw2bMtW" %}
[User handling and permissions](/appcademy/appfarm-fundamentals/user-handling-and-permissions.md)
{% endcontent-ref %}


---

# 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/appcademy/appfarm-fundamentals.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.
