# Data Sources

- [Intro to Data & Tables](https://guides.noloco.io/data/data-overview.md): Data is the foundation on which your Noloco app is built.
- [What are Tables?](https://guides.noloco.io/data/data-overview/what-are-tables.md)
- [Database Examples for Beginners](https://guides.noloco.io/data/data-overview/database-examples-for-beginners.md)
- [Setting a Table's Primary Field](https://guides.noloco.io/data/data-overview/setting-a-collections-primary-field.md): Learn how to control what field you see in your app when a record is linked to another record
- [Syncing](https://guides.noloco.io/data/data-overview/syncing.md): Syncing data from external data sources to your custom Noloco applications
- [Noloco Tables](https://guides.noloco.io/data/collections.md): A table contains a list of items of the same type, like users, companies or tasks. Your portal will come with several tables by default, such as Users and Companies.
- [Field Types](https://guides.noloco.io/data/collections/field-types.md): Understand the different field types that are supported on Noloco tables, or any external data source
- [Text Fields](https://guides.noloco.io/data/collections/field-types/text.md): Learn about Text fields in Noloco tables
- [Date Fields](https://guides.noloco.io/data/collections/field-types/date.md): Learn about Date fields in Noloco tables
- [Number (Integer) Fields](https://guides.noloco.io/data/collections/field-types/number-integer.md): Learn about Integer Number fields in Noloco tables
- [Number (Decimal) Fields](https://guides.noloco.io/data/collections/field-types/number-decimal.md): Learn about Decimal Number fields in Noloco tables
- [Boolean (Yes/No) Fields](https://guides.noloco.io/data/collections/field-types/boolean.md): Learn about Boolean (Yes/No) fields in Noloco tables
- [Single Option Select](https://guides.noloco.io/data/collections/field-types/single-option-select.md): Learn about Single Option Select fields in Noloco tables
- [Multiple Option Select](https://guides.noloco.io/data/collections/field-types/multiple-option-select.md): Learn about Multiple Option Select fields in Noloco tables
- [Duration Fields](https://guides.noloco.io/data/collections/field-types/duration.md): Learn about Duration fields in Noloco tables
- [Street Address Fields](https://guides.noloco.io/data/collections/field-types/street-address.md): Learn about Street Address fields in Noloco tables
- [Map Coordinates](https://guides.noloco.io/data/collections/field-types/map-coordinates.md): Learn about Map Coordinates fields in Noloco tables
- [Date Range Fields](https://guides.noloco.io/data/collections/field-types/date-range.md): Learn about Date Range fields in Noloco tables
- [Full Name Fields](https://guides.noloco.io/data/collections/field-types/full-name.md): Learn about Full Name fields in Noloco tables
- [Phone Number Fields](https://guides.noloco.io/data/collections/field-types/phone-number.md): Learn about Phone Number fields in Noloco tables
- [File/Upload Fields](https://guides.noloco.io/data/collections/field-types/file-upload.md): Learn about File/Upload fields in Noloco tables
- [Created By](https://guides.noloco.io/data/collections/field-types/created-by.md): Learn about the Created By field in Noloco tables
- [Last Updated By](https://guides.noloco.io/data/collections/field-types/last-updated-by.md): Learn about the Last Updated By field in Noloco tables
- [Assignee](https://guides.noloco.io/data/collections/field-types/assignee.md): Learn about the Assignee field in Noloco tables
- [Relationships](https://guides.noloco.io/data/collections/relationships.md): Learn more about how relationship lets you link one record to another
- [Automatic Links](https://guides.noloco.io/data/collections/automatic-links.md): Learn how to add an automatic link to any non-Noloco data source
- [Rollup Fields](https://guides.noloco.io/data/collections/rollups.md): Learn more about Rollups
- [Lookup Fields](https://guides.noloco.io/data/collections/lookup-fields.md): Lookups in Noloco allow you to fetch and display related information from other data tables, enhancing your data relationships and insights without duplicating data.
- [Formulas](https://guides.noloco.io/data/collections/formulas.md): Learn more about Formulas
- [Noloco AI](https://guides.noloco.io/data/collections/noloco-ai.md): AI-powered columns that bring intelligence to your tables by using AI to perform tasks like classification, summarization, sentiment analysis, grammar correction and more
- [Import a file](https://guides.noloco.io/data/collections/import-a-file.md): Create a Noloco table from a file
- [Airtable](https://guides.noloco.io/data/airtable.md): Learn how to build an app in Noloco around your Airtable base
- [Google Sheets](https://guides.noloco.io/data/google-sheets.md): Learn how to plug your Google Sheets into your Noloco app
- [SmartSuite](https://guides.noloco.io/data/smartsuite.md): Learn how to build an app in Noloco around your SmartSuite solution
- [MySQL](https://guides.noloco.io/data/mysql.md): Learn how to build an app in Noloco around your MySQL database
- [PostgreSQL](https://guides.noloco.io/data/postgresql.md): Learn how to build an app in Noloco around your PostgreSQL database
- [Supabase](https://guides.noloco.io/data/supabase.md): Learn how to build an app in Noloco around your Supabase database that runs PostgreSQL under the hood.
- [REST APIs](https://guides.noloco.io/data/rest-apis.md): Connect any REST API to Noloco as a read-only table
- [HubSpot](https://guides.noloco.io/data/hubspot.md): Learn how to build customer portals, internal tools and partner apps from your HubSpot CRM
- [Stripe](https://guides.noloco.io/data/stripe.md): Seamlessly bring your Stripe data—like Customers, Invoices, Subscriptions, Products, and Prices—into your Noloco app.
- [Xano](https://guides.noloco.io/data/xano.md): Learn how to build an app in Noloco around your Xano api


---

# 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://guides.noloco.io/data.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.
