> 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/pre-deployment.md).

# Pre-deployment

![](/files/7I2V6uN11PwOEMVpcZHQ)

The second step now focuses on completing pre-deployment activities.

An app registration in Azure provides your application with a unique identity by assigning a unique ID to your application and establishing interaction rules with Azure services. This improves security by ensuring access is granted only to authorized users or applications. This process facilitates the use of Azure's authentication and authorization features, thereby simplifying the creation of secure, user-friendly applications.

You'll also need to configure the Power BI Tenant settings to work with Power BI related APIs.

{% content-ref url="/pages/Fqk5Xw04ECICA46BeDcL" %}
[Create an app registration for the LoadFAST API](/loadfast-technical-documentation/setting-up/prepare/pre-deployment/create-an-app-registration-for-the-loadfast-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/QZvhDD5v9JhoP0vpchz4" %}
[Set up and configure the Power BI tenant settings](/loadfast-technical-documentation/setting-up/prepare/pre-deployment/set-up-and-configure-the-power-bi-tenant-settings.md)
{% endcontent-ref %}


---

# 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/pre-deployment.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.
