> For the complete documentation index, see [llms.txt](https://helpdesk.augmentt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.augmentt.com/readme.md).

# Home

Everything you need to set up, secure, and manage your clients with Augmentt — setup guides, feature walkthroughs, and troubleshooting, all in one place.

New to Augmentt? Start with the 2-minute welcome video below, then jump into **Getting Started** to connect your first tenant.

{% embed url="<https://www.youtube.com/watch?v=aTIhdpeUr5k>" %}
Welcome to Augmentt
{% endembed %}

## Browse by category

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-rocket" style="color:$primary;">:rocket:</i></h3></td><td><strong>Getting Started</strong></td><td>New here? Connect your first tenant with the 10-Step Setup Guide.</td><td><a href="/pages/QbqzFcdOaULq2hqIvU2P">/pages/QbqzFcdOaULq2hqIvU2P</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><strong>Secure</strong></td><td>Harden and monitor your clients' Microsoft 365 environments.</td><td><a href="/pages/mEdo4wiG0pBZreChKRQE">/pages/mEdo4wiG0pBZreChKRQE</a></td></tr><tr><td><h3><i class="fa-comments" style="color:$primary;">:comments:</i></h3></td><td><strong>Engage</strong></td><td>Automate client communication and alerts.</td><td><a href="/pages/Zz6vEfLPnOE1BRu5yqhW">/pages/Zz6vEfLPnOE1BRu5yqhW</a></td></tr><tr><td><h3><i class="fa-magnifying-glass" style="color:$primary;">:magnifying-glass:</i></h3></td><td><strong>Discover</strong></td><td>Find and deploy the Discovery Agent across client networks.</td><td><a href="/pages/F2mAWErfNYMFStgJbEBH">/pages/F2mAWErfNYMFStgJbEBH</a></td></tr><tr><td><h3><i class="fa-chart-line" style="color:$primary;">:chart-line:</i></h3></td><td><strong>Reports</strong></td><td>Schedule and customize reporting for your clients.</td><td><a href="/pages/d3mzPXkJhBR6cODGdmVJ">/pages/d3mzPXkJhBR6cODGdmVJ</a></td></tr><tr><td><h3><i class="fa-code" style="color:$primary;">:code:</i></h3></td><td><strong>Augmentt API</strong></td><td>Build against the Augmentt API.</td><td><a href="/pages/ytrs3Z7sLc49Pig92gIT">/pages/ytrs3Z7sLc49Pig92gIT</a></td></tr><tr><td><h3><i class="fa-life-ring" style="color:$primary;">:life-ring:</i></h3></td><td><strong>Submit a Support Ticket</strong></td><td>Need help? Get in touch with the Augmentt support team.</td><td><a href="/pages/qwGCn3M2SXraZeQmatEJ">/pages/qwGCn3M2SXraZeQmatEJ</a></td></tr></tbody></table>


---

# 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://helpdesk.augmentt.com/readme.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.
