# Home Page

The Home Page is designed to offer a simplified yet powerful user experience. Here’s what you can expect.

<figure><img src="/files/c3xj5YyEQTl9hBi7RsLj" alt=""><figcaption><p>Home Page</p></figcaption></figure>

**Open your data file.**

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

Clicking this button will prompt you to upload a data file directly from your computer. This is especially helpful for those who are just starting and may not have any existing data connections.

**Create a data flow.**

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

This button will navigate you to Flow Designer, where you can begin creating your data flow. If no data connections are created, this button changes to **Connect to Your Source**, guiding you to set up your initial data connections.

#### Recent Datasets and Flows

You’ll find lists of your recent datasets and flows. This allows you to quickly:

* Resume work on existing data flows
* Access datasets you’ve recently worked on
* Stay updated on recent activities

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

#### Navigation Buttons

**Catalog**: Clicking this button will take you to the Data Catalog page, listing all your datasets. It's the library of all the data sources you can use for your flows.

**Flows**: This button navigates to the Flows Page, which provides a comprehensive list of all your existing data flows.


---

# 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.tabula.io/product-overview/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.
