
## Preflight checks for MicroStrategy

URL: https://docs.atlan.com/apps/connectors/business-intelligence/microstrategy/references/preflight-checks-for-microstrategy

> First, the list of projects in the _Include Projects_ and _Exclude Projects_ fields is determined. Next, the [Get Projects REST API](https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Projects/getProjects_1) is used to fetch the actual list of projects for which the user has permissions.

Before [running the MicroStrategy crawler](https://docs.atlan.com/llms/connectors/microstrategy/crawl-microstrategy/llms.txt), you can run [preflight checks](https://docs.atlan.com/llms/catalog/connector-capabilities/what-are-preflight-checks/llms.txt) to perform the necessary technical validations. The following preflight check will be completed:

## Project permission

First, the list of projects in the _Include Projects_ and _Exclude Projects_ fields is determined. Next, the [Get Projects REST API](https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Projects/getProjects_1) is used to fetch the actual list of projects for which the user has permissions.

✅ `Check successful` if all the projects from the first list are in the second one.

❌ `Check failed for $missingProjectId project`

---
