> For the complete documentation index, see [llms.txt](https://docs.flexsmart.io/flexsmart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexsmart.io/flexsmart/get-started/quick-start-guide/platform-navigation.md).

# Platform Navigation

FlexSmart is designed for easy navigation. You will find everything you need on the left menu. This menu will allow you to easily access the following:&#x20;

<table data-header-hidden data-full-width="false"><thead><tr><th width="324"></th><th></th></tr></thead><tbody><tr><td><div><figure><img src="/files/8uZaCzbXaisqfw7rgrUA" alt=""><figcaption><p>Platform Menu</p></figcaption></figure></div></td><td><p><strong>🔹 Home:</strong> Your dashboard. See all "In Progress" and "Completed" labs. View &#x26; download certificates for completed labs.</p><p></p><p><strong>🔹 Labs:</strong> Access FlexSmart’s interactive, no-code blockchain labs. Learn blockchain by building real smart contracts.</p><p></p><p></p><p><strong>🔹 Entrepreneurship:</strong> (Coming Soon!) Learn how to turn your ideas into a business.</p><p></p><p></p><p>🔹 <strong>My Smart Contracts:</strong> View &#x26; manage smart contracts deployed in labs. Experiment with different functionalities in a safe test environment.</p><p></p><p></p><p>🔹 <strong>Launch with AI:</strong> Use Aurelia, the AI DApp Builder, to create prototypes, landing pages, and full applications.</p></td></tr></tbody></table>

🔥 **Pro Tip:** Need help? Join #🛠-[support](https://discord.com/channels/939202745460723753/1344750233514545294) in Discord!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flexsmart.io/flexsmart/get-started/quick-start-guide/platform-navigation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
