# Tool Integrations

In addition to Lumi AI's web application (at app.lumi-ai.com), users can also access Lumi AI via Slack or Microsoft Teams.

To enable either, an admin must first follow the steps on the Tool Integrations page, installing the repsective "bot" for users to interact with.

{% hint style="info" %}
This is just to enable the bot for the organization at the target interface; users must follow additional steps to enable access to the tool.
{% endhint %}

For more details, see [Secondary Interfaces](/product-features/secondary-interfaces.md).


---

# 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.lumi-ai.com/product-features/organization-settings/tool-integrations.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.
