> For the complete documentation index, see [llms.txt](https://docs.ideogram.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ideogram.ai/using-ideogram/ui-overview/ui-components/navigation-tabs.md).

# Navigation Tabs

Ideogram's homepage features a navigation section that allows you to explore, search, and filter the community’s creations. Here’s a breakdown of each element:

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

1. **Search Icon** - Use this to [search](/using-ideogram/features-and-tools/search.md) for public images using keywords used in prompts. Great for quickly locating content created by others on a particular subject or style. When clicking the icon, the entire navigation tab transforms into a text field where you can enter your search terms.

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

2. **Explore Tab** – This is the default view when accessing the homepage. Displays the most recent public image generations from the Ideogram community.
3. **Top Tab** – Displays the most popular images based on community engagement — including likes, remixes, and usage — over selectable time periods. When clicking the Top tab, a scroll down menu appear on the right where you can choose from the following views:<br>

   <div align="center"><figure><picture><source srcset="/files/zg13jnwx4K9KTz6I2jsB" media="(prefers-color-scheme: dark)"><img src="/files/CdBljnSE8QI1pv8gWlzt" alt="" width="124"></picture><figcaption></figcaption></figure></div>

   1. **Hour**: Top trending images in the past 60 minutes.
   2. **Day**: Top images today.
   3. **Week**: Most popular from the past 7 days.
   4. **Month**: High-performing images over the past 30 days.
   5. **All-Time**: Most popular images ever created on Ideogram.
4. **Subjects Filter** – A list of image categories such as: People, Product, Nature, Poster, Logo, T-shirt, and more. Quickly filter the image feed by subject matter to match your interests or your intended use.


---

# 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.ideogram.ai/using-ideogram/ui-overview/ui-components/navigation-tabs.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.
