# Creating users via Whalesync

<figure><img src="/files/78YNlDW3OQrjtOVutC4r" alt=""><figcaption></figcaption></figure>

#### About creating users

Whalesync supports syncing with memberships apps like Memberstack and Webflow Memberships. When syncing with these apps we allow you to create users.

For example, you can add a new user in Airtable and have that create a new member in Memberstack (:tada:).

#### "Write-once" fields

<figure><img src="/files/hjIWq2EBWsZE7ZCFQKkI" alt=""><figcaption></figcaption></figure>

* The email field for membership apps like Memberstack is what's called a "write-once" field.
* You can create new emails from both connected apps (e.g. Memberstack or Airtable)
* But once an email has been created, it cannot be updated

If you try to update a "write-once" field, you'll get an issue like this:

*"Please set the email address back from <john2@gmail.com> to <john@gmail.com>"*

#### Record sync delay

Write-once fields can normally cause issues if synced with an app like Airtable since Airtable saves every keystroke. The result can be sending a partial email to Memberstack (e.g. "john\@gmai".)

To avoid this issue, we default to a record sync delay of 30 seconds for these types of tables. See the record sync delay page for more details:

{% content-ref url="<https://github.com/whalesync/docs/blob/main/features/additional-features/broken-reference/README.md>" %}
<https://github.com/whalesync/docs/blob/main/features/additional-features/broken-reference/README.md>
{% endcontent-ref %}


---

# 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/features/additional-features/creating-users-via-whalesync.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.
