---
title: Configuring resource ordering in PingAccess
description: Enable and disable resource ordering in PingAccess to control how requests are processed.
component: pingaccess
version: 9.0
page_id: pingaccess:pingaccess_user_interface_reference_guide:pa_configuring_resource_ordering
canonical_url: https://docs.pingidentity.com/pingaccess/9.0/pingaccess_user_interface_reference_guide/pa_configuring_resource_ordering.html
revdate: February 6, 2023
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Configuring resource ordering in PingAccess

Enable and disable resource ordering in PingAccess to control how requests are processed.

## About this task

Application resources are defined by one or more path patterns and zero or more query parameters. When handling requests, PingAccess matches the path pattern and query parameters with the proper resource. When more than one resource matches a request, PingAccess uses the first matching resource it identifies.

Manual resource ordering allows you to specify which resources are checked for a match in what order, letting you control the policy that is applied to a particular request. These instructions describe how to configure and disable resource ordering in PingAccess, as well as how to use the auto-ordering feature.

|   |                                                                                        |
| - | -------------------------------------------------------------------------------------- |
|   | Resources can only include query parameters if manual resource ordering is configured. |

## Steps

1. To configure manual resource ordering:

   1. Edit your application.

   2. On the **Resources** tab, click **Order Resources**.

   3. Modify the resource order by dragging resources or by entering a new position for each resource.

   4. **Optional:** Click **Auto Order** to reset the resource order to the order that would be used under automatic ordering.

   5. Click **Save**.

2. To disable manual resource ordering:

   1. Edit your application.

   2. On the **Resources** tab, remove any Regex path patterns.

   3. Clear the **Manual ordering mode** check box.

   4. Click **Save**.
