# Step-by-step tutorials

In this section you can find a set of tutorials with step-by-step instructions on how to solve a series of geospatial use-cases with the help of Agentic GIS.&#x20;

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Build an AI Agent to collect map-based fleet safety feedback</strong></td><td>Create an AI Agent that helps fleet managers, safety analysts, and other operators <strong>submit precise, location-based feedback back to their systems</strong> using the vehicle data available in the interactive map. </td><td></td><td></td><td><a href="/files/whIlGyg8TPBGUQAaR0hz">/files/whIlGyg8TPBGUQAaR0hz</a></td><td><a href="/pages/35evGYxieqdkFCDR83n1">/pages/35evGYxieqdkFCDR83n1</a></td></tr><tr><td><strong>Optimizing rapid response hubs placement with AI Agents and Location Allocation</strong></td><td>Create an AI Agent that will help users identify the optimal placement of rapid response hubs in Connecticut using <a href="https://docs.carto.com/carto-user-manual/workflows/components/territory-planning#location-allocation">Location Allocation</a>, part of the <a href="https://docs.carto.com/carto-user-manual/workflows/components/territory-planning">Territory Planning</a> <a href="https://docs.carto.com/carto-user-manual/workflows/extension-packages">Extension Package</a>. </td><td></td><td> </td><td><a href="/files/GhXirQ5nQSjyQTjaXvda">/files/GhXirQ5nQSjyQTjaXvda</a></td><td><a href="/pages/LVOUFNeYt9aTvztV8qn0">/pages/LVOUFNeYt9aTvztV8qn0</a></td></tr><tr><td><strong>Analyzing areas of influence with AI Agents through user-driven isoline generation</strong></td><td>Create an AI Agent that generates user-driven isolines based on user input and obtain insights from data within those custom areas. Learn how to combine isoline generation with spatial filtering to analyze points of interest, demographics, or any spatial data within walking, driving, or transit-accessible zones around key locations.</td><td></td><td></td><td><a href="/files/JXy9i5Y5N9hCzIojLMsh">/files/JXy9i5Y5N9hCzIojLMsh</a></td><td><a href="/pages/9wSQjTAtUQsjYcypbDbi">/pages/9wSQjTAtUQsjYcypbDbi</a></td></tr></tbody></table>


---

# 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://academy.carto.com/agentic-gis/step-by-step-tutorials.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.
