# App Studio

### [**Designer**](/any2info-academy/no-code-platform/app-studio/designertools.md)

The app studio is characterized by "designer screens" where screens with specific components can be put together on a central canvas (worktop).

### [**Collections**](/any2info-academy/no-code-platform/startcollection.md)

Each application consists of a composition of specific screens ([**dashboards**](/any2info-academy/no-code-platform/app-studio/application-design/dashboard.md) and [**forms**](/any2info-academy/no-code-platform/app-studio/application-design/forms.md)) for navigation, visualization, data entry, specific functions and logic. Any2info calls this a collection.

### [**Logic - automation**](/any2info-academy/no-code-platform/app-studio/app-logic.md)

The applications, screens and components can be provided with actions, (calculation) rules, formulas, parameters and filter functions with which the desired logic can be tailored (visually).

### [**Navigation**](/any2info-academy/no-code-platform/app-studio/navigation.md)

Navigation and user functions can be set up on the platform with standard components. The applications (desktop and app) have a standard menu structure in the left sidebar and a variable menu structure that can be put together with buttons and actions. In addition, overviews can be customized and the screens have adjustable buttons for adding, saving, sorting and filtering.

### [**Data**](/any2info-academy/no-code-platform/app-studio/data.md)

The applications have access to (master) data from external data sources (**import data**). In addition, **entered data** can also be written to external data sources (**export data**) again by using a [**data hub**](/any2info-academy/no-code-platform/data-studio/data-hubs.md).&#x20;

Any2info uses **a so-called** [**dataclip**](/any2info-academy/no-code-platform/data-studio/data-clips.md) **as a tool to be able to use datasets in its applications**.

####


---

# 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://academy.any2info.com/any2info-academy/no-code-platform/app-studio.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.
