

# How to submit a job to Deadline Cloud
<a name="submit-jobs-how"></a>

There are many different ways to submit jobs to AWS Deadline Cloud. This section describes some of the ways that you can submit jobs using the tools provided by Deadline Cloud or by creating your own custom tools for your workloads. 
+ From a terminal – for when you’re first developing a job bundle, or when users submitting a job are comfortable using the command line
+ From a script – for customizing and automating workloads
+ From an application – for when the user’s work is in an application, or when an application’s context is important.

 The following examples use the `deadline` Python library and the `deadline` command line tool. Both are available from [PyPi](https://pypi.org/project/deadline/) and [hosted on GitHub](https://github.com/aws-deadline/deadline-cloud). 

**Topics**
+ [Submit a job to Deadline Cloud from a terminal](from-a-terminal.md)
+ [Submit a job to Deadline Cloud using a script](from-a-script.md)
+ [Submit a job within an application](from-within-applications.md)