# 🏠 Home

Upon launching the FluxEdge marketplace in your browser, you will arrive at the home page. This page provides a snapshot of the application’s key insights. Here, you can view features such as the "Top App Today," "Newly Listed Applications," and "Top Rented Machines."

Take note of the navigation pane on the left side of FluxEdge. This pane not only guides you through the application but also mirrors the structure of the official documentation, ensuring a consistent and user-friendly experience.


---

# 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://doc.fluxedgeai.vip/home.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.
