# Get started with GitHub Actions

Learn the basics of GitHub Actions.

## Links

* [Quickstart for GitHub Actions](/en/actions/get-started/quickstart)

  Try out the core features of GitHub Actions in minutes.

* [Understanding GitHub Actions](/en/actions/get-started/understand-github-actions)

  Learn the basics of core concepts and essential terminology in GitHub Actions.

* [Continuous integration](/en/actions/get-started/continuous-integration)

  You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.

* [Continuous deployment](/en/actions/get-started/continuous-deployment)

  You can create custom continuous deployment (CD) workflows directly in your GitHub repository with GitHub Actions.

* [GitHub Actions vs GitHub Apps](/en/actions/get-started/actions-vs-apps)

  Learn about the key differences between GitHub Actions and GitHub Apps to help you decide which is right for your use cases.