> For the complete documentation index, see [llms.txt](https://readme.directual.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.directual.com/api-integrations/other-integrations/interface-builders/adalo.md).

# Adalo

### Step 1. Enable developer mode in Adalo

![](/files/ToUU3Xdd0wwTN8uPQCxn)

### Step 2. Create an app with External Users Base

![](/files/Qg0P6P0RUDJxLVib5fFS)

### Step 3. Set up Login

Use Directual [Authentication API](/api-integrations/authentication-api/login-password.md#authentication-using-login-password-pair). Get appID from section **API → API Keys**

![](/files/xr2zjz48rkurYK4Avsgv)

![](/files/AoxOOtkEqTXamWzAm0p3)

### Step 4. Add a structure and an API endpoint for Signing Up

New structure:

![](/files/QzmbqSAOaHZVokQc7gxM)

API-endpoint:

![](/files/075rZqnN3MM63MYZzqph)

Scenario for Signing Up:

![](/files/YgacE8WB6jGoSz8WD4MV)

In that scenario we need to check that there is no user with the given email, create it and return the response [synchronously](/scenarios/synchronic-scenarios-1.md).

### Step 5. Proceed with the Adalo wizard

![](/files/oToc1l1STifiVAuOL3n2)


---

# 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://readme.directual.com/api-integrations/other-integrations/interface-builders/adalo.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.
