
## Support and technical help

URL: https://docs.atlan.com/faq/support-and-technical-help

> Complete guide to getting support, understanding API limits, and accessing technical assistance for Atlan.

Complete guide to getting support, understanding API limits, and accessing technical assistance for Atlan.

### What's the availability of support?

Atlan support provides full coverage during business hours across most time zones. See also [Customer support](https://docs.atlan.com/llms/platform/support/customer-support/llms.txt).

### Is there a limit on the number of API requests that can be performed?

Most automated operations that need to process many records follow one of these patterns:

- [Search-based extract](https://docs.atlan.com/llms/platform/python/find-assets/llms.txt)
- [End-to-end bulk update](https://docs.atlan.com/llms/platform/python/update-assets-end-to-end/llms.txt)

These patterns minimise the total number of API calls because each request extracts or updates many records, so you're unlikely to hit rate limits.

If you make raw API requests directly, different endpoints have different limits. As a rule of thumb, assume **about 1,000 requests per minute per host** (your Atlan domain). Whenever possible, adopt the patterns mentioned earlier to avoid these limits.

### What's the recommended path for pagination of asset searches with scroll API?

Refer to [Paging search results](https://docs.atlan.com/llms/platform/python/paging/llms.txt) in the developer documentation for the recommended scroll API implementation.

### Is Atlan compatible with data quality tools?

Yes. Atlan integrates with several data-quality and observability platforms:

- Native integrations such as [Monte Carlo](https://docs.atlan.com/llms/connectors/monte-carlo/set-up-monte-carlo/llms.txt), [Soda](https://docs.atlan.com/llms/connectors/soda/set-up-soda/llms.txt), and [Anomalo](https://docs.atlan.com/llms/connectors/anomalo/set-up-anomalo/llms.txt)
- Ability to surface quality scores and alerts in asset profiles
- REST APIs to ingest additional quality metadata from any tool you choose

For the latest list, see [supported sources](https://docs.atlan.com/llms/catalog/connector-capabilities/supported-sources/llms.txt).

---
