# Routes

The entry point for the Nectar app is `index.html`

The app shell inside which all other pages are loaded is `/partials/app.html`

The paths for loading pages inside the app shell are defined in `/assets/custom/js/routes.js` file.

You can define all your routes at the end of the file, inside:

```javascript
window.routes.push({

});
```

{% hint style="info" %}
You should learn about Framework7 routes at

<https://framework7.io/docs/routes.html>

<https://framework7.io/docs/view#router-api-methods-properties>
{% 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://pmsgz.gitbook.io/nectar/basics/routes.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.
