# Create your first MS Teams app

First, create an account in the [Aurinko portal](https://app.aurinko.io/). <br>

Create your app, then check API/features that should be activated for your new app. Besides 'Messaging' and 'End usersessions' your addin may need to access CRM APIs.

<div data-full-width="true"><figure><img src="/files/X4HJS9vunyQp7Ex5LyZK" alt=""><figcaption></figcaption></figure></div>

You're ready to activate your MS Teams app!

Installing MS Teams app.

Once you've installed the app, opened its tab, and confirmed your id, you'll see a new user record in Aurinko:

<div data-full-width="true"><figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62a0c50392cb8c175b46afd6/file-amc790HtSa.jpg" alt=""><figcaption></figcaption></figure></div>

Now you frontend code can call Aurinko API on behalf of this user. Read this article for more details.


---

# 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.aurinko.io/workspace-addons/microsoft-teams-apps/create-your-first-ms-teams-app.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.
