# Individual Priorities

As of version 3.5 it is possible to change the priority of each result. This functionality comes handy, when you want to strictly prioritize some results above others.

These options are available under the `Ajax Search Pro -> Priorities` submenu.

![](https://i.imgur.com/DhrT1VF.png)

## Filtering the post types

After you click on the Priorities submenu a filtering screen will open, where you can select what type of posts/custom post types do you want to view. You can filter them by post type, blog id, and by a custom title search filter:

![](http://i.imgur.com/be4fVg3.gif)

## How it works?

* It's only possible to set the priority of posts, pages and custom post types
* Each result has an initial priority of 100
* You can change that priority to any **integer number** you want under the priorities submenu
* Posts are sorted by priority in descending order
* If two posts have the same priority, then they are sorted by relevance
* If two posts have the same relevance, they are sorted by ID (it's changeable on the General Options panel)

*Priority only applies if the post shows up in the result list. Priority does not affect the result outcome, only the ordering!*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.ajaxsearchpro.com/result-priority-settings/individual-priorities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
