> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/additional-resources/adalo-app-academy/design.md).

# Design

### Create Intuitive Digital Experiences – Intro to Object-Oriented UX in Adalo

{% tabs %}
{% tab title="Course Details" %}
<https://appacademy.adalo.com/course/ooux-adalo>

OOUX is a secret weapon for breaking down complexity. It is a philosophy for designing digital systems that respects the fact that people think in objects.
{% endtab %}
{% endtabs %}

### Fundamentals of Design In Adalo

{% tabs %}
{% tab title="Course Details" %}
<https://appacademy.adalo.com/course/fundamentals-of-design>

Seamlessly designed apps help make amazing experiences. With the help of Kelcy Vermaak, learn design basics from within the Adalo Builder.
{% endtab %}
{% endtabs %}

### Design Systems For No-Code

{% tabs %}
{% tab title="Course Details" %}
<https://appacademy.adalo.com/course/design-systems-for-no-code>

Master a collection of principles and design insights that you can put into practice throughout your organization's design needs.
{% endtab %}
{% endtabs %}

### Intro to Wireframing

{% tabs %}
{% tab title="Course Details" %}
<https://appacademy.adalo.com/course/fundamentals-of-wireframing-with-balsamiq>

Great user interfaces & experiences start with wireframing. Learn this new skill to take your app development to the next level.
{% endtab %}
{% endtabs %}

### Fiverr x Adalo Logo Maker

{% tabs %}
{% tab title="Course Details" %}
<https://appacademy.adalo.com/course/fiverr-logo-maker>

It happens to everyone: you have an idea for an app but haven't thought about branding. With the built-into-Adalo logo-maker by Fiverr you have a done-for-you logo in five minutes.
{% endtab %}
{% endtabs %}


---

# 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://help.adalo.com/additional-resources/adalo-app-academy/design.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.
