> 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/integrations/xano-integration.md).

# Xano Integration

<div align="left"><figure><img src="/files/ZuOfoVaoesaM3r5O3eA4" alt=""><figcaption></figcaption></figure></div>

## Before You Begin

* Ensure you have good knowledge of Adalo's [Database](/database.md), [Actions](/actions.md), and [Components](/component-basics/component-basics.md) before attempting this integration.
* You will need to be on the Team or Business Adalo plan in order to integrate Xano with Adalo.

{% hint style="info" %}
**NOTE:** The Adalo docs are a great starting point for integrating Xano into your apps, but they are not exhaustive of the many ways you can build with Xano. After following these guides, we definitely recommend checking out the [Xano Docs](https://docs.xano.com/) and the [Xano Community](https://community.xano.com/) for help building more complex apps!
{% endhint %}

{% content-ref url="/pages/JQSYnU0SG8ee16owcrNp" %}
[Setup Your Xano Workspace](/integrations/xano-integration/setup-your-xano-workspace.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/bCW7sn33ZpE0IWkR7vK7" %}
[Connect Xano with Private Swagger](/integrations/xano-integration/connect-xano-with-private-swagger.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ptip5W0tUvn15BQGx1JB" %}
[Connect Xano to an Adalo App](/integrations/xano-integration/connect-xano-to-an-adalo-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/NCemnZWYFZyEtUUjwrWm" %}
[User Signup, Login, Authentication](/integrations/xano-integration/user-signup-login-authentication.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/1Zvg9voMjJJK9JV6S7y8" %}
[Google Sign In with Xano Database](/integrations/xano-integration/google-sign-in-with-xano-database.md)
{% endcontent-ref %}

{% content-ref url="/pages/PBkDAREtzr7V8SQPDqu8" %}
[Other Collections](/integrations/xano-integration/other-collections.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/OipYXJ6i2Ns5Cz0nYeM3" %}
[Using Custom Endpoints in Adalo](/integrations/xano-integration/using-custom-endpoints-in-adalo.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/K6kiGLFklikt56Dp96CU" %}
[Working with Data Types in Adalo and Xano](/integrations/xano-integration/working-with-data-types-in-adalo-and-xano.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/eBuHygszVtvUsNKj6aRc" %}
[Counting Records with Xano](/integrations/xano-integration/counting-records-with-xano.md)
{% endcontent-ref %}

{% content-ref url="/pages/IANSO59qNezn0TFGqEon" %}
[Lists and Pagination](/integrations/xano-integration/lists-and-pagination.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/qeCtqDPjnlHfVmO8ijOJ" %}
[Xano Response](/integrations/xano-integration/xano-response.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZFctJTxymu4Sf2PmO4Er" %}
[Xano Tips and Tricks](/integrations/xano-integration/xano-tips-and-tricks.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/43dsMy9J4cfijdh9hBIY" %}
[Troubleshooting Xano](/integrations/xano-integration/troubleshooting-xano.md)
{% endcontent-ref %}


---

# 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/integrations/xano-integration.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.
