# Introduction

The Aurelia Direct Router is the original and fully featured Aurelia v2 router. Its goal is to make Aurelia routing as painless and boilerplate-free a possible while at the same time provide useful and time-saving features. It might later be added back into the core of Aurelia 2.

This documentation isn’t caught up yet, but [Installation](/aurelia-direct-router/routing/installation.md) and [Configuration and Setup](/aurelia-direct-router/routing/configuration-and-setup.md) are accurate. As this router is and will continue to be well maintained the documentation should shortly be fully in order.


---

# 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://jwx.gitbook.io/aurelia-direct-router/undefined.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.
