> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/settings/kaiya-and-ai/kaiya-context-settings.md).

# Kaiya Context Settings

Under **Settings → Intelligence → Kaiya & AI → Kaiya Context Settings**, admins can control who can access the **Context** module. It contains a single setting: the minimum role a user must hold before the **Context** module appears for them.  this setting takes effect workspace-wide.

{% hint style="warning" %}
This is a visibility gate, not a permission editor. It doesn't change what any role can do inside the Context module; it only decides which roles can reach it at all.
{% endhint %}

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2FeWju4xaOB8BSpUnRr0yk%2Fimage.png?alt=media&amp;token=b34e52a1-7bf6-4338-82d9-eac35a84b9cf" alt="" width="563"><figcaption></figcaption></figure>

#### **Minimum Effective Role required for Context module access**

Pick a role from the dropdown. Users whose effective role sits at or above your choice will see the **Context** module. Users below it will not able to see it; the module is hidden, not shown in a disabled state.

{% hint style="info" %}
A user's effective role is the one that actually applies to them after Tellius resolves their assigned role and any group memberships. This setting is evaluated against that final resolved role, not against a role assigned directly on the user record.
{% endhint %}

**Available roles**

The dropdown lists eight roles, in this order:

1. Super User
2. Admin
3. Power
4. Interactive
5. Explorer
6. Discover
7. Explore & Discover
8. View

The order shown in the dropdown runs from the most privileged role at the top to the least at the bottom. Choosing a role near the top of the list restricts the **Context** module to a small group; choosing one near the bottom opens it to nearly everyone.

* Set it high (Super User or Admin) while the Context module is still being configured, then lower it once the content is ready for a wider audience.&#x20;
* Set it low if the Context module is meant to be part of everyday use for all users.

Click **Save** to apply your change, or **Cancel** to discard it and restore the previous value. Save stays inactive until you pick a different role.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.tellius.com/settings/kaiya-and-ai/kaiya-context-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
