# Discover Topics

The home screen of the Advisor welcomes the user and guides with discovery topics and example questions.

## Discovery Topics

You can have multiple tabs and topics with text, images, and the prompt (question, query) behind it.

Tip: Put saisonal topics there or products you want to boost.

## Recommended Questions

Put a few example queries here to show the user, the capabilities of AI help.


---

# 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.frontnow.com/advise/inspiration/discover-topics.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.
