# Features

- [Two-way sync](https://docs.stacksync.com/two-way-sync/features/two-way-sync.md): Stacksync lets you sync your apps in real time and two-way! Really! 🥳✨
- [Event triggers](https://docs.stacksync.com/two-way-sync/features/event-triggers.md): Trigger some Webhook call or Database queries when some data events happen in your sync (e.g. a contact is created in your CRM).
- [Webhook (HTTP call)](https://docs.stacksync.com/two-way-sync/features/event-triggers/webhook-http-call.md): Make an HTTP call to any API endpoint when some data events (e.g. a record is updated).
- [Database Query](https://docs.stacksync.com/two-way-sync/features/event-triggers/database-query.md): Execute a query in any database/data warehouse when some data events occur (e.g. a record is updated).
- [Manual Sync Configuration Update](https://docs.stacksync.com/two-way-sync/features/update-sync-configuration.md): As your business evolves, your data evolves too. Stacksync lets you update your sync configuration (change table and column names, add/remove columns in sync, change datatypes).
- [Automatic Sync Configuration Update](https://docs.stacksync.com/two-way-sync/features/automatic-sync-configuration-update.md)
- [Associations support](https://docs.stacksync.com/two-way-sync/features/associations-support.md)
- [Manage workspace users](https://docs.stacksync.com/two-way-sync/features/manage-workspace-users.md): Invite users to collaborate in a workspace with Role-Based Access Control (RBAC)
- [Manage API rate limits](https://docs.stacksync.com/two-way-sync/features/manage-api-rate-limits.md): Manage API rate limits for each of your Apps
- [Delete Record Protection](https://docs.stacksync.com/two-way-sync/features/delete-record-protection.md)
- [Issues dashboard](https://docs.stacksync.com/two-way-sync/features/issues-dashboard.md): The issues dashboard helps you identify and fix all syncing issues potentially affecting your syncs. Your pipelines will never incur silent failures again.
- [Custom sync frequencies](https://docs.stacksync.com/two-way-sync/features/custom-sync-frequencies.md): Set your own data sync frequencies to match your workflow and system needs. Customize how often your data updates to stay current without unnecessary load.
- [Other features](https://docs.stacksync.com/two-way-sync/features/other-features.md): Workspace security and other features that offer additional insights on your systems and architecture.
- [Sync statistics](https://docs.stacksync.com/two-way-sync/features/other-features/sync-statistics.md): Know how your syncs are running in real time.
- [Monitoring](https://docs.stacksync.com/two-way-sync/features/other-features/monitoring.md): Stacksync offers a Monitoring dashboard where you can track and understand exactly your data flows and sync operations.
- [Security](https://docs.stacksync.com/two-way-sync/features/security.md): Security features available for Stacksync workspaces including MFA, SSO, SCIM, and SAML authentication.
- [SSO & SCIM](https://docs.stacksync.com/two-way-sync/features/security/sso-and-scim.md): Manage user logins in your workspace using single sign on with supported identity providers.
- [Azure Entra ID](https://docs.stacksync.com/two-way-sync/features/security/sso-and-scim/azure-entra-id.md)
- [OKTA](https://docs.stacksync.com/two-way-sync/features/security/sso-and-scim/okta.md): SSO and SCIM for OKTA
- [OKTA Stacksync](https://docs.stacksync.com/two-way-sync/features/security/sso-and-scim/okta-stacksync.md): SCIM setup instructions
- [SCIM](https://docs.stacksync.com/two-way-sync/features/security/scim.md): SCIM integration for Stacksync workspaces to manage user access and identity provisioning.
- [Azure Entra ID](https://docs.stacksync.com/two-way-sync/features/security/scim/azure-entra-id.md): SCIM for Azure Entra ID
- [OKTA](https://docs.stacksync.com/two-way-sync/features/security/scim/okta.md): SCIM for OKTA
- [MFA](https://docs.stacksync.com/two-way-sync/features/security/mfa.md): Multi factor authentication required for every workspace user to strengthen account and login security.


---

# 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.stacksync.com/two-way-sync/features.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.
