# Introduction

> UiPath Studio encapsulates both simple and complex solutions for application integration and automating third-party applications, administrative IT tasks, and business IT processes.

UiPath Studio encapsulates both simple and complex solutions for application integration and automating third-party applications, administrative IT tasks, and business IT processes.

Studio is at the heart of automation with UiPath products. [Activities](https://docs.uipath.com/activities) form into comprehensive workflows in Studio, which are then executed by the [Robot](https://docs.uipath.com/robot) and published to [Orchestrator](https://docs.uipath.com/orchestrator).

  <iframe
    src="https://www.youtube.com/embed/jX52qDb4JK4"
    title="Accelerate building automations with UiPath Integration Service"
    style={{
      position: "absolute",
      top: 0,
      left: 0,
      width: "100%",
      height: "100%",
      border: 0,
    }}
    loading="lazy"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    referrerPolicy="strict-origin-when-cross-origin"
    allowFullScreen
  ></iframe>

Studio comes with two types of profiles for developers and business users:

* **Studio** offers a plethora of tools for designing complex attended, unattended, and testing automations. Studio also supports both low-code and coded automations:
  + **Low-code automations** use a visual interface with drag-and-drop activities, making it accesible for a broad user base.
  + **Coded automations** allow you to create automations using code, which is ideal for more complex and collaborative projects. These automations use UiPath services (which are the equivalent of activity packages), coded automation APIs (similar to activities), external .NET NuGet packages, and your custom C# classes within Studio.
* **StudioX** enables business users with little or no coding experience to automate their tasks. Check out the [StudioX](https://docs.uipath.com/studiox/standalone) guide.

  ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-168049-70e88459.webp)

## Get Started with Studio

Follow the examples below to create your first process and library in Studio:

[Create a Basic Process](https://docs.uipath.com/studio/standalone/2023.10/user-guide/creating-basic-process)

[Create a Basic Library](https://docs.uipath.com/studio/standalone/2023.10/user-guide/creating-basic-library#creating-a-basic-library)

The Studio guide is divided into chapters and contains automation tutorials with workflows ready for download.

## More Resources

The [UiPath RPA Academy](https://academy.uipath.com/learning-plans) is the place for receiving comprehensive training on Studio, Robot, Activities, and Orchestrator, and receive certification.

The [UiPath Community Forum](https://forum.uipath.com/) is the place for getting support from our evergrowing community of users.
