# Ikomia Documentation > This guide will help you discover Ikomia SCALE. You will learn how to deploy your first computer vision workflow to the cloud. - [Get started with SCALE](https://docs.ikomia.ai/index.md) ## scale - [Credits usage](https://docs.ikomia.ai/scale/billing/consumption.md): Depending on your computer vision workflows, the amount of computing power you need will vary. - [Plans and pricing](https://docs.ikomia.ai/scale/billing/plans.md): Users and organizations can subscribe to paid plans to access all available compute infrastructure with increased usage and quotas. - [Quotas](https://docs.ikomia.ai/scale/billing/quotas.md): All users and organizations on the platform are subjects to quotas depending on their plan. - [CLI](https://docs.ikomia.ai/scale/cli.md): We provide you multiple ways to interact with the SCALE platform, via the web interface, Ikomia STUDIO, or from your terminal using our command-line interface (CLI). - [Roles and permissions](https://docs.ikomia.ai/scale/collaboration/roles-and-permissions.md): The roles system in the platform is designed to give you fine-grained control over what your organization's team members can do. - [Workspaces and organizations](https://docs.ikomia.ai/scale/collaboration/workspaces-and-organizations.md): Projects and algorithms are stored in workspaces. All users have a personal workspace. They can also create and join organizations to share projects and algorithms with others. - [Core concepts](https://docs.ikomia.ai/scale/concepts.md): We use specific terms to describe the different components of Ikomia SCALE. Here are the main concepts it may be helpful to know: - [Available infrastructures](https://docs.ikomia.ai/scale/deployment/available-infrastructures.md): This page lists the available compute infrastructures for your deployments. - [Manage deployments](https://docs.ikomia.ai/scale/deployment/managing-deployments.md): Ikomia SCALE allows you to deploy your workflows on different cloud providers and regions. - [Monitoring deployments](https://docs.ikomia.ai/scale/deployment/monitoring.md): Sometimes, you may need to inspect the logs of a running deployment to understand what's happening. - [Test your deployment](https://docs.ikomia.ai/scale/deployment/test-interface.md): The SCALE platform provides a convenient way to test deployments through the Test Interface. - [How to deploy FLUX.1](https://docs.ikomia.ai/scale/example.md): In this guide, we will create a simple FLUX image generation workflow using Ikomia API - [Advanced Usage](https://docs.ikomia.ai/scale/integration/javascript/advanced-usage.md): Running a specific task - [Fullstack integration](https://docs.ikomia.ai/scale/integration/javascript/fullstack-integration.md): If you are developing an interactive application that rely on results from a SCALE deployment, - [Getting Started with JS/TS](https://docs.ikomia.ai/scale/integration/javascript/getting-started.md): Learn how to integrate Ikomia SCALE deployments in your JavaScript application - [Working with storage](https://docs.ikomia.ai/scale/integration/javascript/storage.md): Every Ikomia SCALE project gets its own storage space that can be used to store inputs and outputs of your deployments. - [Advanced Usage](https://docs.ikomia.ai/scale/integration/python/advanced-usage.md): Running a specific task - [Getting Started with Python](https://docs.ikomia.ai/scale/integration/python/getting-started.md): Learn how to integrate Ikomia SCALE deployments in your Python application - [Working with storage](https://docs.ikomia.ai/scale/integration/python/storage.md): Every Ikomia SCALE project gets its own storage space that can be used to store inputs and outputs of your deployments. - [REST API](https://docs.ikomia.ai/scale/integration/rest.md): Learn how to integrate Ikomia SCALE deployments with the REST API - [Project](https://docs.ikomia.ai/scale/project.md): Projects are the main container for your work on Ikomia SCALE. They contains workflows and can be shared with others. - [Find algorithms on Ikomia HUB](https://docs.ikomia.ai/scale/workflow/algorithms/finding-algorithms.md): Ikomia HUB provides a large collection of algorithms for different Computer Vision tasks - [Store and share algorithms](https://docs.ikomia.ai/scale/workflow/algorithms/storing-algorithms.md): If you created your own algorithm, you can push it to your private HUB to share it with your team. - [Workflows with Ikomia API](https://docs.ikomia.ai/scale/workflow/ikomia-api.md): You can create a workflow using our Python API. - [Workflows with Ikomia STUDIO](https://docs.ikomia.ai/scale/workflow/ikomia-studio.md): You can create a workflow using Ikomia STUDIO, our no-code editor