Copy for LLM[View as Markdown](https://docs.planet.com/platform/get-started/access-data/task-imagery/) # Task High-Resolution and Hyperspectral Imagery The [Tasking Dashboard](https://www.planet.com/tasking) is a graphical user interface that streamlines order submission and management. The Tasking Dashboard also provides the ability to preview the image captures taken for orders. note The Tasking Dashboard is optimized for Desktop browsers only, currently supported by Chrome and Firefox. ### [Create Tasking Orders](https://docs.planet.com/platform/get-started/access-data/task-imagery/create_orders.md) [Task high-resolution imagery.](https://docs.planet.com/platform/get-started/access-data/task-imagery/create_orders.md) ### [Manage Tasking Orders](https://docs.planet.com/platform/get-started/access-data/task-imagery/manage_orders.md) [Manage your tasking orders.](https://docs.planet.com/platform/get-started/access-data/task-imagery/manage_orders.md) ## Manage your Account **Account** in the dropdown in the top left gives you access to your settings, workspaces, usage, billing, and users. For complete details, see [Manage your Account](https://docs.planet.com/platform/get-started/manage-account.md). The **user icon** in the top right corner provides access to your profile (**My Profile & Settings**) and sign-out option (**Log Out**). ![](/docs/platform/apps/tasking-dashboard/account_options_tada.webp) The **Tasking Dashboard** option in the dropdown in the top left opens the [Tasking Dashboard](https://www.planet.com/tasking/orders/), where you can create and manage tasking orders. Tasking quota usage is available under **Usage** in [Workspaces](https://insights.planet.com/account/#/workspaces), accessible from **Account**. note The Usage reports do not include Data on orders from before November 17, 2022. ![](/docs/platform/apps/tasking-dashboard/accounts-quota-usage.webp) ## Quota Usage There are several available methods to track estimated quota usage and availability: * From the [Planet Account Page](https://www.planet.com/account/#/), you can view the quota bars for tasking quota usage, and run Quota Usage reports. [Manage Your Account](#manage-your-account) provides complete details. * As you enter a tasking order, a quota preview displays the estimated quota in sq km or tasking credits directly in the Tasking Dashboard Order Summary. Quota estimates are dynamically updated as you input and adjust requirements. ![](/docs/platform/apps/tasking-dashboard/quota-estimate-order-summary.webp) ![](/docs/platform/apps/tasking-dashboard/quota-estimate-order-summary2.webp) ## Tasking Deeplinks You can open the order creation window directly with the following URL: ``` https://www.planet.com/tasking/orders/new ``` You can prepopulate order fields in the order creation form by providing additional query parameters after the order entry URL. For example: ``` https://www.planet.com/tasking/orders/new/?name=order-name&geometry=POINT(13.2275 52.5897) ``` To access Deeplink, always start from the order entry `/orders/new` and then append the query parameters. ``` https://www.planet.com/tasking/orders/new/?name=TestOrder&plNumber=PL-Example&product=One Time Tasking&geometry=POINT(13.2275 52.5897) ``` ### Supported Parameters Use the following parameters in the Deeplink URL. note All fields are optional. However, product-specific fields require a valid plNumber. Fields without dependencies. | **Field** | **Value** | | --------- | ---------------------- | | name | Maximum 80 characters | | geometry | Geometry in WKT format | | plNumber | Valid plNumber | Fields that depend on a plNumber | **Field** | **Value** | | -------------------- | ---------------------------------------------------------------------- | | product | Product name which belongs to given plNumber | | startTime | Date in YYYYMMDD or YYYY-MM-DD format. For example, 2020-06-30 | | endTime | Date in YYYYMMDD or YYYY-MM-DD format and must be later than startTime | | orderType | Specific order type that is allowed for chosen product | | nStereoPov | Number of stereo collects for orderType STEREO only | | satElevationAngleMax | Satellite elevation angle max value | | satElevationAngleMin | Satellite elevation angle min value | For example: ``` https://www.planet.com/tasking/orders/new/?name=SFO order&plNumber=PL-Impact&product=One Time Tasking&orderType=IMAGE&geometry=POINT(-122.38627 37.616862) ``` ![Order Entry](/assets/images/screen11-deeplink1-5d90b24298e17e847a907950fd1d80aa.webp) Example with all supported parameters: ``` https://www.planet.com/tasking/orders/new/?name=mock_order&plNumber=PL-TEST&product=Basemap&orderType=IMAGE&geometry=POINT (-98.934519 19.724712&satElevationAngleMax=90&satElevationAngleMin=60 ```