# How to get record IDs

### Airtable

1. Add a Formula field using the formula: `RECORD_ID()`
2. View the IDs in the newly created field

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FlpMfo5U8GGeALGDafGn4%2FFormula%20Field.png?alt=media&#x26;token=ba0a2038-992c-4483-bbba-c729d2b6a3bb" alt=""><figcaption></figcaption></figure>

### Webflow

1. Open up an item in the CMS
2. Scroll to the bottom of the item
3. Copy the ID

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2Fgl3wXXJ8OciHKVpziMkI%2FWebflow%20Item%20ID.png?alt=media&#x26;token=c16e50d3-3b43-4c3e-a201-e1c6b0a4fd5d" alt=""><figcaption></figcaption></figure>

### Postgres

1. Whalesync requires a generated ID to sync with Postgres
2. This generated ID is your record ID

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FJO9KPyrziVAAtAeMTtpQ%2FSupabase%20ID.png?alt=media&#x26;token=7b68ce0d-e3d4-48ab-b11a-872d33a611a4" alt=""><figcaption></figcaption></figure>

### Notion

1. Add a Formula field using the formula: `ID()`
2. View the IDs in the newly created field

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FX73C0eRlsUDknJqFIqfq%2FNotion%20Record%20ID.png?alt=media&#x26;token=19d3fe0c-760f-490e-82c5-70438487ba5c" alt=""><figcaption></figcaption></figure>

### Bubble

* Bubble does not expose record ID in their data viewer


---

# 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://docs.whalesync.com/resources/support/how-to-get-record-ids.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.
