# Create your first Outlook addin

First, create an account in the [Aurinko portal](https://app.aurinko.io/).&#x20;

Create your app, then сheck API/features that should be activated for your new app. Besides 'Mailbox API' and 'User sessions' your addin may need to access CRM APIs.

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

You're ready to activate your Aurinko Outlook addin!

Install the manifest file in your Office 365 Outlook.

Once you've installed the manifest, opened the addin in Outlook, and logged in, you'll see a new user record in Aurinko:&#x20;

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

Now you frontend code can call Aurinko API on behalf of this user. Read this [article](https://docs.aurinko.io/workspace-addons/outlook-addins) for more details.

Also a there is a new account that supports the user record. Your addin's frontend code can access the mailbox data through this account now. See the Unified mailbox API docs.

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


---

# 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/outlook-addins/create-your-first-outlook-addin.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.
