# Create Termination Route

#### Introduction

Class 4 Fusion routing is a hierarchy design.  First, you will need to create "Routing Plan".  Within a routing plan, you can define different criteria for different routing strategy.  A routing criteria is a combination of prefix, min length, and max length.  This criteria can be defined in ANI and/or DNIS. &#x20;

Moreover, you can define different time profile for the routing strategy.  &#x20;

There are two general categories of routing strategy:

* Static Routing&#x20;
* Dynamic Routing

Static Routing means that the routing order is fixed and we support the following routing order:

* Top Down
* Round Robin
* Percentage

Dynamic Routings means that the routing order is dynamic and it is based on real-time condition of the traffic as well as the cost of the vendor for the specific code at that specific time of routing:

* Least Cost Routing
* Highest ASR Routing
* Highest ACD Routing

{% hint style="info" %}
You can look at routing plan as routing condition and static route / dynamic route as the way how you want vendor routes to be selected.&#x20;
{% endhint %}


---

# 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://cookbook.denovolab.com/quick-setup-for-termination-traffic/create-termination-route.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.
