# Connecting and Seeing Live Data

If you haven't already, select the "Create account (demo user)" option from the Login menu. A new user will be created for you with the pre-populated data you see on screen.

After receiving a successful confirmation message, you're now able to log in as the Demo User.

You will see a directory with HubSpot as an available connection.

<figure><img src="/files/h80dsmYE68KHaZm0mLtk" alt=""><figcaption><p>Your Dashboard in Frigg with the HubSpot Integration Available for Testing</p></figcaption></figure>

Click on the "Connect" button and complete HubSpot's authorization flow.

When finished, you should see a connected HubSpot card. Now it's time to see your app in action with live data from HubSpot!

### "No Data Available" error

Select "Get Sample Data" from the HubSpot app dropdown menu to see live data fetched from your test account.

Note that you might receive a "No data available" message. This is totally normal, given that we didn't add any info to your HubSpot account. There's nothing for our integration to fetch (yet).

<figure><img src="/files/TOyx1GBBUnu8o7XAE3lO" alt=""><figcaption><p>Oops! Looks like we forgot to add some test data to HubSpot</p></figcaption></figure>

### Adding Test Data to HubSpot

To fix this, let's add some test data to your HubSpot account. From your HubSpot dashboard, you should go to the "Deals" section in the CRM menu.<br>

Click "Create Deal" to manually add details and save, or use the "Import" option to upload a CSV file with test data.

<figure><img src="/files/vi5B9F4OaMDNnq6i73bI" alt=""><figcaption><p>You can find the Deals section inside the CRM menu</p></figcaption></figure>

{% hint style="info" %}
For more detailed instructions on how to add test data, visit the [HubSpot documentation](https://developers.hubspot.com/docs/api/crm/deals).
{% endhint %}

Once you've added test data, refresh the page and select "Get Sample Data" again. Now you should see Deals data displayed in your app. This confirms that everything is connected and working correctly!

<figure><img src="/files/gZAeRA8RLaCxCSsEM4BF" alt=""><figcaption><p>We see you, Antique Star Wars Droids collection!</p></figcaption></figure>

***

And that’s it! You’ve successfully created and configured your Frigg app with HubSpot. Time to explore and have fun with your new setup!


---

# 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.friggframework.org/tutorials/quick-start/connecting-and-seeing-live-data.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.
