# Adiom | Documentation

## Adiom Documentation

- [Adiom](https://docs.adiom.io/readme.md)
- [Quickstart](https://docs.adiom.io/getting-started/quickstart.md): Learn how to set up dsync and move terabytes of data in just a few steps!
- [From Cosmos DB to MongoDB](https://docs.adiom.io/getting-started/quickstart/from-cosmos-db-to-mongodb.md): Follow these simple instructions to get dsync up and running and perform a migration from our Cosmos DB demo instance to your MongoDB destination.
- [From DynamoDB to MongoDB](https://docs.adiom.io/getting-started/quickstart/dynamo-mongo.md): Near-zero downtime migration from DynamoDB to MongoDB with dsync
- [From self-managed MongoDB to Azure DocumentDB](https://docs.adiom.io/getting-started/quickstart/from-mongodb-to-cosmos-db.md): Follow these simple instructions to get dsync up and running and perform a migration from your self-managed MongoDB to an Azure DocumentDB or Cosmos DB destination.
- [From DynamoDB to Cosmos DB NoSQL](https://docs.adiom.io/getting-started/quickstart/dynamo-cosmos.md): Near-zero downtime migration from DynamoDB to Cosmos DB NoSQL with dsync
- [From Cosmos DB to /dev/null](https://docs.adiom.io/getting-started/quickstart/from-cosmos-db-to-dev-null.md)
- [From Cosmos DB NoSQL to MongoDB API](https://docs.adiom.io/getting-started/quickstart/from-cosmos-db-nosql-to-mongodb-api.md): Near-zero downtime migration from Cosmos DB NoSQL to MongoDB API
- [What is supported](https://docs.adiom.io/getting-started/what-is-supported.md): Here's a list of our currently supported connectors. We aim to expand to other database types, bidirectional communication and complex flows soon!
- [Compare to other tools](https://docs.adiom.io/getting-started/compare-to-other-tools.md): Evaluate Dsync and alternative solutions for data migration and replication
- [Step By Step](https://docs.adiom.io/data-migration/step-by-step.md): This is a high-level overview of the steps necessary to migrate your database with dsync while minimizing downtime.
- [Best Practices](https://docs.adiom.io/data-migration/best-practices.md): Here you will find our technical and procedural recommendations for a successful migration, based on our collective experiences.
- [Troubleshooting](https://docs.adiom.io/data-migration/troubleshooting.md): Information on various error messages and general troubleshooting
- [Scalable Deployment](https://docs.adiom.io/enterprise/scalable-deployment.md)
- [Running Dsynct](https://docs.adiom.io/enterprise/running-dsynct.md): Learn about how to run the Enterprise version of Dsync
- [Instructions](https://docs.adiom.io/enterprise/running-dsynct/running-dsynct.md): Learn how to run Enterprise Dsynct with Docker containers
- [DynamoDB to Cosmos DB NoSQL](https://docs.adiom.io/enterprise/running-dsynct/dynamodb-to-cosmos-db-nosql.md): Steps for executing a live production migration from DynamoDB to Cosmos DB NoSQL using Dsynct.
- [Cosmos DB NoSQL to MongoDB](https://docs.adiom.io/enterprise/running-dsynct/cosmos-db-nosql-to-mongo.md): Steps for executing a live production migration from Cosmos DB NoSQL to MongoDB using Dsynct.
- [Data Transformations](https://docs.adiom.io/enterprise/running-dsynct/data-transformations.md)
- [Transform Data Types](https://docs.adiom.io/enterprise/running-dsynct/data-types.md)
- [CEL Reference](https://docs.adiom.io/enterprise/running-dsynct/cel-reference.md)
- [Verification](https://docs.adiom.io/enterprise/running-dsynct/verification.md)
- [Web-API](https://docs.adiom.io/enterprise/running-dsynct/web-api.md)
- [Observability](https://docs.adiom.io/enterprise/running-dsynct/observability.md)
- [Azure Marketplace](https://docs.adiom.io/enterprise/running-dsynct/azure-marketplace.md): Deploy dsynct on AKS via the Azure Marketplace offering.
- [Deploy](https://docs.adiom.io/basics/deploy.md)
- [Security](https://docs.adiom.io/basics/security.md)
- [Features](https://docs.adiom.io/basics/features.md): Here are some features of dsync that make our tools unique— safer, faster, and cheaper.
- [How it works](https://docs.adiom.io/basics/how-it-works.md)
- [Overview](https://docs.adiom.io/basics/how-it-works/overview.md): Learn about dsync internals on a high-level
- [Sync](https://docs.adiom.io/basics/how-it-works/sync.md): A look behind what goes on during the sync process:
- [Glossary](https://docs.adiom.io/basics/how-it-works/glossary.md): Commonly used glossary terms and definitions
- [Limitations](https://docs.adiom.io/basics/limitations.md): These are current limitations of dsync— take note that these areas may require manual intervention or special consideration during your migration process.
- [FAQs](https://docs.adiom.io/basics/faq.md)
- [Connectors](https://docs.adiom.io/reference/connectors.md)
- [Cosmos DB NoSQL](https://docs.adiom.io/reference/connectors/cosmos-db-nosql.md)
- [MongoDB](https://docs.adiom.io/reference/connectors/mongodb.md)
- [SQL Batch](https://docs.adiom.io/reference/connectors/sql-batch.md)
- [Architecture](https://docs.adiom.io/implementation-details/architecture.md): Learn more about how it works
- [Verification](https://docs.adiom.io/implementation-details/verification.md)
- [Resumability](https://docs.adiom.io/implementation-details/resumability.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.adiom.io/readme.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.
