# Generate data

## Create datasets from scratch&#x20;

Generate entire datasets from scratch. The AI will automatically insert your data in the sheet, ready for you to perform your analysis.

Note, in the following example, the AI both creates a dataset from scratch and then augments the data in two separate steps:

1. Creates the data for the **top 10 countries by GDP**
2. Adds the **next 5 by GDP** to the existing dataset

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


---

# 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.quadratichq.com/quadratic-ai/generate-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.
