# Datasets

Our Platform lets you create datasets or table in an excel like format which can be used in the [Embedded Functions](/platform/embedded-functions.md)

A dataset can be used when you have an information for which you may not have an API, or is maintained in excel files in your organisation. Some example of the datasets are

* List your your schools
* List of your Hotel Properties
* List of your Courses
* List of your products


---

# 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://developer.konverse.ai/platform/datasets.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.
