> 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/getting-started/the-10-step-setup-guide.md).

# The 10-Step Setup Guide

Welcome to Augmentt! This guide walks you through the ten steps to get full value out of the platform right after signup.

**Before you start**, confirm:

* Your Microsoft 365 tenants are integrated with Augmentt (if not, see the [M365 Integration guide](broken://pages/integrating-with-m365)).
* You have access to your Microsoft Partner Center (CSP) portal.
* You can sign in to each customer tenant as an admin to approve GDAP relationships.
* The Augmentt integration account meets the CSP Integration Guide requirements (MFA enabled, AdminAgents member, required roles).

## The 10 steps

1. [Authenticate your CSP/Partner Portal](/getting-started/the-10-step-setup-guide/step-1.-authenticate-your-csp-partner-portal.md)
2. [Create your GDAP relationship request](/getting-started/the-10-step-setup-guide/step-2.-create-your-gdap-relationship-request.md)
3. [Approve your GDAP relationship requests](/getting-started/the-10-step-setup-guide/step-3.-approve-your-gdap-relationship-requests.md)
4. [Assigning Augmentt Licenses](/getting-started/the-10-step-setup-guide/step-4.-assigning-augmentt-licenses.md)
5. [Enabling Alert Tickets & Emails](/getting-started/the-10-step-setup-guide/step-5.-enabling-alert-tickets-and-emails.md)
6. [Configuring Alert Preferences](/getting-started/the-10-step-setup-guide/step-6.-configuring-alert-preferences.md)
7. [Adding System Users](/getting-started/the-10-step-setup-guide/step-7.-adding-system-users.md)
8. [Enabling MFA](/getting-started/the-10-step-setup-guide/step-8.-enabling-mfa.md)
9. [Customizing the branding of the platform](/getting-started/the-10-step-setup-guide/step-9.-customizing-the-branding-of-the-platform.md)
10. [Scheduled Reports](/getting-started/the-10-step-setup-guide/step-10.-scheduled-reports.md)

Once you've been through all ten, you're good to go — head into your Security Posture, run some reports, and reach out to [Support](/submit-a-support-ticket.md) any time you have questions.


---

# 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/getting-started/the-10-step-setup-guide.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.
