> For the complete documentation index, see [llms.txt](https://maqsoftware.gitbook.io/loadfast-technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare.md).

# Prepare

- [Prerequisites](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare/prerequisites.md)
- [Set up Power BI and Azure](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare/prerequisites/set-up-power-bi-and-azure.md): Detailed below are the Power BI capacity and Azure CLI-related prerequisite steps to set up the LoadFAST.
- [Set up PowerShell](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare/prerequisites/set-up-powershell.md): Follow the steps below to configure PowerShell to install Azure and other related modules.
- [Register the resource providers](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare/prerequisites/register-the-resource-providers.md)
- [Pre-deployment](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare/pre-deployment.md)
- [Create an app registration for the LoadFAST API](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare/pre-deployment/create-an-app-registration-for-the-loadfast-api.md): Follow the steps below to create and configure an app registration for the LoadFAST API. This is needed for authentication/authorization purposes.
- [Set up and configure the Power BI tenant settings](https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare/pre-deployment/set-up-and-configure-the-power-bi-tenant-settings.md): Follow the steps below to create a security group for the Power BI tenant Settings, add a Power BI app registration to the security group, and update the tenant settings.


---

# 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:

```
GET https://maqsoftware.gitbook.io/loadfast-technical-documentation/setting-up/prepare.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.
