# Macro templates

## Prerequisites

* Make sure you have a [**tukan**](https://app.tukanmx.com) account.
* Some examples use datasets that are available for free within the platform, while others require a paid subscription. Make sure you have the appropriate account before you get started.
* Make sure the **language of your query** matches the one of the template.

| Template                                                                                                                          | Type of queries | Language |
| --------------------------------------------------------------------------------------------------------------------------------- | --------------- | -------- |
| [**Productividad Laboral, por Estado**](https://docs.tukanmx.com/examples/excel/macro-templates/productividad-laboral-por-estado) | Paid            | Spanish  |
| [**Inflación, por Estado**](https://docs.tukanmx.com/examples/excel/macro-templates/inflacion-por-estado)                         | Paid            | Spanish  |


---

# 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.tukanmx.com/examples/excel/macro-templates.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.
