Managing your Backend with 'Referenced By'
Using the 'referenced by' feature
https://www.youtube.com/watch?v=8M3ZPWebC28While building your application in Xano, as your arsenal of tables, API endpoints, functions, addons, and background tasks grows, you can use Xano's Referenced By feature to quickly jump to related elements in your instance.
This is especially helpful when performing maintenance tasks like cleaning up unused functions. You can quickly see where that function is used before deleting.
Where can I use Referenced By?
Referenced By is available when working almost anywhere in Xano, including...
- Database tables
- API endpoints
- Functions
- Addons
Examples
Let's say that you are working inside of a database table, and you want to quickly see all of the function stacks that utilize that table's data. This will show API endpoints, functions, addons, and background tasks, which you can quickly navigate to from the modal.

Showing the location of Referenced By in a database table

Displaying all of the APIs that reference this table
Alternatively, you could be working inside of a custom function and want to quickly see every API endpoint that it is called by.

You can click the blue text to show the Referenced By modal for that function.

This is also available while working inside of the custom function.

A similar view is available inside of an Addon.
Last modified 9mo ago