Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_position: 2
slug: /getting-started/creating-actors
---

# Creating Actors {#creating-actors}

**This lesson offers hands-on experience in building and running Actors in Apify Console using a template. By the end of it, you will be able to build and run your first Actor using an Actor template.**

---
Expand Down Expand Up @@ -42,7 +40,7 @@ You can also push your existing code from your local machine using [Apify CLI](/

Python, JavaScript, and TypeScript have several template options that you can use.

> You can select one from the list on this page or you can browse all the templates in the template library by clicking on the **View all templates** button in the right corner.
> You can select a template from the list on this page, or browse all available templates in the template library by selecting the **View all templates** button in the corner. Alternatively, you can view all templates on the [Apify website](https://apify.com/templates).

For example, let's choose the **Start with JavaScript** template and click on the template card.

Expand Down
Loading