# Terria Platforms User Guide

## Terria Platforms User Guide

- [User Guide](https://userguide.terria.io/master.md): This is a guide for users navigating Terria Maps and Terria Digital Twins.  Documentation for software developers using TerriaJS is available here: https://docs.terria.io/guide/.
- [Get Started](https://userguide.terria.io/get-started.md): Welcome to Terria Platforms!
- [Data guide](https://userguide.terria.io/explore-data-on-the-map.md): Describes actions such as adding, downloading and contributing data to the map.
- [Map navigation and display](https://userguide.terria.io/map-navigation-and-display.md): This section presents information about Data Catalogues, Data Workbench, Map Settings, Tools panel and general navigation tips.
- [Interactions - functionalities & workflows](https://userguide.terria.io/interactions-functionalities-and-workflows.md): This page describes key platform interactions, such as features or workflows.
- [FAQ](https://userguide.terria.io/faq.md): Most frequent question asked by Terria platforms' users.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://userguide.terria.io/master.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.
