# UI Walkthrough & Navigation

After completing onboarding and adding integrations, you'll land on the Firefly Dashboard. The Firefly web interface is organized with a left-hand navigation menu and main content area. Major sections in the navigation include:

* **Dashboard** - High-level overview of your cloud environment. Learn more about [Dashboard](/detailed-guides/dashboard-overview.md).
* **Inventory** - Complete list of all discovered cloud assets. Learn more about [Inventory](/detailed-guides/cloud-asset-inventory.md).
* **IaC Explorer** - View and navigate your Infrastructure-as-Code stack files, and code. Learn more about [IaC Explorer](/detailed-guides/iac-explorer.md).
* **Workflows** - Review your pipelines and set up guardrails to enforce compliance. Learn more about [Workflows](/detailed-guides/workflows.md).
* **Governance** - Define and review compliance policies. Learn more about [Governance](/detailed-guides/policy-and-governance.md).
* **Analytics** - Review your analytics and insights. Learn more about [Analytics](https://github.com/gofireflyio/product-docs/blob/main/getting-started/broken-reference/README.md).
* **Notifications** - Review your notifications and preferences. Learn more about [Notifications](broken://pages/fK1QFjrKh9Y4YrQvivAl).
* **Settings** - Manage integrations, users and configuration options.

Spend a minute to familiarize yourself with the navigation menu and what each section offers. For instance, under Settings you'll find:

* IaC-Ignored rules setup. Learn more about [IaC-Ignored rules](/detailed-guides/cloud-asset-inventory/creating-iac-ignore-rules.md).
* Drift exclusion rules setup. Learn more about [Drift exclusion rules](/detailed-guides/cloud-asset-inventory/creating-exclude-drift-rules.md).
* Integrations management (to add/remove cloud accounts). Learn more about [Integrations](/integrations/overview.md).
* Access Management. Learn more about [Access Management & RBAC](/getting-started/access-management-rbac.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://docs.firefly.ai/getting-started/ui-walkthrough-and-navigation.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.
