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