# Advanced Guide

- [Understanding the concept of features in MagicJS](https://skyslit.gitbook.io/magicjs/advanced-guide/understanding-the-concept-of-features-in-magicjs.md): Magic features are toolkits that empower developers to effortlessly add complex functionalities to their projects, promoting reusability, efficiency, and flexibility in development.
- [Using UI components & functions across multiple Magic Features](https://skyslit.gitbook.io/magicjs/advanced-guide/using-ui-components-and-functions-across-multiple-magic-features.md)
- [Advanced Routing of pages](https://skyslit.gitbook.io/magicjs/advanced-guide/advanced-routing-of-pages.md)
- [Enable SSR](https://skyslit.gitbook.io/magicjs/advanced-guide/enable-ssr.md): Enabling Server-Side-Rendering (SSR) is a simple process, and this documentation will guide you through the necessary steps.
- [Access MongoDB](https://skyslit.gitbook.io/magicjs/advanced-guide/access-mongodb.md): Access and view a MongoDB database online using a temporary credentials.
- [Styling pages using Tailwind CSS](https://skyslit.gitbook.io/magicjs/advanced-guide/styling-pages-using-tailwind-css.md)


---

# 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://skyslit.gitbook.io/magicjs/advanced-guide.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.
