# Home Page

The Home page is where you explore the creative world of Ideogram. It features a feed of recent and popular images from the community, along with tools to search, browse by subject, or discover top creations. From here, you can easily start generating your own images or explore what others have created.

<figure><picture><source srcset="/files/oVXvVwM7NZY3io5PN98z" media="(prefers-color-scheme: dark)"><img src="/files/IEPiHAxaI6tdrkWL6ZNu" alt=""></picture><figcaption></figcaption></figure>

1. [Prompt Box](/using-ideogram/ui-overview/ui-components/prompt-box.md) – The main area to enter your text prompt for image generation. It also includes various configuration options (Style, Aspect Ratio, Character, Color Palette, etc.) and the controls to start generating.
2. [Navigation Tabs](/using-ideogram/ui-overview/ui-components/navigation-tabs.md) – Tabs that let you browse different content categories (Explore, Top, People, Product, Nature, etc.). They act as filters to explore existing creations. It also has a search tool.
3. [Image Gallery](/using-ideogram/ui-overview/ui-components/image-gallery.md) – The central section of the page where generated images are displayed, either from the community or your own images, depending on the page. You can browse, like, or take inspiration from these creations.
4. [Navigation Bar](/using-ideogram/ui-overview/ui-components/navigation-bar.md) – This left-hand sidebar provides quick access to the main sections and pages of the platform (Home, Creations, Canvas, Batch, Character, etc.) as well as the user's Profile page and notifications.


---

# 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.ideogram.ai/using-ideogram/ui-overview/pages-ui/home-page.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.
