> For the complete documentation index, see [llms.txt](https://docs.siit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siit.io/getting-started/quickstart.md).

# Quickstart

> Goal: create and resolve your first Access request from Slack/Teams, then turn it into an automated workflow

### <mark style="color:$info;">Minute 0–2:</mark> Install Siit in Slack or Microsoft Teams

{% content-ref url="/pages/3DBkm0PqS2BmkJMziY4P" %}
[Connect Slack](/getting-started/connect-slack.md)
{% endcontent-ref %}

{% content-ref url="/pages/0YlhNc1S76jnuRZ7eClB" %}
[Connect Microsoft Teams](/getting-started/connect-microsoft-teams.md)
{% endcontent-ref %}

### <mark style="color:$info;">Minute 2–4:</mark> Submit your first request

In Slack/Teams, open the Siit app and choose “New request.”

* Pick “App Access” service.
* Submit. You’ll see a request thread and an inbox card created.

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

### <mark style="color:$info;">Minute 4–6:</mark> Resolve it once manually (see the flow)

* Open the [request](https://app.siit.io/) in the admin console.
* Review the side panel: requester, apps, devices (if any), prior access.
* Add a note, assign to yourself, set status to Resolved.

Outcome: you’ve validated end‑to‑end request flow&#x20;

### <mark style="color:$info;">Minute 6–8:</mark> Connect your IAM and HRIS

In Settings → Integrations, connect one IdP:

* IAM : Okta, Entra ID, Google Workspace, or JumpCloud...
* HRIS : Hibob, Bamboohr, workday...

<figure><img src="/files/0T2r81gxdwg0cNnEfawf" alt=""><figcaption></figcaption></figure>

### <mark style="color:$info;">Minute 8–10:</mark> Invite your teammates

* Invite your teammate (Settings → Teammates) and assign them their roles.

### :track\_next: Next steps (recommended)

* Enable the first Workflows → Templates → “Access request – add to group/license.”
* Add Knowledge sources (Notion, Confluence, Google Drive) with RBAC retrieval and redaction.
* Enable AI Suggest articles for FAQs.


---

# 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://docs.siit.io/getting-started/quickstart.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.
