# Digibee Documentation

## Home

- [Welcome to Digibee Documentation](https://docs.digibee.com/documentation/welcome-to-digibee-documentation.md): Here you’ll find clear explanations, practical guides, and detailed references to help you confidently build, manage, and evolve your integrations on the Digibee Integration Platform.

## Use Cases

- [Use Cases](https://docs.digibee.com/documentation/resources/resources.md): This section brings together additional resources to help you deepen your use of the platform, including recommended best practices and real-world use cases.
- [Create your first AI Agent for sentiment analysis](https://docs.digibee.com/documentation/resources/quickstarts/create-your-first-ai-agent.md): Get started with AI on Digibee by building your first Agent in just four steps.
- [Turn AI responses into a structured JSON output](https://docs.digibee.com/documentation/resources/quickstarts/turn-ai-into-structured-output.md): Learn how to transform AI responses into a structured JSON output on Digibee, making your Agent’s results predictable and ready for deterministic integration flows.
- [Use an MCP Server tool to connect agents to external systems](https://docs.digibee.com/documentation/resources/quickstarts/connect-agents-to-external-systems.md): Create an AI agent that consumes external knowledge from an MCP Server and converts it into reliable, structured documentation outputs.
- [Build your first AI testing workflow with Datasets, Evaluations, and Versioning](https://docs.digibee.com/documentation/resources/quickstarts/first-ai-testing-workflow.md): Build a working AI testing workflow that validates structured JSON outputs across multiple input variations.
- [Build secure and controlled AI Agents with Guardrails](https://docs.digibee.com/documentation/resources/quickstarts/agent-guardrails.md): Ensure data privacy safety by masking sensitive information and enforcing strict response rules.
- [Automate AI task validation with a quality gate](https://docs.digibee.com/documentation/resources/quickstarts/automate-ai-task-validation-with-a-quality-gate.md): Learn how to build an agent that checks a list of tasks and decides if they meet the expected criteria.
- [Optimize the AI auditor with semantic intelligence](https://docs.digibee.com/documentation/resources/quickstarts/optimize-the-ai-auditor-with-semantic-intelligence.md): Learn how to use Versioning to improve your evaluator agent, moving from rigid to semantic validation and comparing results with the same Dataset.
- [Expense report validation with AI using structured outputs and business rules](https://docs.digibee.com/documentation/resources/ai-practical-examples/expense-report-validation-with-ai.md): Learn how to use AI to transform unstructured documents into reliable, structured data and apply business rules to automate expense report validation and approval at scale.
- [Insurance claim analysis with AI using a multi-agent architecture](https://docs.digibee.com/documentation/resources/ai-practical-examples/insurance-claim-analysis-with-ai.md): Learn how to build a multi-agent AI workflow for insurance claim analysis.
- [How to use the Agent Component in real scenarios](https://docs.digibee.com/documentation/resources/ai-practical-examples/how-to-agent-component.md): Learn more about how to use the Agent Component in real scenarios, with examples that show when to apply each configuration and what results to expect.
- [How to apply JOLT for JSON transformations](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt.md): Learn how JOLT works as a tool for transforming JSON data and how to use it on the Digibee Integration Platform.
- [Building basic JOLT transformations](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/basic-operations.md): Learn how each basic JOLT transformation (shift, default, remove, and sort) works.
- [Understanding JOLT operators (wildcards)](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/operators.md): Learn how wildcards help you build dynamic, concise, and adaptable JOLT transformation rules.
- [Building advanced JOLT transformations](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/advanced-operations.md): Learn how advanced JOLT transformations (cardinality, modify-overwrite-beta, modify-default-beta) work.
- [Applying JOLT to practical use cases](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/use-cases.md): Learn how to turn JOLT operations into practical solutions.
- [How to integrate Distribution Centers using Multi-Instance](https://docs.digibee.com/documentation/resources/use-cases/how-to-multi-instance.md): Learn how Multi-Instance enables a single pipeline to process messages from multiple Distribution Centers with independent queue configurations.
- [Improving integration performance with API pagination](https://docs.digibee.com/documentation/resources/use-cases/integration-performance-api-pagination.md)
- [Automating file storage with Digibee](https://docs.digibee.com/documentation/resources/use-cases/automating-file-storage-with-digibee.md)
- [Reprocessing strategy in event-driven integrations](https://docs.digibee.com/documentation/resources/use-cases/reprocessing-strategy-in-event-driven-integrations.md)
- [Key practices for securing sensitive information in pipelines with Digibee](https://docs.digibee.com/documentation/resources/use-cases/key-practices-for-securing-sensitive-information.md)
- [OAuth2 for secure API access](https://docs.digibee.com/documentation/resources/use-cases/oauth2-for-secure-api-access.md)
- [Secure your APIs with JWT in Digibee](https://docs.digibee.com/documentation/resources/use-cases/apis-digibee-jwt.md)
- [Integration best practices for developers on the Digibee Integration Platform](https://docs.digibee.com/documentation/resources/use-cases/integration-best-practices-developers.md)
- [How to use Event-driven architecture on the Digibee Integration Platform](https://docs.digibee.com/documentation/resources/use-cases/how-to-use-event-driven-architecture-on-the-digibee-integration-platform.md)
- [Dynamic file download with Digibee](https://docs.digibee.com/documentation/resources/use-cases/dynamic-file-download-with-digibee.md)
- [Microservices: Circuit Breaker pattern for improving resilience](https://docs.digibee.com/documentation/resources/use-cases/microservices-circuit-breaker.md)
- [Error handling strategy in event-driven integrations](https://docs.digibee.com/documentation/resources/use-cases/error-handling-strategy-in-event-driven-integrations.md)
- [Best practices for building a pipeline](https://docs.digibee.com/documentation/resources/best-practices/building-a-pipeline.md): Follow these best practices to ensure your pipelines are secure, efficient, and well-structured.
- [Avoiding loops and maximizing pipeline efficiency](https://docs.digibee.com/documentation/resources/best-practices/avoiding-loops-and-maximizing-pipeline-efficiency.md): Learn how controlling event and message jumps across pipelines ensures efficiency and prevents performance-impacting loops.
- [Best practices on validating messages in a consumer pipeline](https://docs.digibee.com/documentation/resources/best-practices/validating-messages-on-a-consumer.md): Learn the best practices for passing messages between processes and validating messages received by a consumer.
- [Best practices for error handling in pipelines](https://docs.digibee.com/documentation/resources/best-practices/best-practices-for-error-handling-in-pipelines.md): Learn how to implement efficient error handling in your pipeline and improve the reliability of your integrations.
- [JOLT and Double Braces on Digibee: Choosing the right method for data transformation](https://docs.digibee.com/documentation/resources/best-practices/jolt-or-double-braces.md)
- [Notification model in event-driven integrations](https://docs.digibee.com/documentation/resources/best-practices/notification-model-in-event-driven-integrations.md): Learn how to design a notification strategy for Event-Driven architectures.
- [OAuth2 integration model with Digibee](https://docs.digibee.com/documentation/resources/best-practices/oauth2-integration-model-with-digibee.md): Learn how to implement an OAuth2-based integration model to securely and efficiently authenticate and authorize connections.
- [Using JSONPath to validate numbers with specific initial digits](https://docs.digibee.com/documentation/resources/best-practices/validation-json.md): Learn how to use JSONPath expressions to filter and validate numbers based on their starting digits.
- [How to run a load test in Digibee](https://docs.digibee.com/documentation/resources/best-practices/load-test.md): Learn how to plan, execute, and analyze load tests on the Digibee Integration Platform, ensuring pipeline performance and stability.
- [Pagination tutorial](https://docs.digibee.com/documentation/resources/best-practices/pagination-tutorial.md): Processing large amounts of data at once can lead to errors. Learn how pagination lets users split data querying processes and retrieve a limited number of records.
- [Pagination tutorial - part 1](https://docs.digibee.com/documentation/resources/best-practices/pagination-tutorial/pagination-tutorial-part-1.md): Digibee provides a complete tutorial on how to set up Paginations on the Digibee iPaaS. Check out the first page of our tutorial here.
- [Pagination tutorial - part 2](https://docs.digibee.com/documentation/resources/best-practices/pagination-tutorial/pagination-tutorial-part-2.md): Digibee provides a complete tutorial on how to set up Paginations on the Digibee iPaaS. Check out the second page of our tutorial here.
- [Pagination tutorial - part 3](https://docs.digibee.com/documentation/resources/best-practices/pagination-tutorial/pagination-tutorial-part-3.md): Digibee provides a complete tutorial on how to set up Paginations on the Digibee iPaaS. Check out the third page of our tutorial here.
- [Pagination tutorial - part 4](https://docs.digibee.com/documentation/resources/best-practices/pagination-tutorial/pagination-tutorial-part-4.md): Digibee provides a complete tutorial on how to set up Paginations on the Digibee iPaaS. Check out the fourth and final page of our tutorial here.
- [Pagination example](https://docs.digibee.com/documentation/resources/best-practices/pagination-example.md): Learn more about Pagination and see examples of how to implement paginated queries in the pipeline.
- [Event-driven architecture](https://docs.digibee.com/documentation/resources/best-practices/event-oriented-architecture.md): Learn about event-driven architecture, a model that the Digibee Integration Platform uses to divide a user's integration flow into many pipelines.
- [Highly scalable ETL model for Digibee](https://docs.digibee.com/documentation/resources/best-practices/highly-scalable-etl-model-for-digibee.md): Learn how to design a scalable ETL process using event-based pipelines.
- [Naming: Global, Accounts, and API Keys](https://docs.digibee.com/documentation/resources/best-practices/naming-global-accounts-and-api-keys.md)
- [Centralized reprocessing engine model on Digibee](https://docs.digibee.com/documentation/resources/best-practices/centralized-reprocessing-engine-model-on-digibee.md): Scalable and simplified message reprocessing model on Digibee Integration Platform.

## Troubleshooting

- [Troubleshooting](https://docs.digibee.com/documentation/troubleshooting/troubleshooting.md): Find quick solutions for unexpected behaviors, common error messages, and frequently asked questions. This section helps you identify issues and get back on track faster.
- [How to resolve common pipeline issues](https://docs.digibee.com/documentation/troubleshooting/common-issues/common-pipeline-issues.md): Learn how to identify and resolve common errors in your pipelines.
- [How to solve login problems on the Digibee Integration Platform](https://docs.digibee.com/documentation/troubleshooting/common-issues/login-problems.md): Learn more about what could be causing your login problem and how you can solve it on the Digibee Integration Platform.
- [How to clean the Digibee Integration Platform cache](https://docs.digibee.com/documentation/troubleshooting/common-issues/cache-cleaning.md): Learn how to clean the Digibee Integration Platform cache on Google Chrome and Firefox
- [How to receive updates from Digibee Status Page](https://docs.digibee.com/documentation/troubleshooting/common-issues/status-page-notifications.md): Learn how to receive information from the Digibee Integration Platform status page.
- [How to resolve the "Failed to initialize pool: ONS configuration failed" error](https://docs.digibee.com/documentation/troubleshooting/integration-issues/failed-to-initialize-pool.md): Learn how to fix the error that occurs when a Java application cannot connect to an Oracle database.
- [How to resolve the "Invalid payload" error in API Integration](https://docs.digibee.com/documentation/troubleshooting/integration-issues/invalid-payload.md): Learn how to resolve the Invalid payload error in API Integration.
- [How to analyze the "Network error: Failed to fetch" in the Execution panel](https://docs.digibee.com/documentation/troubleshooting/integration-issues/failed-to-fetch-error.md): Learn how to investigate the issue when fetch failures occur in the Execution panel.
- [Timeout in the Pipeline Executor connector](https://docs.digibee.com/documentation/troubleshooting/integration-issues/timeout-pipeline-executor.md): Learn how to avoid this error in synchronous requests.
- [Why JSONPath is not recognized and how to resolve it](https://docs.digibee.com/documentation/troubleshooting/integration-issues/jsonpath-not-recognized.md): Learn more about the difference between the JSONPath expressions used in connectors and in the Execution panel of the Digibee Integration Platform.
- [How to handle @@DGB\_TRUNCATED@@](https://docs.digibee.com/documentation/troubleshooting/integration-issues/dgb-truncated.md): Understand the use of the @@DGB\_TRUNCATED@@ placeholder to optimize memory and handle large volume JSON responses.
- [How to resolve deployment issues related to globals and accounts](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/globals-and-accounts-issues.md): Learn how to resolve deployment issues involving deprecated, restricted, or unset globals and accounts.
- [How to handle route conflicts in deployments](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/route-conflicts.md): Learn how to proceed if these warnings are displayed in Run when a deployment needs to be made.
- [Solving “Out of memory” errors in deployment](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/out-of-memory.md): Learn more about the possible causes of “Out of memory” errors in pipeline deployment and how to fix them based on the type of error.
- [How to resolve Error 409: “You cannot update a pipeline that is not on draft mode”](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/error-409.md): Learn how to fix the problem that occurs when you try to edit a pipeline that has already been deployed.
- [How to resolve the "Pipeline execution was aborted" error](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/pipeline-execution-was-aborted-error.md): Learn how to identify the cause and implement strategies to fix and prevent this error.
- [How to send pipeline logs to external monitoring systems](https://docs.digibee.com/documentation/troubleshooting/integration-guides/send-logs-to-external-services.md): Learn how to export integration pipeline logs to external monitoring systems outside the Digibee Integration Platform.
- [How to build integration flows that send error notifications](https://docs.digibee.com/documentation/troubleshooting/integration-guides/integration-flows-that-send-error-notifications.md): Users can use the Monitor tab on the Digibee iPaaS to monitor integration flows and error notifications. Click here to discover how to perform the correct executions.
- [How to handle request payloads larger than 5MB](https://docs.digibee.com/documentation/troubleshooting/integration-guides/payloads-larger-than-5mb.md): Learn how to use the HTTP File Trigger to process payloads exceeding 5MB in your pipeline.
- [How to resolve names without a DNS - REST, SOAP, SAP (web protocols)](https://docs.digibee.com/documentation/troubleshooting/integration-guides/resolve-names-without-dns.md): Learn how to resolve names without DNS in the Digibee Integration Platform.
- [How to use your Gmail account with the Digibee email component (SMTP)](https://docs.digibee.com/documentation/troubleshooting/integration-guides/gmail-account-with-smtp.md): Learn how to configure the use of a personal Gmail account when using the Digibee Integration Platform.
- [Configuring the Dropbox account](https://docs.digibee.com/documentation/troubleshooting/integration-guides/dropbox-account.md): Discover how users can set up the Dropbox Connector and how it is used on the Digibee iPaaS with this step-by-step guide.
- [How to use the CORS policy on the Digibee Integration Platform](https://docs.digibee.com/documentation/troubleshooting/integration-guides/how-to-cors-policy.md): Understand how the CORS policy works and how to use it in the Digibee Integration Platform
- [How to connect Digibee to Oracle RAC](https://docs.digibee.com/documentation/troubleshooting/connectivity-guides/digibee-oracle-rac.md): Learn how to establish a connection between Digibee and Oracle RAC via VPN.
- [How to connect Digibee to SAP](https://docs.digibee.com/documentation/troubleshooting/connectivity-guides/digibee-sap.md): Learn how to establish a connection between Digibee and SAP.
- [How to connect Digibee to MongoDB Atlas using VPN](https://docs.digibee.com/documentation/troubleshooting/connectivity-guides/digibee-mongodb.md): Learn how to securely connect the Digibee Integration Platform to MongoDB Atlas using a VPN.
- [How to consume Internal API pipelines using ZTNA](https://docs.digibee.com/documentation/troubleshooting/connectivity-guides/consume-internal-api-pipelines-ztna.md): Learn how to consume and publish pipelines configured as Internal API in realms using ZTNA.
- [How to use Internal API with and without a VPN](https://docs.digibee.com/documentation/troubleshooting/connectivity-guides/use-internal-api-with-and-without-a-vpn.md): Learn how to publish and access an API using the internal gateway on the Digibee Integration Platform.
- [How to perform IP address mapping with Progress database](https://docs.digibee.com/documentation/troubleshooting/connectivity-guides/ip-progressdb.md): Learn how to execute the mapping of IP addresses for the Progress database.
- [How to fix the "Connection refused" error when configuring a VPN](https://docs.digibee.com/documentation/troubleshooting/connectivity-guides/connection-refused-error.md): Learn how to manage Digibee IPs for VPN or internet communication.
- [How to generate, convert, and register SSH Keys](https://docs.digibee.com/documentation/troubleshooting/authentication-and-security-guides/generate-convert-register-ssh-keys.md): Learn how to register SSH Keys for use on the Digibee Integration Platform.
- [mTLS authentication](https://docs.digibee.com/documentation/troubleshooting/authentication-and-security-guides/mtls.md): Learn why mTLS authentication is used in security structures to verify users, devices, and servers within an organization. It also helps maintain APIs security.
- [How to configure mTLS on the Digibee Integration Platform](https://docs.digibee.com/documentation/troubleshooting/authentication-and-security-guides/mtls/how-to.md): Learn how to install mTLS on your realm.
- [FAQs: Certificates in mTLS](https://docs.digibee.com/documentation/troubleshooting/authentication-and-security-guides/mtls/faqs.md): Common questions about certificate usage in Mutual TLS.
- [Integrated authentication with Microsoft Entra ID](https://docs.digibee.com/documentation/troubleshooting/authentication-and-security-guides/integrated-authentication-with-microsoft-entra-id.md): Learn how to create and configure an application in the Microsoft Entra ID for authentication via SAML.
- [How to configure Microsoft Entra ID to display groups on the Digibee Integration Platform](https://docs.digibee.com/documentation/troubleshooting/authentication-and-security-guides/integrated-authentication-with-microsoft-entra-id/config-display-groups-microsoft-id.md): Learn how to configure Microsoft Entra ID to show your registered groups on the Digibee Integration Platform.
- [Digibee Customer Support](https://docs.digibee.com/documentation/troubleshooting/help-and-faq/support.md)

## Developer Guide

- [Developer Guide](https://docs.digibee.com/documentation/developer-guide/developer-guide.md): Structured guidance to help you navigate the Digibee Integration Platform, starting with foundational concepts and progressing to advanced capabilities.
- [Build](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview.md): Learn more about the Build page, the starting point for managing pipelines and capsules.
- [Canvas](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas.md): Learn more about Canvas, the Digibee Integration Platform building environment that lets you quickly create pipelines and capsules.
- [AI Assistant](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/ai-assistant.md): Discover the AI Assistant resources available on the Digibee Integration Platform.
- [AI Assistant for Connectors](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/connector-ai-assistant.md)
- [Step Library](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/step-library.md): Learn how the Step Library works and how to use it to build your pipeline.
- [Smart Connector User Experience](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/smart-connector-user-experience.md): Learn how to add a new connection directly in the flow in pipelines and capsules with the Smart Connector in the Digibee Integration Platform.
- [Execution Panel](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/execution-panel.md): Learn how to test your pipelines or capsules using the Execution Panel on the Digibee Integration Platform.
- [Design and Inspect Mode](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/design-and-inspect-mode.md): Learn more about the two modes available in Canvas to help you design and inspect flows.
- [Test Cases](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/test-cases.md): Discover how to build effective test scenarios for different integration cases.
- [Linter: Error detection and quality checks](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/canvas-building-validation.md): Learn how Linter validates pipelines and capsules, preventing structural errors and guiding you with best practice recommendations.
- [Connector Mocking](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/canvas/mocking.md): Learn how to configure mock responses in connectors on the Digibee Integration Platform.
- [Projects](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/projects.md): Learn how to create and manage projects to ensure governance and organization of your pipelines, with access control and folder structuring.
- [Pipeline](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/pipelines.md): Learn more about the pipeline concept in the Digibee Integration Platform.
- [How to create a pipeline](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/pipelines/how-to-create-a-pipeline.md): Learn how to create, configure, and build a pipeline on the Digibee Integration Platform.
- [Pipeline versioning](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/pipelines/pipeline-versioning.md): Learn more about the pipeline versioning system.
- [Messages processing](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/pipelines/messages-processing.md): Understand how the Digibee Integration Platform processes the messages of each component in a flow.
- [Subpipelines](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/pipelines/subpipelines.md): Learn about what subpipelines are and how they are connected to the main flow in the Digibee Integration Platform.
- [API](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/api.md): Understand what an API pipeline is on the Digibee Integration Platform and how it simplifies the creation and configuration of HTTP-based integrations.
- [How to create an API pipeline](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/api/how-to-create-an-api-pipeline.md): Learn how to create and configure an API pipeline on the Digibee Integration Platform, from defining general settings to configuring endpoints, authentication, rate limiting, and CORS.
- [Capsules](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas.md): Learn more about Capsules, a feature that lets you create integration flows that can be encapsulated and reused in the Digibee Integration Platform.
- [How to use Capsules](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules.md): Check out all the articles the Digibee Documentation Portal provides on how to use Capsules.
- [How to create a Capsule collection](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection.md): Learn how to create a Capsule collection in the Digibee Integration Platform.
- [Capsule header dimensions](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection/capsule-header-dimensions.md): See the correct dimensions of a Capsule header to fit in the header area and maintain high quality.
- [How to create a Capsule group](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-group.md): Learn how to create a Capsule group in the Digibee Integration Platform.
- [How to configure a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-configure-a-capsule.md): Learn how to create and configure a Capsule to use in the pipelines of the Digibee Integration Platform.
- [How to build a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-build-a-capsule.md): Learn how to build the integration flow of a Capsule in the Digibee Integration Platform.
- [How to test a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-test-a-capsule.md): Learn how to test the execution of a Capsule in the Digibee Integration Platform.
- [How to save a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-save-a-capsule.md): Learn how to fill out the form to save the Capsule in the Digibee Integration Platform.
- [How to publish a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-publish-a-capsule.md): Learn what criteria you need to meet to publish a Capsule in the Digibee Integration Platform.
- [How to change a Capsule collection or group](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-change-a-capsule-collection-or-group.md): Learn how to move a Capsule from one collection or group to another.
- [How to archive and restore a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-archive-and-restore-a-capsule.md): Learn how to archive and restore a Capsule in the Digibee Integration Platform.
- [Capsules versioning](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/capsules-versioning.md): Learn more about how Capsules are versioned in the Digibee Integration Platform.
- [Public capsules](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules.md): Learn more about how public capsules work and how to use them on the Digibee Integration Platform.
- [SAP](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules/sap-collection.md): Learn more about each capsule of the SAP collection.
- [Digibee Tools](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules/digibee-tools.md): Learn more about each capsule of the Digibee Tools collection.
- [Google Sheets](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules/google-sheets.md): Learn more about each capsule of the Google Sheets collection.
- [Gupy](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules/gupy.md): Learn more about each capsule of the Gupy collection.
- [Send notifications via email](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules/send-notifications-via-email.md): Learn more about the Send notifications via email collection.
- [Totvs Live](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules/totvs-live.md): Learn more about each capsule of the Totvs Live collection.
- [Canvas LMS](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/public-capsules/canvas-lms.md): Learn more about each capsule of the Canvas LMS collection.
- [AI Assistant for Capsules Docs Generation](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/ai-assistant-for-capsules-docs-generation.md): Learn how to use the feature to streamline the documentation process for capsules.
- [Globals](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/globals.md): Learn more about globals and how they are used to store variables on the Digibee Integration Platform.
- [Accounts](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/accounts.md): Learn more about accounts and how they are used to safely manage credentials on the Digibee Integration Platform.
- [OAuth2 Architecture](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/accounts/new-oauth2-architecture.md): Learn more about OAuth authentication providers in the Digibee Integration Platform.
- [Registration of new OAuth providers](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/accounts/new-oauth2-architecture/registration-of-new-oauth-providers.md): Learn how to create a new OAuth provider in the Digibee Integration Platform.
- [Run](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview.md): Understand the tools available on the Run page.
- [Run concepts](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/runtime.md): Learn about Run concepts in the Digibee Integration Platform
- [Autoscaling](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/runtime/autoscaling.md): Learn how the Autoscaling technology works on Digibee Integration Platform
- [Pipeline Engine](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/runtime/pipeline-engine.md): Learn how the Pipeline Engine interprets and runs your integration pipelines.
- [Digibee Integration Platform Pipeline Engine v2](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/runtime/pipeline-engine/v2.md): Understand the importance and impacts of the Pipeline Engine upgrade.
- [Support Dynamic Accounts (Restricted Beta)](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/runtime/pipeline-engine/dynamic-accounts.md): The new version of the Pipeline Engine provides a new feature to dynamically configure the credentials for each pipeline run.
- [Deployment](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment.md): Learn more about the deployments that could be made in Digibee Integration Platform.
- [How to deploy or redeploy a pipeline](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/deployments.md): Learn how to deploy or redeploy a pipeline to test or production environments.
- [How to promote pipelines across environments](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/how-to-promote-pipelines-across-environments.md): Learn how to change the deployment environment of a pipeline.
- [How to check the pipeline deployment history](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/pipeline-deployment-history-beta-restricted.md): Learn how to check and track the deployment history of your pipelines in Run.
- [How to rollback to a previous deployment version](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/how-to-rollback-to-a-previous-deployment-version.md): Learn how to revert to the previous version of a deployment in a given environment.
- [Using deployment history advanced functions](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/using-deployment-history-advanced-functions.md): Restore or visualize any deployment version.
- [Pipeline deployment status](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/pipeline-deployment-status.md): Learn about the pipeline deployment status.
- [How warnings work on pipelines in Run](https://docs.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/how-warnings-work-on-pipelines-in-run.md): Learn what to do when warnings are displayed on the pipeline card in Run.
- [Monitor](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards.md): Learn how to keep track of deployed pipelines.
- [Monitor Insights](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/monitor-insights.md): Check actionable findings and recommendations based on pipeline metrics.
- [Executions](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/completed-executions.md): Track and monitor deployed pipeline metrics.
- [Pipeline execution logs download](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/completed-executions/pipeline-execution-logs-download.md): Learn how to download logs from a pipeline execution.
- [Pipeline logs](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/pipeline-logs.md): Visualize execution logs.
- [Pipeline Metrics](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/pipeline-metrics.md): Track the performance of your pipelines.
- [Pipeline Metrics API](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/pipeline-metrics/pipeline-metrics-api.md): Know more about the Pipeline Metrics API.
- [How to set up Digibee API metrics with Datadog](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/pipeline-metrics/pipeline-metrics-api/how-to-set-up-digibee-api-metrics-with-datadog.md): Learn how to integrate Datadog metrics.
- [How to set up Digibee API metrics with Prometheus](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/pipeline-metrics/pipeline-metrics-api/how-to-set-up-digibee-api-metrics-with-prometheus.md): Learn how to integrate API metrics.
- [Connector Latency](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/pipeline-metrics/connector-latency.md): Learn how to identify the latency of a connector within a pipeline.
- [Alerts](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts.md): Learn how to use alerts to monitor your pipelines.
- [How to create an alert](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-create-an-alert.md): Learn how to create an alert.
- [How to edit an alert](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-edit-an-alert.md): Learn how to edit an alert.
- [How to activate, deactivate or duplicate an alert](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-activate-deactivate-or-duplicate-an-alert.md): Learn how to activate and deactivate alerts.
- [How to delete an alert](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-delete-an-alert.md): Learn how to delete an alert
- [How to configure alerts on Slack](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-configure-alerts-on-slack.md): Learn how to configure notification alerts on Slack.
- [How to configure alerts on Telegram](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-configure-alerts-on-telegram.md): Learn how to configure notification alerts on Telegram.
- [How to configure alerts through a webhook](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/webhook.md): Learn how to configure notification alerts using a webhook.
- [Available metrics](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/available-metrics.md): Discover more about the available alerts metrics on the Digibee Integration Platform
- [Best practices about alerts](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/best-practices-about-alerts.md): Learn best practices for using alerts on the Digibee Integration Platform.
- [Use cases for alerts](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/use-cases-alerts.md): Explore use cases for alerts on the Digibee Integration Platform
- [VPN connections monitoring](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/vpn-connections-monitoring.md): Learn how to monitor your VPN connections on the Digibee Integration Platform.
- [Alerts for VPN metrics](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/vpn-connections-monitoring/alerts-vpn-metrics.md)
- [Digibeectl](https://docs.digibee.com/documentation/developer-guide/development-cycle/digibeectl.md): Learn more about Digibeectl and its commands.
- [Getting started](https://docs.digibee.com/documentation/developer-guide/development-cycle/digibeectl/getting-started.md): Learn how to install, configure and update Digibeectl.
- [How to install Digibeectl on Windows](https://docs.digibee.com/documentation/developer-guide/development-cycle/digibeectl/getting-started/windows-install.md): Learn how to install Digibeectl if your operational system is  Windows.
- [Digibeectl syntax](https://docs.digibee.com/documentation/developer-guide/development-cycle/digibeectl/digibeectl-syntax.md): Understand Digibeectl syntax.
- [Digibeectl operations](https://docs.digibee.com/documentation/developer-guide/development-cycle/digibeectl/digibeectl-operations.md): Explore the various operations available in Digibeectl.
- [Connectivity](https://docs.digibee.com/documentation/developer-guide/connectivity-management/connectivity.md): Learn more about the connectivity solutions used on the Digibee Integration Platform.
- [Zero Trust Network Access (ZTNA)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna.md): Learn how ZTNA works on the Digibee Integration Platform and how you can use it.
- [Introduction to ZTNA](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/introduction-to-ztna.md): A new era in security and connectivity
- [Requirements for using ZTNA](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/prerequisites-ztna.md): Learn about the requirements for using ZTNA technology on the Digibee Integration Platform.
- [How to view connections (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/view-connections.md): Learn how to visualize your ZTNA connections on Digibee Integration Platform
- [How to view the Network Mappings associated with an Edge Router](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/associated-network-mappings.md): Learn how to see the list of Network mappings associated with an Edge Router.
- [How to add new ZTNA connections (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/new-connections.md): Learn how to create new ZTNA connections on the Digibee Integration Platform
- [How to delete connections (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/delete-connections.md): Learn how to delete a connection from your database.
- [How to view routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/view-routes.md): Learn how to visualize your ZTNA routes on Digibee Integration Platform
- [How to add new routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/new-routes.md): Learn how to add new routes (Network mapping) for ZTNA on Digibee Integration Platform
- [How to add routes in batch for ZTNA](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/routes-batch.md): Learn how to add multiple routes (Network Mappings) in batch for ZTNA.
- [How to edit routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/edit-routes.md): Learn how to edit ZTNA routes in the Digibee Integration Platform
- [How to delete routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/delete-routes.md): Learn how to delete your ZTNA routes (Network Mapping)
- [How to generate new keys (Edge Router)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/new-keys.md): Learn how to generate new keys for ZTNA connections
- [How to change the environment of Edge routers](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/change-env.md): Learn how to change the environment for your ZTNA connections
- [ZTNA Inverse Flow](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/ztna-inverse-flow.md): Learn how to use ZTNA Inverse Flow on the Digibee Integration Platform.
- [How to add a Load Balancer to a ZTNA Inverse Flow on Digibee](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/ztna-inverse-flow/inverse-load-balancer.md): Learn how to configure a Load Balancer in a ZTNA Inverse Flow on the Digibee Integration Platform.
- [ZTNA Groups](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/ztna-groups.md): Learn how to create ZTNA groups for your Edge Routers.
- [Virtual Private Network (VPN)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/vpn.md): Learn how VPN works on the Digibee Integration Platform and how you can use it.
- [Administration](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration.md)
- [Audit](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/audit.md): Learn more about how to view audit records on the Digibee Integration Platform.
- [Access control](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/new-access-control.md): Manage permissions on the Digibee Integration Platform.
- [Users](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/new-access-control/users.md): Learn how to create, edit, archive, and restore users
- [Groups](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/new-access-control/access-control-groups.md): Learn more about Groups, which are a collection of individual users, in the Digibee Integration Platform. Discover how to create, edit, archive and restore them within the integration environment.
- [Roles](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/new-access-control/access-control-roles.md): Learn how to create, edit and delete a role.
- [List of permissions by service](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/new-access-control/access-control-roles/list-of-permissions-by-service.md): Consult the description of each permission available on the Digibee Integration Platform.
- [Roles and responsibilities:  Governance and key stakeholder identification](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/new-access-control/access-control-roles/key-stakeholder-identification.md)
- [Identity provider integration](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration.md): Learn about the Identity Provider (IdP), its advantages, requirements and other uses for integrating the IdP with the Digibee Integration Platform.
- [How to integrate an identity provider](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/how-to-integrate-the-identity-provider.md): Learn the steps to integrate the identity provider (IdP) with the Digibee Integration Platform.
- [Authentication rules](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/idp-accesses.md): Learn how to determine whether users should login using Digibee credentials or via IdP
- [Integration of IdP groups with Digibee groups](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups.md): View steps to integrate the identity provider (IdP) with Digibee iPaaS groups. This feature supports integration into multiple realms within the integration environment.
- [How to create a group integration](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups/how-to-create-a-group-integration.md): Learn how to create a group integration.
- [How to test a group integration](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups/how-to-test-a-group-integration.md): Learn how to test a group integration.
- [How to enable group integrations](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups/how-to-enable-group-integrations.md): Learn how to enable group integrations.
- [How to edit a group integration](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups/how-to-edit-a-group-integration.md): Learn how to edit a group integration
- [How to delete a group integration](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/identity-provider-integration/integration-of-idp-groups-with-digibee-groups/how-to-delete-a-group-integration.md): Learn how to delete a group integration.
- [User authentication and authorization](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/user-authentication-and-autorization.md): Check out all the articles the Digibee Documentation Portal provides on user authentication and authorization. Discover more details here.
- [How to activate and deactivate two-factor authentication](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/user-authentication-and-autorization/two-factor-authentication.md): Learn how to activate and deactivate two-factor authentication in the Digibee Integration Platform.
- [Login flow](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/user-authentication-and-autorization/login-flow.md): Learn more about how the login flow works on the Digibee Integration Platform.
- [Organization groups](https://docs.digibee.com/documentation/developer-guide/platform-administration/administration/organization-groups.md)
- [Settings](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings.md)
- [Consumers (API Keys)](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings/api-keys-consumers.md): Learn how to configure Consumers, API Keys and Basic Auth credentials.
- [Relationship model](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings/relationship.md): Discover how to use the Digibee iPaaS Relationship functionality.
- [Multi-Instance](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings/multi-instance.md): Learn more about multi-instance functionality that allows the deployment of the same pipeline multiple times with different parameters.
- [Deploying a multi-instance pipeline](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings/multi-instance/multi-instance.md): Learn more about how to deploy a multi-instance pipeline.
- [Data Streaming](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings/data-streaming.md): Learn how to export or consume data using external tools or systems.
- [How to use Data Streaming with Datadog](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings/data-streaming/how-to.md): Learn how to stream your data automatically to Datadog.
- [How to use Data Streaming with Splunk](https://docs.digibee.com/documentation/developer-guide/platform-administration/settings/data-streaming/data-streaming-splunk.md): Learn how to stream your data automatically to Splunk
- [Governance](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance.md)
- [Policies](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies.md): Learn more about Digibee Integration Platform's policies
- [Security](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/security.md): Learn more about each security policy.
- [Internal API access policy](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/security/internal-api-access.md): Learn more about the Internal API access policy on the Digibee Integration Platform.
- [External API access policy](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/security/external-api-access.md): Learn more about the External API access policy on the Digibee Integration Platform.
- [Sensitive fields policy](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/security/sensitive-fields.md): Learn more about how the sensitive fields policy works on the Digibee Integration Platform.
- [Transformation](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/transformation.md): Learn more about each transformation policy.
- [Custom HTTP header](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/transformation/custom-http-header.md): Learn more about how the Custom HTTP header policy works on the Digibee Integration Platform.
- [CORS HTTP header](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/transformation/cors-http-header.md): Learn more about how the CORS HTTP header policy works on the Digibee Integration Platform.
- [Limit of Replicas policy](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/limit-of-replicas-policy.md): Learn more about the Limit of Replicas policy on the Digibee Integration Platform.
- [Artificial Intelligence policy](https://docs.digibee.com/documentation/developer-guide/platform-administration/governance/policies/ai-policy.md): Learn more about how the Artificial Intelligence policy works on the Digibee Integration Platform.
- [Digibee APIs](https://docs.digibee.com/documentation/developer-guide/platform-administration/digibee-apis.md): Learn about the Digibee APIs feature.
- [How to create API credentials](https://docs.digibee.com/documentation/developer-guide/platform-administration/digibee-apis/how-to-create-api-credentials.md): Understand how to set your API credentials on the Digibee Integration Platform.
- [Digibee Academy](https://docs.digibee.com/documentation/developer-guide/help-and-faq/digibee-academy.md): Learn more about our courses and trainings.
- [Integration Developer Bootcamp](https://docs.digibee.com/documentation/developer-guide/help-and-faq/digibee-academy/developer-bootcamp.md): The Integration Developer Bootcamp is a training program for developers and architects who want to learn and master the creation of integrations using Digibee Integration Platform.
- [In-App Guidance: Learn as you go within the Platform](https://docs.digibee.com/documentation/developer-guide/help-and-faq/in-app-guidance.md)
- [Request documentation, suggest features, or send feedback](https://docs.digibee.com/documentation/developer-guide/help-and-faq/request-documentation.md): Learn how to request documentation, send feedback or make a feature request directly on the Digibee Integration Platform.
- [Beta Program](https://docs.digibee.com/documentation/developer-guide/help-and-faq/beta-program.md): Learn about the Digibee Integration Platform beta programs and how they allow an opportunity for us to check how users feel regarding stability, scalability, performance, and usability.
- [Security and compliance](https://docs.digibee.com/documentation/developer-guide/help-and-faq/security-and-compliance.md): Learn more about the certifications Digibee has received to strengthen the trust of customers, prospects, and investors.
- [About Digibee](https://docs.digibee.com/documentation/developer-guide/help-and-faq/readme.md): The Documentation Portal helps our users understand and better use the Digibee Integration Platform. Users can review walkthroughs and best practices.

## Connectors & Triggers

- [Connectors & Triggers](https://docs.digibee.com/documentation/connectors-and-triggers/connectors-and-triggers.md): Explore detailed documentation about the connectors and triggers available in the Platform. This section includes configuration instructions, supported operations, and examples.
- [Connectors overview](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/overview.md)
- [AI Tools](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/ai-tools.md)
- [Agent Component: Complete configuration guide](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/ai-tools/llm.md): Learn how to quickly create your first Agent and then explore the full set of configuration options step by step.
- [Build Agent tests: Datasets, Test Cases, and Evaluations](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/ai-tools/llm/testing-your-agent.md): Define inputs, structure tests, and configure evaluation rules before running them.
- [Run Agent tests: Results, analysis, and versioning](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/ai-tools/llm/results-analysis.md): Run Test Cases, review results, and improve your Agent using evaluations and versioning.
- [Vector DB](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/ai-tools/vector-db.md): Discover more about the Vector DB connector and how to use it on the Digibee Integration Platform.
- [AWS](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws.md): AWS connectors are designed to work and integrate with AWS solutions.
- [S3 Storage](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/s3-storage.md): Discover more about the S3 Storage component and how to use it on the Digibee Integration Platform.
- [SQS](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/sqs-aws.md): Discover more about the SQS component and how to use it on the Digibee Integration Platform.
- [AWS Secrets Manager](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/secrets-manager.md): Discover more about the AWS Secrets Manager connector and how to use it on the Digibee Integration Platform.
- [AWS Athena](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/athena.md): Discover more about the AWS Athena connector and how to use it on the Digibee Integration Platform.
- [AWS CloudWatch](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/cloudwatch.md): Discover more about the AWS CloudWatch connector and how to use it on the Digibee Integration Platform.
- [AWS Elastic Container Service (ECS)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/ecs.md): Discover more about the AWS ECS connector and how to use it on the Digibee Integration Platform.
- [AWS Eventbridge](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/eventbridge.md): Discover more about the AWS Eventbridge connector and how to use it on the Digibee Integration Platform.
- [AWS Identity and Access Management (IAM)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/iam.md): Discover more about the AWS IAM connector and how to use it on the Digibee Integration Platform.
- [AWS Kinesis](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/kinesis.md): Discover more about the AWS Kinesis connector and how to use it on the Digibee Integration Platform.
- [AWS Kinesis Firehose](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/kinesis-firehose.md): Discover more about the AWS Kinesis Firehose connector and how to use it on the Digibee Integration Platform.
- [AWS Key Management Service (KMS)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/kms.md): Discover more about the AWS Key Management Service (KMS) connector and how to use it on the Digibee Integration Platform.
- [AWS Lambda](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/lambda.md): Discover more about the AWS Lambda connector and how to use it on the Digibee Integration Platform.
- [AWS MQ](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/mq.md): Discover more about the AWS MQ connector and how to use it on the Digibee Integration Platform.
- [AWS Simple Email Service (SES)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/ses.md): Discover more about the AWS Simple Email Service (SES) connector and how to use it on the Digibee Integration Platform.
- [AWS Simple Notification System (SNS)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/sns.md): Discover more about the AWS SNS connector and how to use it on the Digibee Integration Platform.
- [AWS Security Token Service (STS)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/sts.md): Discover more about the AWS Security Token Service (STS) connector and how to use it on the Digibee Integration Platform.
- [AWS Translate](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/translate.md): Discover more about the AWS Translate connector and how to use it on the Digibee Integration Platform.
- [Azure](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/azure.md)
- [Azure CosmosDB](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/azure/cosmosdb.md): Discover more about the Azure CosmosDB connector and how to use it on the Digibee Integration Platform.
- [Azure Event Hubs](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/azure/event-hubs.md): Discover more about the Azure Event Hubs connector and how to use it on the Digibee Integration Platform.
- [Azure Key Vault](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/azure/key-vault.md): Discover more about the Azure Key Vault connector and how to use it on the Digibee Integration Platform.
- [Azure ServiceBus](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/azure/servicebus.md): Discover more about the Azure ServiceBus connector and how to use it on the Digibee Integration Platform.
- [Azure Storage DataLake Service](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/azure/storage-datalake-service.md): Discover more about the Azure Storage Datalake Service connector and how to use it on the Digibee Integration Platform.
- [Azure Storage Queue Service](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/azure/storage-queue-service.md): Discover more about the Azure Storage Queue Service and how to use it on the Digibee Integration Platform.
- [Enterprise applications](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications.md): Enterprise applications are designed to handle a variety of business functions and operations, automating, facilitating and integrating complex processes within a company.
- [Dynamics 365](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/dynamics-365.md): Discover more about the Dynamics 365 connector and how to use it on the Digibee Integration Platform.
- [SAP (IDoc and RFC)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/sap.md): Discover more about the SAP connector and how to use it on the Digibee Integration Platform.
- [Salesforce](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/salesforce.md): Discover more about the Salesforce connector and how to use it on the Digibee Integration Platform.
- [AuthToken Reuse for Salesforce connector](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/salesforce/authtoken-reuse-salesforce.md): Learn how to configure the Salesforce connector to enable token reuse on the Digibee Platform.
- [Braintree](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/braintree.md): Discover more about the Braintree connector and how to use it on the Digibee Integration Platform.
- [Facebook](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/facebook.md): Discover more about the Facebook connector and how to use it on the Digibee Integration Platform.
- [GitHub](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/github.md): Discover more about the GitHub connector and how to use it on the Digibee Integration Platform.
- [Jira](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/jira.md): Discover more about the Jira connector and how to use it on the Digibee Integration Platform.
- [ServiceNow](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/servicenow.md): Discover more about the ServiceNow connector and how to use it on the Digibee Integration Platform.
- [Slack](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/slack.md): Discover more about the Slack connector and how to use it on the Digibee Integration Platform.
- [Telegram](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/telegram.md): Discover more about the Telegram connector and how to use it on the Digibee Integration Platform.
- [Twilio](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/twilio.md): Discover more about the Twilio connector and how to use it on the Digibee Integration Platform.
- [WhatsApp](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/whatsapp.md): Discover more about the WhatsApp connector and how to use it on the Digibee Integration Platform.
- [Wordpress](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/wordpress.md): Discover more about the Wordpress connector and how to use it on the Digibee Integration Platform.
- [Workday](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/workday.md): Discover more about the Workday connector and how to use it on the Digibee Integration Platform.
- [Zendesk](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/enterprise-applications/zendesk.md): Discover more about the Zendesk connector and how to use it on the Digibee Integration Platform.
- [File storage](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage.md): File storage connectors can be integrated with a variety of other platforms, applications and services to improve functionality, convenience and collaboration between different systems.
- [Blob Storage (Azure)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/azure-blob-storage.md): Discover more about the Blob Storage connector and how to use it on the Digibee Integration Platform.
- [Digibee Storage](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/digibee-storage.md): The Digibee Integration Platform provides many options for file storage. The Documentation Portal helps users identify the best solution for them. This page covers Digibee Storage.
- [Dropbox](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/dropbox.md): Discover more about the Dropbox component and how to use it on the Digibee Integration Platform.
- [FTP](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/ftp.md): Discover more about the FTP component and how to use it on the Digibee Integration Platform.
- [Google Drive](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/google-drive.md): Learn how to connect to Google Drive with Digibee Integration Platform and perform List, Download, Upload and Delete file operations.
- [Google Storage](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/google-storage.md): Discover more about the Google Storage component and how to use it on the Digibee Integration Platform.
- [Google Storage: Usage scenarios](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/google-storage/google-storage-usage-scenarios.md): Learn the supported usage scenarios when using the Google Storage component in the Digibee Integration Platform.
- [OneDrive](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/onedrive.md): Discover more about the OneDrive component and how to use it on the Digibee Integration Platform.
- [SFTP](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/sftp.md): Discover more about the SFTP component and how to use it on the Digibee Integration Platform.
- [WebDav V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/webdav-v2.md): Discover more about the WebDav V2 component and how to use it on the Digibee Integration Platform.
- [WebDav (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/file-storage/webdav.md): Discover more about the WebDav component and how to use it on the Digibee Integration Platform.
- [Files](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files.md): File connectors are tools that perform file-related operations, be it reading, writing, manipulating or processing data contained in those files.
- [Append Files](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/append-files.md): Discover more about the Append Files component and how to use it on the Digibee Integration Platform.
- [Avro File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/avro-file-reader.md): Learn more about the Avro File Reader connector and how to use it in the Digibee Integration Platform.
- [Avro File Writer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/avro-file-writer.md): Learn more about the Avro File Writer connector and how to use it in the Digibee Integration Platform.
- [CSV to Excel](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/csv-to-excel.md): Discover more about the CSV to Excel component and how to use it on the Digibee Integration Platform.
- [Excel](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/excel.md): Discover more about the Excel component and how to use it on the Digibee Integration Platform.
- [File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/file-reader.md): Discover more about the File Reader component and how to use it on the Digibee Integration Platform.
- [How to read files inside a folder](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/file-reader/read-files-in-a-folder.md): Learn how to read files using File Reader connector on the Digibee Integration Platform.
- [File Writer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/file-writer.md): Discover more about the File Writer component and how to use it on the Digibee Integration Platform.
- [How to write files inside a folder](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/file-writer/write-files-in-a-folder.md): Learn the write files using the File Writer connector on the Digibee Integration Platform.
- [GZIP V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/gzip-v2.md): Discover more about the GZIP V2 component and how to use it on the Digibee Integration Platform.
- [GZIP V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/gzip-v1.md): Discover more about the GZIP component and how to use it on the Digibee Integration Platform.
- [Parquet File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/parquet-file-reader.md): Learn more about the Parquet File Reader connector and how to use it in the Digibee Integration Platform.
- [Parquet File Writer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/parquet-file-writer.md): Learn more about the Parquet File Writer connector and how to use it in the Digibee Integration Platform.
- [Stream Avro File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-avro-file-reader.md): Learn more about the Stream Avro File Reader connector and how to use it in the Digibee Integration Platform.
- [Stream CSV Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-csv-reader.md): Discover more about the Stream CSV Reader connector and how to use it on the Digibee Integration Platform.
- [Stream Excel](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-excel.md): The Documentation Portal provides guides on all options for streaming on the Digibee iPaaS. This page covers how users can stream Excel components.
- [Stream File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-file-reader.md): Discover more about the Stream File Reader component and how to use it on the Digibee Integration Platform.
- [Stream File Reader Pattern](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-file-reader-pattern.md): Discover more about the Stream File Reader Pattern component and how to use it on the Digibee Integration Platform.
- [Stream JSON File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-json-file-reader.md): Discover more about the Stream JSON File Reader component and how to use it on the Digibee Integration Platform.
- [Stream Parquet File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-parquet-file-reader.md): Learn more about the Stream Parquet File Reader connector and how to use it in the Digibee Integration Platform.
- [Stream XML File Reader](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/stream-xml-file-reader.md): Discover more about the Stream XML File Reader connector and how to use it on the Digibee Integration Platform.
- [XML Schema Validator](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/xml-schema-validator.md): Know the component and how to use it.
- [ZIP File V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/zip-file-v2.md): Discover more about the ZIP File V2 connector and how to use it on the Digibee Integration Platform.
- [ZIP File](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/zip-file.md): Learn more about the component and how to use it.
- [NFS (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/files/nfs-deprecated.md): Discover more about the NFS component and how to use it on the Digibee Integration Platform.
- [Flow](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/flow.md): Flow connectors are added to the pipeline to improve system coordination, prevent overloads, and ensure process stability.
- [Delayer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/flow/delayer.md): Discover more about the Delayer component and how to use it on the Digibee Integration Platform.
- [Google/GCP](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp.md)
- [Google BigQuery](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/bigquery.md): Discover more about the Google BigQuery connector and how to use it on the Digibee Integration Platform.
- [Google BigQuery Standard SQL](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/bigquery-standard-sql.md): Discover more about the Google BigQuery Standard SQL connector and how to use it on the Digibee Integration Platform.
- [Google Calendar](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/calendar.md): Discover more about the Google Calendar connector and how to use it on the Digibee Integration Platform.
- [Google Cloud Functions](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/cloud-functions.md): Discover more about the Google Cloud Functions connector and how to use it on the Digibee Integration Platform.
- [Google Mail](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/mail.md): Discover more about the Google Mail connector and how to use it on the Digibee Integration Platform.
- [Google PubSub](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/pubsub.md): Discover more about the Google PubSub connector and how to use it on the Digibee Integration Platform.
- [Google Secret Manager](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/secret-manager.md): Discover more about the Google Secret Manager connector and how to use it on the Digibee Integration Platform.
- [Google Sheets](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/google-gcp/sheets.md): Discover more about the Google Sheets connector and how to use it on the Digibee Integration Platform.
- [Industry solutions](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions.md): Industry solutions connectors are designed to meet the specific needs and requirements of certain sectors or industries such as healthcare, retail, finance, manufacturing, logistics and others.
- [FHIR (Beta)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/fhir.md): Discover more about the FHIR connector and how to use it on the Digibee Integration Platform.
- [Gupy Public API](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/gupy.md): Discover more about the Gupy Public API connector and how to use it on the Digibee Integration Platform.
- [HL7](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/hl7.md): Know the component and how to use it.
- [How to build an HL7 message](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/hl7/build-an-hl7-message.md): Learn how the basic structure of an HL7 message works.
- [HubSpot: Sales and CMS](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/hubspot.md): Discover more about the HubSpot Sales and HubSpot CMS connectors and how to use them on the Digibee Integration Platform.
- [HubSpot CRM](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/hubspot-crm.md): Learn about the HubSpot CRM connector and how to use it on the Digibee Integration Platform.
- [Mailgun API](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/mailgun.md): Discover more about the Mailgun API connector and how to use it on the Digibee Integration Platform.
- [Marketo](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/marketo.md): Discover more about the Marketo connector and how to use it on the Digibee Integration Platform.
- [Magento (Beta)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/magento.md): Discover more about the Magento connector and how to use it on the Digibee Integration Platform.
- [Oracle NetSuite](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/oracle-netsuite.md): Discover more about the Oracle NetSuite connector and how to use it on the Digibee Integration Platform.
- [Orderful](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/orderful.md): Discover more about the Orderful connector and how to use it on the Digibee Integration Platform.
- [Protheus: Billing and Inventory of Cost](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/industry-solutions/protheus.md): Discover more about the Protheus Billing and Protheus Inventory of Cost connectors and how to use them on the Digibee Integration Platform.
- [Logic](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic.md): Logic connectors play a crucial role in building efficient system integrations. They ensure that data is transferred correctly, consistently and reliably between different systems and platforms.
- [Block Execution](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic/block-execution.md): Discover more about the Block Execution component and how to use it on the Digibee Integration Platform.
- [Choice](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic/choice.md): Discover more about the Choice connector and how to use it on the Digibee Integration Platform.
- [Do While](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic/do-while.md): Discover more about the Do While component and how to use it on the Digibee Integration Platform.
- [For Each](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic/for-each.md): Discover more about the For Each connector and how to use it on the Digibee Integration Platform.
- [For Each: Usage example](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic/for-each/for-each-example-of-use.md): Learn an usage example for the For Each component.
- [Retry](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic/retry.md): Discover more about the Retry component and how to use it on the Digibee Integration Platform.
- [Parallel Execution](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/logic/parallel-execution.md): Discover more about the Parallel Execution component and how to use it on the Digibee Integration Platform.
- [Queues and messaging](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/queues-and-messaging.md): Queues and messaging connectors enable efficient and reliable asynchronous communication between systems without requiring real-time interaction.
- [Event Publisher](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/queues-and-messaging/event-publisher.md): Discover more about the Event Publisher component and how to use it on the Digibee Integration Platform.
- [JMS](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/queues-and-messaging/jms.md): Discover more about the JMS component and how to use it on the Digibee Integration Platform.
- [Kafka](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/queues-and-messaging/kafka.md): Discover more about the Kafka component and how to use it on the Digibee Integration Platform.
- [RabbitMQ](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/queues-and-messaging/rabbitmq.md): Discover more about the RabbitMQ connector and how to use it on the Digibee Integration Platform.
- [Security](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security.md): Security connectors enhance pipeline security by safeguarding data, information, and systems against threats, cyber-attacks, and unauthorized access.
- [AES Cryptography](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/aes-cryptography.md): Learn how to encrypt or decrypt using the AES Cryptography component.
- [Asymmetric Cryptography](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/asymmetric-cryptography.md): Learn how to encrypt or decrypt using the Asymmetric Cryptography component.
- [CMS](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/cms.md): Learn how to sign and verify messages using the CMS component.
- [Digital Signature](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/digital-signature.md): Discover more about the Digital Signature component and how to use it on the Digibee Integration Platform.
- [JWT (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/jwt-deprecated.md): Discover more about the JWT component and how to use it on the Digibee Integration Platform.
- [JWT V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/jwt.md): Know the component and how to use it.
- [Google IAP Token](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/google-iap-token.md): Discover more about the Google IAP Token component and how to use it on the Digibee Integration Platform.
- [Hash](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/hash.md): Discover more about the Hash connector and how to use it on the Digibee Integration Platform.
- [Digibee JWT (Generate and Decode)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/digibee-jwt.md): Learn how to use Digibee JWT to generate and decode JWT tokens.
- [Digibee JWT implementation](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/digibee-jwt/digibee-jwt-implementation.md): Learn how to use the Digibee JWT connector on the Digibee Integration Platform.
- [LDAP](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/ldap.md): Discover more about the LDAP component and how to use it on the Digibee Integration Platform.
- [PBE Cryptography](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/pbe-cryptography.md): Discover more about the PBE Cryptography component and how to use it on the Digibee Integration Platform.
- [PGP](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/pgp.md): Discover more about the PGP component and how to use it on the Digibee Integration Platform.
- [RSA Cryptography](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/rsa-cryptography.md): Discover more about the RSA Cryptography connector and how to use it on the Digibee Integration Platform.
- [Symmetric Cryptography](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/security/symmetric-cryptography.md): Learn how to encrypt or decrypt using the Symmetric Cryptography component.
- [Database](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data.md): Database connectors enable accurate processing and transfer of structured data between systems.
- [Supported databases](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/supported-databases.md): Check the compatible versions and connection details for the databases.
- [Functions and uses for databases](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/supported-databases/functions-and-uses-for-databases.md): Learn about general functions and uses of the Digibee Integration Platform when creating integration pipelines.
- [CassandraDB](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/cassandradb.md): Discover more about the CassandraDB component and how to use it on the Digibee Integration Platform.
- [DB V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/db-v2.md): Discover more about the DB V2 connector and how to use it on the Digibee Integration Platform.
- [DB V2: Usage scenarios](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/db-v2/db-v2-usage-scenarios.md): Learn more about practical usage scenarios for the DB V2 connector, ranging from defining personalized connection properties to handling custom data types.
- [DB V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/db-v1.md): Know the component and how to use it.
- [DynamoDB](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/dynamodb.md): Discover more about the DynamoDB connector and how to use it on the Digibee Integration Platform.
- [Google Big Table](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/google-big-table.md): Know the component and how to use it.
- [Memcached](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/memcached.md): Learn more about the component and how to use it.
- [MongoDB](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/mongodb.md): Discover more about the MongoDB component and how to use it on the Digibee Integration Platform.
- [Object Store](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/object-store.md): Discover more about the Object Store connector and how to use it on the Digibee Integration Platform.
- [How to use DISTINCT and COUNT in the Object Store](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/object-store/distinct-and-count-object-store.md): Learn how to group and count items using the Object Store connector.
- [Relationship](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/relationship.md): Discover more about the Relationship component and how to use it on the Digibee Integration Platform.
- [Session Management](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/session-management.md): Discover more about the Session Management component and how to use it on the Digibee Integration Platform.
- [Stored Procedure](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/stored-procedure.md): Discover more about the Stored Procedure component and how to use it on the Digibee Integration Platform.
- [Stream DB V3](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/stream-db-v3.md): Discover more about the Stream DB V3 component and how to use it on the Digibee Integration Platform.
- [Stream DB V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/stream-db-v1.md): Know the component and how to use it.
- [ArangoDb](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/arangodb.md): Discover more about the ArangoDb connector and how to use it on the Digibee Integration Platform.
- [Caffeine Cache](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/caffeine-cache.md): Discover more about the Caffeine Cache connector and how to use it on the Digibee Integration Platform.
- [Caffeine LoadCache](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/caffeine-loadcache.md): Discover more about the Caffeine LoadCache connector and how to use it on the Digibee Integration Platform.
- [Couchbase](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/couchbase.md): Discover more about the Couchbase connector and how to use it on the Digibee Integration Platform.
- [CouchDB](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/couchdb.md): Discover more about the CouchDB connector and how to use it on the Digibee Integration Platform.
- [Ehcache](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/ehcache.md): Discover more about the Ehcache connector and how to use it on the Digibee Integration Platform.
- [InfluxDB](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/structured-data/influxdb.md): Discover more about the InfluxDB connector and how to use it on the Digibee Integration Platform.
- [Tools](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools.md): Tool connectors are designed to enhance the development and performance of the integration process.
- [Assert V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/assert-v2.md): Assert V2 allows users to create the interruption of a pipeline execution when a defined condition isn't met. Learn configuration parameters of this component.
- [Assert V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/assert-v1.md): Discover more about the Assert V1 component and how to use it on the Digibee Integration Platform.
- [Base64](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/base64.md): Discover more about the Base64 component and how to use it on the Digibee Integration Platform.
- [CSV to JSON V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/csv-to-json-v2.md): Learn how users can utilize CSV to JSON V2 in order to transform a CSV into a JSON object. The Documentation Portal provides configuration parameters of this component.
- [CSV to JSON V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/csv-to-json-v1.md): Discover more about the CSV to JSON V1 component and how to use it on the Digibee Integration Platform.
- [HL7 Message Transformer (Beta)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/hl7-message-transformer.md): Discover more about the HL7 Message Transformer connector and how to use it on the Digibee Integration Platform.
- [HTML to PDF](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/html-to-pdf.md): Discover more about the HTML to PDF component and how to use it on the Digibee Integration Platform.
- [JSLT](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/jslt.md): Discover more about the JSLT connector and how to use it on the Digibee Integration Platform.
- [JSON String to JSON Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-string-to-json-transformer.md): Discover how the JSON String to JSON Transformer transforms JSON strings into a JSON object using the Digibee iPaaS. Learn configuration parameters of this component.
- [JSON to JSON String Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-to-json-string-transformer.md): Discover more about the JSON to JSON String Transformer component and how to use it on the Digibee Integration Platform.
- [JSON to XML Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-to-xml-transformer.md): Discover more about the JSON to XML Transformer component and how to use it on the Digibee Integration Platform.
- [JSON to CSV V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-to-csv-v2.md): Discover more about the JSON to CSV V2 component and how to use it on the Digibee Integration Platform.
- [JSON to CSV Transformer (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-to-csv-transformer.md): Discover more about the JSON to CSV Transformer component and how to use it on the Digibee Integration Platform.
- [JSON Path Transformer V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-path-transformer-v2.md): Discover more about the JSON Path Transformer V2 component and how to use it on the Digibee Integration Platform.
- [JSON Path Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-path-transformer.md): Discover more about the JSON Path Transformer component and how to use it on the Digibee Integration Platform.
- [JSON Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-transformer.md): Discover more about the JSON Transformer component and how to use it on the Digibee Integration Platform.
- [Log](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/log.md): Discover more about the Log component and how to use it on the Digibee Integration Platform.
- [Pipeline Executor](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/pipeline-executor.md): Discover more about the Pipeline Executor component and how to use it on the Digibee Integration Platform.
- [QuickFix (Beta)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/quickfix.md): Discover more about the QuickFix connector and how to use it on the Digibee Integration Platform.
- [SSH Remote Command](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/ssh-remote-command.md): Discover more about the SSH Remote Command component and how to use it on the Digibee Integration Platform.
- [Script (JavaScript)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/script.md): Discover more about the Script (JavaScript) connector and how to use it on the Digibee Integration Platform.
- [Secure PDF](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/secure-pdf.md): Discover more about the Secure PDF component and how to use it on the Digibee Integration Platform.
- [Store Account](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/store-account.md): Discover more about the Store Account connector and how to use it on the Digibee Integration Platform.
- [Template Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/template-transformer.md): Template Transformer generates XML, HTML, text and other data from a template. The Documentation Portal provides configuration parameters of this component.
- [Template and its uses](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/template-transformer/template-and-its-uses.md): Users can learn useful validations and treatments which can be done with the Freemarker language when you use Template Transformer on the Digibee iPaaS.
- [Throw Error](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/throw-error.md): Discover more about the Throw Error component and how to use it on the Digibee Integration Platform.
- [Transformer (JOLT) V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/jolt-v2.md): Discover more about the Transformer (JOLT) V2 component and how to use it on the Digibee Integration Platform.
- [Transformer (JOLT) - (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/transformer-jolt.md): Discover more about the Transformer (JOLT) component and how to use it on the Digibee Integration Platform.
- [Validator V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/validator-v2.md): Discover more about the Validator V2 component and how to use it on the Digibee Integration Platform.
- [Validator V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/validator-v1.md): Know the component and how to use it.
- [XML to JSON Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/xml-to-json-transformer.md): Discover more about the XML to JSON Transformer connector and how to use it on the Digibee Integration Platform.
- [XML Transformer](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/xml-transformer.md): Discover more about the XML Transformer component and how to use it on the Digibee Integration Platform.
- [JSON Generator](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/tools/json-generator.md): Discover more about the JSON Generator connector and how to use it on the Digibee Integration Platform.
- [Web protocols](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols.md): Web protocols are connectors that define rules for efficient communication and data exchange on the World Wide Web.
- [Email V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/email-v2.md): Discover more about the Email V2 connector and how to use it on the Digibee Integration Platform.
- [Email V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/email-v1.md): Know the component and how to use it.
- [Email V1: Usage example (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/email-v1/email-v1-usage-example.md): Component usage example.
- [REST V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/rest-v2.md): Learn how to call external HTTP endpoints and configure the REST V2 connector on the Digibee Integration Platform.
- [REST V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/rest-v1.md): Know the component and how to use it.
- [SOAP V3](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/soap-v3.md): Discover more about the SOAP V3 component and how to use it on the Digibee Integration Platform.
- [SOAP V2](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/soap-v2.md): Know the component and how to use it.
- [SOAP V1 (Deprecated)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/soap-v1.md): Know the component and how to use it.
- [WGet (Download HTTP)](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/wget.md): Discover more about the WGet (Download HTTP) component and how to use it on the Digibee Integration Platform.
- [gRPC](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/web-protocols/grpc.md): Discover more about the gRPC component and how to use it on the Digibee Integration Platform.
- [Triggers overview](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/overview.md)
- [Web Protocols](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols.md)
- [API Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols/api.md): Learn more about the API Trigger and how to use it on the Digibee Integration Platform.
- [Email Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols/email.md): Discover more about the Email Trigger and how to use it on the Digibee Integration Platform.
- [Email Trigger V2](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols/email-v2.md): Discover more about the Email Trigger V2 and how to use it on the Digibee Integration Platform.
- [HTTP Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols/http.md): Discover more about the HTTP Trigger and how to use it on the Digibee Integration Platform.
- [HTTP File Trigger (Upload and Download)](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols/http-file.md): Discover more about the HTTP File Trigger and how to use it on the Digibee Integration Platform.
- [MCP Server Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols/mcp-server.md): Learn more about the MCP Server Trigger and how to use it on the Digibee Integration Platform.
- [REST Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/web-protocols/rest.md): Learn more about the REST Trigger and how to use it on the Digibee Integration Platform.
- [Scheduling](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/scheduling.md)
- [Scheduler Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/scheduling/scheduler.md): Learn more about the Scheduler Trigger and how to use it on the Digibee Integration Platform.
- [Messaging and Events](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/messaging-and-events.md)
- [Event Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/messaging-and-events/event.md): Discover more about the Event Trigger and how to use it on the Digibee Integration Platform.
- [JMS Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/messaging-and-events/jms.md): Discover more about the JMS Trigger and how to use it on the Digibee Integration Platform.
- [Kafka Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/messaging-and-events/kafka.md): Discover more about the Kafka Trigger and how to use it on the Digibee Integration Platform.
- [RabbitMQ Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/messaging-and-events/rabbitmq.md): Discover more about the RabbitMQ Trigger and how to use it on the Digibee Integration Platform.
- [Others](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/others.md)
- [DynamoDB Streams Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/others/dynamodb-streams.md): Learn more about the DynamoDB Streams Trigger and how to use it in the Digibee Integration Platform.
- [HL7 Trigger](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/others/hl7.md): Discover more about the HL7 Trigger and how to use it on the Digibee Integration Platform.
- [Salesforce Trigger - Events](https://docs.digibee.com/documentation/connectors-and-triggers/triggers/others/salesforce.md): Learn more about the Salesforce Trigger and how to use it in the Digibee Integration Platform.
- [Double Braces overview](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/overview.md): Learn more about Digibee's expression language
- [Double Braces autocomplete](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-autocomplete.md): Learn more about how to autocomplete your Double Braces expressions in the Digibee Integration Platform.
- [How to reference data using Double Braces](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/how-to-reference-data-using-double-braces.md): Learn more about Double Braces functions and how to use them in the Digibee Integration Platform.
- [Previous Steps Access](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/how-to-reference-data-using-double-braces/previous-steps-access.md): Learn how to use the step alias to reference flow data.
- [Double Braces functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions.md): Learn about Double Braces, an expression language developed by Digibee that users can take advantage of in order to reference and manipulate data within a pipeline
- [Math functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/math-functions.md): Learn about math functions in the Digibee Integration Platform and how to use them.
- [Utilities functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/utilities-functions.md): Learn about utilities functions in the Digibee Integration Platform and how to use them.
- [Numerical functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/numerical-functions.md): Learn about numerical functions in the Digibee Integration Platform and how to use them.
- [String functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/string-functions.md): Learn about string functions in the Digibee Integration Platform and how to use them.
- [JSON functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/json-functions.md): Learn about JSON functions in the Digibee Integration Platform and how to use them.
- [Date functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/date-functions.md): Learn about date functions in the Digibee Integration Platform and how to use them.
- [Comparison functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/comparison-functions.md): Learn about comparison functions in the Digibee Integration Platform and how to use them.
- [File functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/file-functions.md): Learn about file functions in the Digibee Integration Platform and how to use them.
- [Conditional functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/conditional-functions.md): Learn about conditional functions in the Digibee Integration Platform and how to use them.

## Licensing

- [Licensing](https://docs.digibee.com/documentation/licensing/licensing.md): Understand how Digibee’s licensing works, including the current models, how consumption is measured, and the Platform's hosting options.
- [Licensing: Main concepts](https://docs.digibee.com/documentation/licensing/licensing-models/licensing-main-concepts.md): Learn about the main concepts about licensing on Digibee Integration Platform
- [Pipeline-Based Model](https://docs.digibee.com/documentation/licensing/licensing-models/pipeline-based-model.md): Learn more about how the pipeline-based licensing model works on Digibee Integration Platform
- [Consumption-Based Model](https://docs.digibee.com/documentation/licensing/licensing-models/consumption-based-model.md): Learn how the Consumption-Based Model works on the Digibee Integration Platform.
- [Subscription-Based Model](https://docs.digibee.com/documentation/licensing/licensing-models/subscription-based-model.md): Learn how the subscription licensing model works in the Digibee Integration Platform
- [Licensing models](https://docs.digibee.com/documentation/licensing/licensing-models/licensing-models.md): Learn about wahat each of the Digibee licensing models offers.
- [License consumption](https://docs.digibee.com/documentation/licensing/licensing-consumption/license-usage.md): Learn more about your consumption works on the Digibee Integration Platform.
- [Capacity and quotas](https://docs.digibee.com/documentation/licensing/licensing-consumption/usage-limits.md): Learn more about the resources offered by the Digibee Integration Platform.
- [Platform hosting](https://docs.digibee.com/documentation/licensing/hosting-types/platform-hosting.md): Understand the differences between the types of Platform hosting: Public SaaS and Dedicated Saas.

## Release Notes

- [Release Notes](https://docs.digibee.com/documentation/release-notes/release-notes.md): Stay up to date with the latest changes to the Digibee Integration Platform. This section includes information about new features, improvements, fixes, and deprecations.
- [June 10](https://docs.digibee.com/documentation/release-notes/june-2026/june-10.md)
- [May 28](https://docs.digibee.com/documentation/release-notes/may-2026/may-28.md)
- [May 12](https://docs.digibee.com/documentation/release-notes/may-2026/may-12.md)
- [April 29](https://docs.digibee.com/documentation/release-notes/april-2026/april-29.md)
- [April 7](https://docs.digibee.com/documentation/release-notes/april-2026/april-7.md)
- [March 24](https://docs.digibee.com/documentation/release-notes/march-2026/march-24.md)
- [March 10](https://docs.digibee.com/documentation/release-notes/march-2026/march-10.md)
- [February 24](https://docs.digibee.com/documentation/release-notes/february-2026/february-24.md)
- [February 10](https://docs.digibee.com/documentation/release-notes/february-2026/february-10.md)
- [January 27](https://docs.digibee.com/documentation/release-notes/january-2026/january-27.md)
- [January 14](https://docs.digibee.com/documentation/release-notes/january-2026/january-14.md)
- [December 18](https://docs.digibee.com/documentation/release-notes/december-2025/december-18.md)
- [December 9](https://docs.digibee.com/documentation/release-notes/december-2025/december-09.md)
- [November 25](https://docs.digibee.com/documentation/release-notes/november-2025/november-25.md)
- [November 12](https://docs.digibee.com/documentation/release-notes/november-2025/november-12.md)
- [October 30](https://docs.digibee.com/documentation/release-notes/october-2025/october-30.md)
- [October 07](https://docs.digibee.com/documentation/release-notes/october-2025/october-07.md)
- [September 24](https://docs.digibee.com/documentation/release-notes/september-2025/september-24.md)
- [September 9](https://docs.digibee.com/documentation/release-notes/september-2025/september-9.md)
- [August 27](https://docs.digibee.com/documentation/release-notes/august-2025/august-27.md)
- [August 12](https://docs.digibee.com/documentation/release-notes/august-2025/august-12.md)
- [July 29](https://docs.digibee.com/documentation/release-notes/july-2025/july-29.md)
- [July 8](https://docs.digibee.com/documentation/release-notes/july-2025/july-8.md)
- [June 26](https://docs.digibee.com/documentation/release-notes/june-2025/june-26.md)
- [June 10](https://docs.digibee.com/documentation/release-notes/june-2025/june-10.md)
- [May 27](https://docs.digibee.com/documentation/release-notes/may-2025/may-27.md)
- [May 12](https://docs.digibee.com/documentation/release-notes/may-2025/may-12.md)
- [April 28](https://docs.digibee.com/documentation/release-notes/april-2025/april-28.md)
- [April 8](https://docs.digibee.com/documentation/release-notes/april-2025/april-8.md)
- [March 25](https://docs.digibee.com/documentation/release-notes/march-2025/march-25.md)
- [March 11](https://docs.digibee.com/documentation/release-notes/march-2025/march-11.md)
- [February 13](https://docs.digibee.com/documentation/release-notes/february-2025/february-13.md)
- [January 28](https://docs.digibee.com/documentation/release-notes/january-2025/january-28.md)
- [January 7](https://docs.digibee.com/documentation/release-notes/january-2025/january-7.md)
- [Release notes 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024.md)
- [December 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/december.md)
- [November 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/november.md)
- [October 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/october.md)
- [September 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/september.md)
- [August 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/august.md)
- [Connectors release 08/20/2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/august/connectors-release-08-20-2024.md)
- [July 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/july.md)
- [June 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/june.md)
- [May 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/may.md)
- [April 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/april.md)
- [March 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/march.md)
- [February 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/february.md)
- [January 2024](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2024/january.md)
- [Release notes 2023](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023.md)
- [December](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/december.md)
- [November](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/november.md)
- [October](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/october.md)
- [September](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/september.md)
- [August](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/august.md)
- [July](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/july.md)
- [June](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/june.md)
- [May](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/may.md)
- [April](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/april.md)
- [March](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/march.md)
- [February](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/february.md)
- [January](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2023/january.md)
- [Release notes 2022](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022.md): View 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [December](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/december.md): December 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [November](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/november.md): November 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [October](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/october.md): October 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [September](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/september.md): September 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [August](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/august.md): August 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [July](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/july.md): July 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [June](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/june.md): June 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [May](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/may.md): May 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [April](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/april.md): April 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [March](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/march.md): March 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [February](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/february.md): February 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [January](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/january.md): January 2022 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [Release notes 2021](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes.md): 2021 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.
- [Release notes 2020](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2020.md): 2020 updates on any recent changes, feature enhancements, or bug fixes for the Digibee iPaaS.


---

# 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.digibee.com/documentation/welcome-to-digibee-documentation.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.
