> For the complete documentation index, see [llms.txt](https://help-maps.stackdx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-maps.stackdx.com/getting-started/welcome.md).

# Welcome

<details>

<summary>GETTING STARTED</summary>

[Account Setup & Management](/getting-started/account-setup-and-management.md)

[Professional Accounts](/getting-started/professional-accounts.md)

[Enterprise Accounts](/getting-started/enterprise-accounts.md)

</details>

<details>

<summary>GENERAL</summary>

[Site Map](/general/site-map.md)

[Workspace & Map](/general/workspace-and-map.md)

[Library](/general/library.md)

[Search](/general/search.md)

[Navigation](/general/navigation.md)

[Map Selections](/general/map-selections.md)

[Attribute Table](/general/attribute-table.md)

[Comprehensive Data](/general/comprehensive-data.md)

[Production Charts](/general/production-charts.md)

</details>

<details>

<summary>LISTS</summary>

[Filtering](/lists/filtering.md)

[Importing Lists](/lists/importing-lists.md)

[Saving, Editing and Sharing Lists](/lists/saving-editing-and-sharing-lists.md)

[Styling](/lists/styling.md)

[Exports](/lists/exports.md)

[Projects](/lists/projects.md)

</details>

<details>

<summary>TOOLS &#x26; FUNCTIONS</summary>

[Aggregate Production](/tools-and-functions/aggregate-production.md)

[Distance Tool](/tools-and-functions/distance-tool.md)

[Importing GIS Layers](/tools-and-functions/importing-gis-layers.md)

[Well Buffer Zone Tool](/tools-and-functions/well-buffer-zone-tool.md)

[Mineral Zone Query](/tools-and-functions/mineral-zone-query.md)

[Layer Intersection](/tools-and-functions/layer-intersection.md)

</details>

<details>

<summary>ANNOTATIONS</summary>

[Adding, Styling and Saving Annotations](/annotations/adding-styling-and-saving-annotations.md)

[Tool Details & Hotkeys](/annotations/tool-details-and-hotkeys.md)

</details>

<details>

<summary>MISC.</summary>

[StackDX Intel Summaries](/misc./stackdx-intel-summaries.md)

[StackDX AI Queries](/misc./stackdx-ai-queries.md)

[StackDX Integration](/misc./stackdx-integration.md)

[Index of Header Data](/misc./index-of-header-data.md)

[Index of Attribute Table Well Columns](https://help-maps.stackdx.com/~/revisions/Ci91RG0qMKiPL6jEW4a9/misc./index-of-attribute-table-well-columns)

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://help-maps.stackdx.com/getting-started/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
