# Microsoft Graph

<figure><img src="/files/LJowPPdLoWlY0jkXkU7R" alt=""><figcaption></figcaption></figure>

## Step 1

Chose an appropriate name for the service

## Step 2

To get the Tenant ID go to [Identification Overview](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/TenantOverview.ReactView)

<figure><img src="/files/kreRRUndiTxnWTkXlt5f" alt=""><figcaption></figcaption></figure>

## Step 3

You need to make New registration [Here](https://entra.microsoft.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade)

<figure><img src="/files/gfeZdZgBPsbeZEL5lGeF" alt=""><figcaption></figcaption></figure>

type a name for the app and register

<figure><img src="/files/fvrXx9kkubE8P8uYUbf0" alt=""><figcaption></figcaption></figure>

you can copy the Application (client) ID Here

<figure><img src="/files/6kjF1Wv9jxgL0Isturz7" alt=""><figcaption></figcaption></figure>

Go to the Authentication tab and change *Allow public client flows* to Yes then click save

<figure><img src="/files/xd4uhLLqG4B2aJN5ipsi" alt=""><figcaption></figcaption></figure>

Next go to API permissions and add these permission and *Grant admin consent* (Only admin accounts can grant permissions)

<figure><img src="/files/f3YGB2YjK9P6edPFGzNU" alt=""><figcaption></figcaption></figure>

## Step 4

Enter your email

## Step 5

Enter your password


---

# Agent Instructions: 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://docs.b2winsuite.com/b2data/services-configuration/microsoft-graph.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.
