# Intro

The dashboard is the first thing you'll see as soon as you login into the app. On this page, you'll be able to see the total number of products and collections that have synced to the app. As well as the latest sync status. If you need to manually trigger a full sync, press the "Start Sync" button.

![](/files/U4xIqMe0hJYvCfv2b9hO)

The left side is where you can navigate to the different tabs and modify things like search results, filter options, sort by options, and boosting rules.


---

# 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://search.guides.reactify.com.au/dashboard/intro.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.
