# Counting Records with Xano

*Skill Level: Expert*

## Before You Begin

* Make sure to complete the [Working with Data](/integrations/xano-integration/working-with-data-types-in-adalo-and-xano.md) guide first.
* You must have a Team or Business Adalo plan to use this feature.

## Video

{% embed url="<https://www.youtube.com/watch?v=_NVnRPJ5V6A>" %}

## Learn More

* Keep in mind that whenever you make changes to fields in Xano, you must also [update the collections](https://help.adalo.com/integrations/xano-integration/pages/PBkDAREtzr7V8SQPDqu8#3.-re-syncing-a-collections-properties-with-its-xano-table) in Adalo.
* It can be very helpful to have some basic knowledge of data types and their definitions in terms of traditional coding. With Adalo and Xano, all properties/field types can be represented by [JSON data types](https://www.w3schools.com/js/js_json_datatypes.asp).

## Help

As with all integrations, Adalo is only able to provide support for the Adalo side of the integration. For assistance with your Xano account, dashboard, or implementation, please use the Xano [documentation](https://docs.xano.com/), Xano [community](https://community.xano.com/), [Xano University](https://www.youtube.com/nocodebackend), or contact [Xano Support](https://www.xano.com/contact/) directly.

If you need additional help with this article, you can always ask in our[ community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well! We also have a [Xano Course on the Adalo App Academy](https://appacademy.adalo.com/course/getting-started-with-xano) that you may find helpful!<br>

Do you have a tutorial or help doc request? [Let us know!](https://ideas.adalo.com/tutorial-requests)


---

# 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://help.adalo.com/integrations/xano-integration/counting-records-with-xano.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.
