> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-help/infinity-admin-guide/getting-started/know-infraon.md).

# Know Infraon!

Once the initial customization is saved, you can use Infraon. Your default landing page looks like the below:

<figure><img src="/files/lKxKgX0rR5SZJwZ1InzS" alt=""><figcaption></figcaption></figure>

There are three default sections across all Infraon modules/pages.&#x20;

Let's see these in detail:

## Top Panel

The top panel has the below options to view:

<figure><img src="/files/5FqnndPa3ch35cfs89gW" alt=""><figcaption></figcaption></figure>

## Left Menu Panel

The left menu panel can be expanded to view menu labels.

<figure><img src="/files/QPeuRCWqSpj4AAbD5cSh" alt=""><figcaption></figcaption></figure>

## Notification Icon

A notification icon, visible across all Infraon modules, displays your number of new alerts. Clicking this icon reveals a panel containing both informational updates and task-related notifications.

In the [What's New ](/infraon-help/explore-more/release-notes.md)section, you can view messages from this panel, approve or reject requests, and check product updates. The panel includes alerts and information about recent changes or additions to the product.


---

# 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.infraon.io/infraon-help/infinity-admin-guide/getting-started/know-infraon.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.
