# Enable and configure hi

Workspace administrators can control whether **hi** is available in the workspace and whether it can access workspace content. These settings are found in the workspace administration panel.

{% hint style="info" %}
**hi** is available on plans that include the Hippoly Intelligence feature. If you don't see the settings described below, your current plan may not include **hi**.
{% endhint %}

## Enable Hippoly Intelligence

{% stepper %}
{% step %}
Go to **Workspace Settings**.
{% endstep %}

{% step %}
Find the **Hippoly Intelligence** section.
{% endstep %}

{% step %}
Turn on `Enable Hippoly Intelligence`. When enabled, **hi** becomes available to all workspace members in the team panel and across the workspace.
{% endstep %}
{% endstepper %}

## Allow workspace content access

By default, **hi** can answer general questions but cannot read or reference documents, files, or meetings in your workspace. To let **hi** access workspace content:

{% stepper %}
{% step %}
In the **Hippoly Intelligence** section of workspace settings, turn on `Allow workspace content access`.
{% endstep %}

{% step %}
When enabled, **hi** can use workspace content such as documents, files, and meetings to answer questions and perform tasks. This allows **hi** to summarize documents, help with meeting preparation, and create content based on existing workspace data.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Hippoly Intelligence is a secure assistant that does not share any information outside of Hippoly. Information shared with **hi** is used solely to process and respond to the user's specific query.
{% endhint %}

## What each setting controls

| Setting                            | Off                                                                            | On                                                                                      |
| ---------------------------------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| **Enable Hippoly Intelligence**    | hi is hidden from the workspace. No one can use it.                            | hi is available in the team panel and across the workspace for all members.             |
| **Allow workspace content access** | hi can answer general questions but cannot read documents, files, or meetings. | hi can read and reference workspace content to give more relevant and specific answers. |


---

# 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://help.hippoly.com/using-hippoly/hi-your-assistant/enable-hi.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.
