> For the complete documentation index, see [llms.txt](https://docs.alkemi.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alkemi.ai/documentation/getting-started/querying-your-data.md).

# Querying your data

To query your data, simply upload and mention a file with your questions, and the Alkemi agent will execute your queries. For complex queries, such as joining data across multiple files or connecting to a data source like Databricks, Snowflake, or BigQuery, create a Data Product. Refer to the "Creating a Data Product" section to get started.

{% content-ref url="/pages/5X1HQxwsFDKQK7GySXTf" %}
[Creating a Data Product](/documentation/basics/data-products/creating-a-data-product.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.alkemi.ai/documentation/getting-started/querying-your-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.
